log Lib/ssl.py @ 106495:54c93e0fe79b 2.7

age author description
Tue, 06 Sep 2016 20:06:47 +0200 Christian Heimes Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add ChaCha20 Poly1305. 2.7
Tue, 06 Sep 2016 20:07:58 +0200 Christian Heimes Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add ChaCha20 Poly1305.
Tue, 06 Sep 2016 20:06:47 +0200 Christian Heimes Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add ChaCha20 Poly1305. 3.5
Mon, 05 Sep 2016 23:37:13 +0200 Christian Heimes Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0. 2.7
Mon, 05 Sep 2016 23:23:24 +0200 Christian Heimes Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0.
Mon, 05 Sep 2016 23:19:05 +0200 Christian Heimes Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0. 3.5
Fri, 03 Jun 2016 16:22:33 -0700 Ned Deily final final step in backout of bad default->3.5 merge d085b4f779af: null merge 3.5->default
Fri, 03 Jun 2016 15:20:13 -0700 Ned Deily final step in backout of bad default->3.5 merge d085b4f779af. merge 3.5 heads 3.5
Thu, 26 May 2016 12:19:42 -0700 Steve Dower Issue #27114: Fix SSLContext._load_windows_store_certs fails with PermissionError
Thu, 26 May 2016 12:18:12 -0700 Steve Dower Issue #27114: Fix SSLContext._load_windows_store_certs fails with PermissionError 3.5
Thu, 26 May 2016 12:17:21 -0700 Steve Dower Issue #27114: Fix SSLContext._load_windows_store_certs fails with PermissionError 2.7
Sun, 03 Apr 2016 02:12:54 +0000 Martin Panter Issue #25951: Fix SSLSocket.sendall() to return None, by Aviv Palivoda
Mon, 28 Mar 2016 00:22:09 +0000 Martin Panter Issue #23804: Fix SSL recv/read(0) to not return 1024 bytes 2.7
Mon, 28 Mar 2016 00:22:09 +0000 Martin Panter Issue #23804: Fix SSL recv/read(0) to not return 1024 bytes 3.5
Sun, 20 Mar 2016 22:39:15 +1000 Nick Coghlan Issue #23857: Implement PEP 493 2.7
Thu, 17 Mar 2016 15:02:39 -0700 Steve Dower Issue #26313: ssl.py _load_windows_store_certs fails if windows cert store is empty. Patch by Baji. 3.5
Thu, 17 Mar 2016 15:02:19 -0700 Steve Dower Issue #26313: ssl.py _load_windows_store_certs fails if windows cert store is empty. Patch by Baji. 2.7
Wed, 18 Mar 2015 17:27:57 -0700 Ethan Furman issue23673
Wed, 04 Mar 2015 23:20:23 -0500 Benjamin Peterson merge 3.4
Wed, 04 Mar 2015 23:18:57 -0500 Benjamin Peterson use _import_symbols to import VERIFY_* constants 2.7
Wed, 04 Mar 2015 23:18:57 -0500 Benjamin Peterson use _import_symbols to import VERIFY_* constants 3.4
Thu, 19 Feb 2015 17:58:19 -0500 Benjamin Peterson merge 3.4 (#23481)
Thu, 19 Feb 2015 17:57:08 -0500 Benjamin Peterson remove rc4 from the default client ciphers (closes #23481) 2.7
Thu, 19 Feb 2015 17:57:08 -0500 Benjamin Peterson remove rc4 from the default client ciphers (closes #23481) 3.4
Sun, 15 Feb 2015 18:12:20 +0100 Antoine Pitrou Issue #23239: ssl.match_hostname() now supports matching of IP addresses.
Fri, 23 Jan 2015 16:35:37 -0500 Benjamin Peterson pep 466 backport of alpn (#20188) 2.7
Fri, 23 Jan 2015 16:35:37 -0500 Benjamin Peterson add support for ALPN (closes #20188)
Sun, 11 Jan 2015 15:22:07 -0500 Benjamin Peterson remove extra definite article
Wed, 07 Jan 2015 11:26:50 -0600 Benjamin Peterson explain None can be returned
Wed, 07 Jan 2015 11:14:26 -0600 Benjamin Peterson expose the client's cipher suites from the handshake (closes #23186)
Tue, 06 Jan 2015 13:58:57 +0100 Victor Stinner Null merge 3.4 (changes already applied to Python 3.5)
Tue, 06 Jan 2015 12:23:15 +0100 Victor Stinner Null merge python 3.4 (change already applied to Python 3.5)
Fri, 12 Dec 2014 12:23:29 +0100 Victor Stinner Merge 3.4 (ssl)
Fri, 28 Nov 2014 13:28:25 +0100 Victor Stinner Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The
Sun, 23 Nov 2014 17:06:39 -0600 Benjamin Peterson merge 3.4 (#22921)
Sun, 23 Nov 2014 15:50:21 +0100 Antoine Pitrou Null merge
Mon, 03 Nov 2014 14:36:48 -0500 Benjamin Peterson merge 3.4 (#22417)
Sun, 19 Oct 2014 18:07:05 +0300 Berker Peksag Issue #22186: Fix typos in Lib/.
Fri, 17 Oct 2014 19:28:30 +0200 Antoine Pitrou Issue #22638: SSLv3 is now disabled throughout the standard library.
Mon, 06 Oct 2014 00:21:09 +0200 Antoine Pitrou Remove unused "block" argument in SSLObject.do_handshake() (issue #21965)
Sun, 05 Oct 2014 20:41:53 +0200 Antoine Pitrou Issue #21965: Add support for in-memory SSL to the ssl module.
Fri, 03 Oct 2014 17:33:45 -0400 Benjamin Peterson merge 3.4 (#22449)
Thu, 04 Sep 2014 21:00:10 +0200 Antoine Pitrou Issue #20421: Add a .version() method to SSL sockets exposing the actual protocol version in use.
Wed, 11 Jun 2014 03:54:30 +0200 Giampaolo Rodola' fix issue #17552: add socket.sendfile() method allowing to send a file over a socket by using high-performance os.sendfile() on UNIX. Patch by Giampaolo Rodola'ยท
Tue, 29 Apr 2014 10:03:28 +0200 Antoine Pitrou Issue #20951: SSLSocket.send() now raises either SSLWantReadError or SSLWantWriteError on a non-blocking socket if the operation would block. Previously, it would return 0.
Mon, 28 Apr 2014 20:57:36 +0200 Antoine Pitrou Issue #19940: ssl.cert_time_to_seconds() now interprets the given time string in the UTC timezone (as specified in RFC 5280), not the local timezone.
Fri, 18 Apr 2014 20:33:08 +0200 Antoine Pitrou Issue #21068: The ssl.PROTOCOL* constants are now enum members.
Wed, 16 Apr 2014 18:56:28 +0200 Antoine Pitrou Issue #20896: ssl.get_server_certificate() now uses PROTOCOL_SSLv23, not PROTOCOL_SSLv3, for maximum compatibility.
Tue, 06 Jan 2015 13:54:58 +0100 Victor Stinner Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The 3.4
Tue, 06 Jan 2015 12:21:26 +0100 Victor Stinner Issue #20896, #22935: The ssl.get_server_certificate() function now uses the 3.4
Fri, 12 Dec 2014 12:23:09 +0100 Victor Stinner Issue #22935: Fix ssl module when SSLv3 protocol is not supported 3.4
Sun, 23 Nov 2014 17:04:34 -0600 Benjamin Peterson don't require OpenSSL SNI to pass hostname to ssl functions (#22921) 3.4
Fri, 17 Oct 2014 19:28:30 +0200 Antoine Pitrou Issue #22638: SSLv3 is now disabled throughout the standard library. 3.4
Mon, 03 Nov 2014 14:29:33 -0500 Benjamin Peterson PEP 476: enable HTTPS certificate verification by default (#22417) 3.4
Sun, 19 Oct 2014 18:04:38 +0300 Berker Peksag Issue #22186: Fix typos in Lib/. 3.4
Fri, 03 Oct 2014 17:27:05 -0400 Benjamin Peterson also use openssl envvars to find certs on windows (closes #22449) 3.4
Sun, 23 Mar 2014 19:05:28 -0400 Donald Stufft Issue #21013: Enhance ssl.create_default_context() for server side contexts 3.4
Fri, 21 Mar 2014 21:33:34 -0400 Donald Stufft Issue #20995: Enhance default ciphers used by the ssl module 3.4
Thu, 20 Mar 2014 09:16:38 +0100 Victor Stinner Issue #20976: pyflakes: Remove unused imports 3.4
Sat, 28 Dec 2013 17:30:51 +0100 Antoine Pitrou Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, rather than silently let them emit clear text data.