COMMITS
/ Lib/ssl.py June 13, 2021
B
Fix typos in multiple files (GH-26689)
Binbin committed
June 11, 2021
C
bpo-44362: ssl: improve deprecation warnings and docs (GH-26646)
Christian Heimes committed
May 28, 2021
J
bpo-44045: fix spelling of uppercase vs upper-case (GH-25985)
Jürgen Gmach committed
April 24, 2021
Z
bpo-31870: Add a timeout parameter to ssl.get_server_certificate() (GH-22270)
Zackery Spytz committed
April 21, 2021
E
bpo-38659: [Enum] add _simple_enum decorator (GH-25497)
Ethan Furman committed
April 20, 2021
E
Revert "bpo-38659: [Enum] add _simple_enum decorator (GH-25285)" (GH-25476)
Ethan Furman committed
E
bpo-38659: [Enum] add _simple_enum decorator (GH-25285)
Ethan Furman committed
April 19, 2021
C
bpo-43880: Show DeprecationWarnings for deprecated ssl module features (GH-25455)
Christian Heimes committed
April 18, 2021
J
bpo-36076: Add SNI support to ssl.get_server_certificate. (GH-16820)
juhovh committed
April 17, 2021
C
bpo-43669: PEP 644: Require OpenSSL 1.1.1 or newer (GH-23014)
Christian Heimes committed
May 1, 2020
V
bpo-40443: Remove unused imports in stdlib (GH-19815)
Victor Stinner committed
July 2, 2019
C
bpo-37463: match_hostname requires quad-dotted IPv4 (GH-14499)
Christian Heimes committed
June 3, 2019
C
bpo-34271: Fix compatibility with 1.0.2 (GH-13728)
Christian Heimes committed
June 2, 2019
X
Fix typos in docs and docstrings (GH-13745)
Xtreak committed
May 31, 2019
C
bpo-34271: Add ssl debugging helpers (GH-10031)
Christian Heimes committed
May 17, 2019
C
Simplify SSLSocket / SSLObject doc string (GH-9972)
Christian Heimes committed
December 6, 2018
S
bpo-33023: Fix NotImplemented to NotImplementedError. (GH-10934)
Serhiy Storchaka committed
October 5, 2018
M
Fix a typo ssl.py docstring (GH-9697)
Matt Eaton committed
September 23, 2018
C
bpo-34670: Add TLS 1.3 post handshake auth (GH-9460)
Christian Heimes committed
September 12, 2018
O
bpo-34282: Fix Enum._convert shadowing members named _convert (GH-8568)
orlnub123 committed
March 24, 2018
C
bpo-24334: Remove inaccurate match_hostname call (#6211)
Christian Heimes committed
February 27, 2018
C
bpo-31453: Add setter for min/max protocol version (#5259)
Christian Heimes committed
C
bpo-32951: Disable SSLSocket/SSLObject constructor (#5864)
Christian Heimes committed
February 24, 2018
C
bpo-24334: Cleanup SSLSocket (#5252)
Christian Heimes committed
C
bpo-32819: Simplify and improve ssl.match_hostname (#5620)
Christian Heimes committed
C
[bpo-28414] Make all hostnames in SSL module IDN A-labels (GH-5128)
Christian Heimes committed
January 29, 2018
C
bpo-31429: Define TLS cipher suite on build time (#3532)
Christian Heimes committed
January 27, 2018
C
bpo-31399: Let OpenSSL verify hostname and IP address (#3462)
Christian Heimes committed
M
bpo-31853: Replaced socket.method calls with super() in SSLSocket. (#4048)
Mads Jensen committed
November 26, 2017
M
bpo-23033: Improve SSL Certificate handling (GH-937)
Mandeep Singh committed
October 2, 2017
I
bpo-31659: Use simple slicing to format PEM cert (GH-3849)
INADA Naoki committed
September 15, 2017
C
bpo-31346: Use PROTOCOL_TLS_CLIENT/SERVER (#3058)
Christian Heimes committed
C
bpo-31386: Custom wrap_bio and wrap_socket type (#3426)
Christian Heimes committed
September 8, 2017
C
bpo-28182: Expose OpenSSL verification results (#3412)
Christian Heimes committed
C
bpo-29136: Add TLS 1.3 cipher suites and OP_NO_TLSv1_3 (#1363)
Christian Heimes committed
September 7, 2017
C
bpo-27340: Use memoryview in SSLSocket.sendall() (#3384)
Christian Heimes committed
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