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 <rep...@bugs.python.org>
<http://bugs.python.org/issue30226>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to