[issue30226] Modernize make_ssl_certs

2021-04-17 Thread Christian Heimes
Change by Christian Heimes : -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Py

[issue30226] Modernize make_ssl_certs

2018-02-26 Thread Christian Heimes
Change by Christian Heimes : -- versions: +Python 3.8 -Python 3.7 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue30226] Modernize make_ssl_certs

2017-05-02 Thread Christian Heimes
New submission from Christian Heimes: Lib/test/make_ssl_certs.py is used to generate and re-generate certificates and keys for SSL tests. The script and certificates have various smaller issues, e.g. RSA 1024bit certs with SHA-1 signature. Some certificates lack v3 extensions, too. The script