]> granicus.if.org Git - python/commitdiff
Add my SSL module patches to whatsnew 3.4
authorChristian Heimes <christian@cheimes.de>
Sat, 22 Jun 2013 17:31:58 +0000 (19:31 +0200)
committerChristian Heimes <christian@cheimes.de>
Sat, 22 Jun 2013 17:31:58 +0000 (19:31 +0200)
Doc/whatsnew/3.4.rst

index 8399f6874b1e93aa5b5fbdcc3f5302098bd1c8fe..34fa3ef3f58c536b621a084495ec71ad760e56ad 100644 (file)
@@ -191,6 +191,18 @@ both socket level errors and SMTP protocol level errors to be caught in one
 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
 ----