From 70833a8b1f570846c911e069d97f329813f3ba7e Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Sat, 22 Jun 2013 19:34:17 +0200 Subject: ... also TLSv1.1 and TLSv1.2 --- Doc/whatsnew/3.4.rst | 3 +++ 1 file changed, 3 insertions(+) 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` -- cgit v0.12