Issue 30226: Modernize make_ssl_certs - Python tracker (original) (raw)
Issue30226
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) * ![]() |
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:45 | admin | set | github: 74412 |
2021-04-17 19:43:29 | christian.heimes | set | status: open -> closedresolution: out of datestage: resolved |
2018-02-26 08:52:41 | christian.heimes | set | versions: + Python 3.8, - Python 3.7 |
2017-05-02 08:52:51 | christian.heimes | create |