[New-bugs-announce] [issue30226] Modernize make_ssl_certs

Christian Heimes report at bugs.python.org
Tue May 2 04:52:51 EDT 2017


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 fails to regenerate some files, e.g. a copy of pycacert.pem in capath.

I'm going to modernize the script.

----------
assignee: christian.heimes
components: SSL
messages: 292729
nosy: christian.heimes
priority: normal
severity: normal
status: open
title: Modernize make_ssl_certs
type: enhancement
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30226>
_______________________________________


More information about the New-bugs-announce mailing list