COMMITS
/ Lib/ssl.py September 11, 2016
C
Issue #28085: Add PROTOCOL_TLS_CLIENT and PROTOCOL_TLS_SERVER for SSLContext
Christian Heimes committed
September 10, 2016
C
Issue #19500: Add client-side SSL session resumption to the ssl module.
Christian Heimes committed
C
Issue #28022: Deprecate ssl-related arguments in favor of SSLContext.
Christian Heimes committed
C
Issue 28043: SSLContext has improved default settings
Christian Heimes committed
September 9, 2016
C
Issue #28025: Convert all ssl module constants to IntEnum and IntFlags.
Christian Heimes committed
September 6, 2016
C
Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add ChaCha20 Poly1305.
Christian Heimes committed
C
Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add ChaCha20 Poly1305.
Christian Heimes committed
September 5, 2016
C
Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0.
Christian Heimes committed
C
Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0.
Christian Heimes committed
May 26, 2016
S
Issue #27114: Fix SSLContext._load_windows_store_certs fails with PermissionError
Steve Dower committed
S
Issue #27114: Fix SSLContext._load_windows_store_certs fails with PermissionError
Steve Dower committed
April 3, 2016
M
Issue #25951: Fix SSLSocket.sendall() to return None, by Aviv Palivoda
Martin Panter committed
March 28, 2016
M
Issue #23804: Fix SSL recv/read(0) to not return 1024 bytes
Martin Panter committed
March 17, 2016
March 19, 2015
E
issue23673
Ethan Furman committed
March 5, 2015
B
use _import_symbols to import VERIFY_* constants
Benjamin Peterson committed
February 19, 2015
B
merge 3.4 (#23481)
Benjamin Peterson committed
B
remove rc4 from the default client ciphers (closes #23481)
Benjamin Peterson committed
February 15, 2015
A
Issue #23239: ssl.match_hostname() now supports matching of IP addresses.
Antoine Pitrou committed
January 23, 2015
B
add support for ALPN (closes #20188)
Benjamin Peterson committed
January 11, 2015
B
remove extra definite article
Benjamin Peterson committed
January 7, 2015
B
explain None can be returned
Benjamin Peterson committed
B
expose the client's cipher suites from the handshake (closes #23186)
Benjamin Peterson committed
January 6, 2015
V
Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The
Victor Stinner committed
V
Issue #20896, #22935: The ssl.get_server_certificate() function now uses the
Victor Stinner committed
December 12, 2014
V
Issue #22935: Fix ssl module when SSLv3 protocol is not supported
Victor Stinner committed
November 23, 2014
B
don't require OpenSSL SNI to pass hostname to ssl functions (#22921)
Benjamin Peterson committed
B
merge 3.4 (#22921)
Benjamin Peterson committed
November 28, 2014
V
Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The
Victor Stinner committed
November 3, 2014
B
merge 3.4 (#22417)
Benjamin Peterson committed
B
PEP 476: enable HTTPS certificate verification by default (#22417)
Benjamin Peterson committed
October 19, 2014
B
Issue #22186: Fix typos in Lib/.
Berker Peksag committed
B
Issue #22186: Fix typos in Lib/.
Berker Peksag committed
October 17, 2014
A
Issue #22638: SSLv3 is now disabled throughout the standard library.
Antoine Pitrou committed
A
Issue #22638: SSLv3 is now disabled throughout the standard library.
Antoine Pitrou committed
October 5, 2014
A
Remove unused "block" argument in SSLObject.do_handshake() (issue #21965)
Antoine Pitrou committed
A
Issue #21965: Add support for in-memory SSL to the ssl module.
Antoine Pitrou committed
October 3, 2014
B
merge 3.4 (#22449)
Benjamin Peterson committed
B
also use openssl envvars to find certs on windows (closes #22449)
Benjamin Peterson committed
September 4, 2014
A
Issue #20421: Add a .version() method to SSL sockets exposing the actual protocol version in use.
Antoine Pitrou committed
June 11, 2014
April 29, 2014
April 28, 2014
April 18, 2014
A
Issue #21068: The ssl.PROTOCOL* constants are now enum members.
Antoine Pitrou committed
April 16, 2014
March 23, 2014
D
Issue #21013: Enhance ssl.create_default_context() for server side contexts
Donald Stufft committed
March 22, 2014
D
Issue #20995: Enhance default ciphers used by the ssl module
Donald Stufft committed
March 20, 2014
V
Issue #20976: pyflakes: Remove unused imports
Victor Stinner committed
December 28, 2013