diff options
author | Christian Heimes <christian@cheimes.de> | 2013-11-21 02:40:15 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2013-11-21 02:40:15 (GMT) |
commit | bd3a7f90b51c6bd7d057bad9d7addd0bed8a6e7d (patch) | |
tree | 15f4994108480a9d51bdc38c444c532cb7e11474 /Misc | |
parent | efff7060f893c3a06543ab955696663a64eb2109 (diff) | |
download | cpython-bd3a7f90b51c6bd7d057bad9d7addd0bed8a6e7d.zip cpython-bd3a7f90b51c6bd7d057bad9d7addd0bed8a6e7d.tar.gz cpython-bd3a7f90b51c6bd7d057bad9d7addd0bed8a6e7d.tar.bz2 |
Issue #18379: SSLSocket.getpeercert() returns CA issuer AIA fields, OCSP
and CRL distribution points.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -59,6 +59,9 @@ Core and Builtins Library ------- +- Issue #18379: SSLSocket.getpeercert() returns CA issuer AIA fields, OCSP + and CRL distribution points. + - 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. |