]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #18138: Implement cadata argument of SSLContext.load_verify_location()
authorChristian Heimes <christian@cheimes.de>
Thu, 21 Nov 2013 02:35:02 +0000 (03:35 +0100)
committerChristian Heimes <christian@cheimes.de>
Thu, 21 Nov 2013 02:35:02 +0000 (03:35 +0100)
commitefff7060f893c3a06543ab955696663a64eb2109
tree21660d8b008f88bc825d098aee142e16a45c8f00
parente6e2d9be6e42e901ec3412c27053b821d0503ee0
Issue #18138: Implement cadata argument of SSLContext.load_verify_location()
to load CA certificates and CRL from memory. It supports PEM and DER
encoded strings.
Doc/library/ssl.rst
Lib/test/test_ssl.py
Misc/NEWS
Modules/_ssl.c