From: Christian Heimes Date: Sat, 22 Jun 2013 17:34:17 +0000 (+0200) Subject: ... also TLSv1.1 and TLSv1.2 X-Git-Tag: v3.4.0a1~428 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=70833a8b1f570846c911e069d97f329813f3ba7e;p=python ... also TLSv1.1 and TLSv1.2 --- diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index 34fa3ef3f5..16b03b336e 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`