diff options
author | Christian Heimes <christian@cheimes.de> | 2013-06-22 17:34:17 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2013-06-22 17:34:17 (GMT) |
commit | 70833a8b1f570846c911e069d97f329813f3ba7e (patch) | |
tree | c1febf5c72e4a4d1088bea395773db63add22c89 /Doc/whatsnew | |
parent | 24cd4cfc58a211fe531c73306306b8dc1acc3610 (diff) | |
download | cpython-70833a8b1f570846c911e069d97f329813f3ba7e.zip cpython-70833a8b1f570846c911e069d97f329813f3ba7e.tar.gz cpython-70833a8b1f570846c911e069d97f329813f3ba7e.tar.bz2 |
... also TLSv1.1 and TLSv1.2
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.4.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index 34fa3ef..16b03b3 100644 --- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -194,6 +194,9 @@ try/except statement by code that only cares whether or not an error occurred. ssl --- +TLSv1.1 and TLSv1.2 support (Contributed by Michele OrrĂ¹ and Antoine Pitrou +in :issue:`16692`) + New diagnostic functions :func:`~ssl.get_default_verify_paths`, :meth:`~ssl.SSLContext.cert_store_stats` and :meth:`~ssl.SSLContext.get_ca_certs` |