]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #12803: SSLContext.load_cert_chain() now accepts a password argument
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 25 Aug 2011 12:39:44 +0000 (14:39 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 25 Aug 2011 12:39:44 +0000 (14:39 +0200)
commit4fd1e6a3bad3a6b7a83a4da91dbcb78a12618258
tree78dabbc94f6a015cc22b8c260086c89abee185f5
parent2bb371b2bffd7a425170c9114e0c0c63367bf1b4
Issue #12803: SSLContext.load_cert_chain() now accepts a password argument
to be used if the private key is encrypted.  Patch by Adam Simpkins.
Doc/library/ssl.rst
Lib/test/test_ssl.py
Misc/ACKS
Misc/NEWS
Modules/_ssl.c