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.

classification
Title: Modernize make_ssl_certs
Type: enhancement Stage: resolved
Components: SSL Versions: Python 3.8
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: christian.heimes Nosy List: christian.heimes
Priority: normal Keywords:

Created on 2017-05-02 08:52 by christian.heimes, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (1)
msg292729 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2017-05-02 08:52
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
2022-04-11 14:58:45adminsetgithub: 74412
2021-04-17 19:43:29christian.heimessetstatus: open -> closed
resolution: out of date
stage: resolved
2018-02-26 08:52:41christian.heimessetversions: + Python 3.8, - Python 3.7
2017-05-02 08:52:51christian.heimescreate