summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2013-11-21 02:40:15 (GMT)
committerChristian Heimes <christian@cheimes.de>2013-11-21 02:40:15 (GMT)
commitbd3a7f90b51c6bd7d057bad9d7addd0bed8a6e7d (patch)
tree15f4994108480a9d51bdc38c444c532cb7e11474 /Misc
parentefff7060f893c3a06543ab955696663a64eb2109 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a41a5d0..443802b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.