[Python-checkins] cpython: Add my SSL module patches to whatsnew 3.4
christian.heimes
python-checkins at python.org
Sat Jun 22 19:34:38 CEST 2013
http://hg.python.org/cpython/rev/279ab3ec3e64
changeset: 84253:279ab3ec3e64
parent: 84250:4465f273a8a4
user: Christian Heimes <christian at cheimes.de>
date: Sat Jun 22 19:31:58 2013 +0200
summary:
Add my SSL module patches to whatsnew 3.4
files:
Doc/whatsnew/3.4.rst | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -191,6 +191,18 @@
try/except statement by code that only cares whether or not an error occurred.
(:issue:`2118`).
+ssl
+---
+
+New diagnostic functions :func:`~ssl.get_default_verify_paths`,
+:meth:`~ssl.SSLContext.cert_store_stats` and
+:meth:`~ssl.SSLContext.get_ca_certs`
+
+Add :func:`ssl.enum_cert_store` to retrieve certificates and CRL from Windows'
+cert store.
+
+(Contributed by Christian Heimes in :issue:`18143`, :issue:`18147` and
+:issue:`17134`)
wave
----
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list