]> granicus.if.org Git - python/commit
Issue #19500: Add client-side SSL session resumption to the ssl module.
authorChristian Heimes <christian@python.org>
Sat, 10 Sep 2016 21:44:53 +0000 (23:44 +0200)
committerChristian Heimes <christian@python.org>
Sat, 10 Sep 2016 21:44:53 +0000 (23:44 +0200)
commit99a6570295de5684bfac767b4d35c72f8f36612d
treefa37c6d2134c3cd3bc107188ea3f611cfd1152ba
parentd04863771b0c5bedeb1e4afe05dcba3adcc0fb58
Issue #19500: Add client-side SSL session resumption to the ssl module.
Doc/library/ssl.rst
Lib/ssl.py
Lib/test/test_ssl.py
Misc/NEWS
Modules/_ssl.c