This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients christian.heimes
Date 2017-05-02.08:52:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493715171.18.0.434787469545.issue30226@psf.upfronthosting.co.za>
In-reply-to
Content
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 fails to regenerate some files, e.g. a copy of pycacert.pem in capath.

I'm going to modernize the script.
History
Date User Action Args
2017-05-02 08:52:51christian.heimessetrecipients: + christian.heimes
2017-05-02 08:52:51christian.heimessetmessageid: <1493715171.18.0.434787469545.issue30226@psf.upfronthosting.co.za>
2017-05-02 08:52:51christian.heimeslinkissue30226 messages
2017-05-02 08:52:51christian.heimescreate