[Python-checkins] cpython: ... also TLSv1.1 and TLSv1.2

christian.heimes python-checkins at python.org
Sat Jun 22 19:34:40 CEST 2013


http://hg.python.org/cpython/rev/7fb25b77e327
changeset:   84254:7fb25b77e327
user:        Christian Heimes <christian at cheimes.de>
date:        Sat Jun 22 19:34:17 2013 +0200
summary:
  ... also TLSv1.1 and TLSv1.2

files:
  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
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -194,6 +194,9 @@
 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`

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list