]> granicus.if.org Git - python/commit
Issue #1051: Add a script (Lib/test/make_ssl_certs.py) to generate the
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 8 Oct 2010 23:06:24 +0000 (23:06 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 8 Oct 2010 23:06:24 +0000 (23:06 +0000)
commit81564093a10d1bad6dc48d68e40e322731517b6e
tree5208a0893f984580c732eeb311e09a88b00d1d50
parent7c0a2271ff4ee62f5cecef8f3d106cbda91cf40a
Issue #1051: Add a script (Lib/test/make_ssl_certs.py) to generate the
custom certificate and private key files used by SSL-related certs.
Lib/test/keycert.pem
Lib/test/make_ssl_certs.py [new file with mode: 0644]
Lib/test/ssl_cert.pem
Lib/test/ssl_key.pem
Lib/test/test_ssl.py
Misc/NEWS