COMMITS
/ Modules/_ssl.c March 28, 2019
K
bpo-35941: Fix ssl certificate enumeration for windows (GH-12486)
kctherookie committed
March 13, 2019
S
bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264)
Serhiy Storchaka committed
January 15, 2019
C
bpo-35746: Fix segfault in ssl's cert parser (GH-11569)
Christian Heimes committed
December 17, 2018
Z
bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11175)
Zackery Spytz committed
December 7, 2018
Z
bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-11015)
Zackery Spytz committed
November 22, 2018
V
bpo-35059: Cleanup usage of Python macros (GH-10648)
Victor Stinner committed
October 6, 2018
Z
bpo-34824: Fix a possible NULL pointer dereference in _ssl.c (GH-9606)
Zackery Spytz committed
October 5, 2018
S
bpo-34906: Doc: Fix typos (GH-9712)
Stéphane Wirtel committed
September 23, 2018
C
bpo-34670: Add TLS 1.3 post handshake auth (GH-9460)
Christian Heimes committed
September 22, 2018
N
bpo-34759: Fix error handling in ssl 'unwrap()' (GH-9468)
Nathaniel J. Smith committed
September 17, 2018
S
bpo-32533: Fixed thread-safety of error handling in _ssl. (GH-7158)
Steve Dower committed
A
bpo-34710: fix SSL module build (GH-9347)
Alexandru Ardelean committed
June 12, 2018
N
bpo-31432: Revert unrelated code changes to _ssl.c and test_ssl (GH-7650)
Ned Deily committed
June 11, 2018
C
bpo-31432: Clarify ssl CERT_NONE/OPTIONAL/REQUIRED docs. (GH-3530)
Christian Heimes committed
May 16, 2018
A
Remove an unneeded call into OpenSSL (GH-6887)
Alex Gaynor committed
May 15, 2018
C
bpo-32257: Add ssl.OP_NO_RENEGOTIATION (GH-5904)
Christian Heimes committed
May 14, 2018
A
Fixed an unused variable warning introduced in GH-6800 (GH-6816)
Alex Gaynor committed
A
Remove `ifdef` check for an OpenSSL version (0.9.6) we don't support (GH-6800)
Alex Gaynor committed
March 25, 2018
C
bpo-33136: Harden ssl module against CVE-2018-8970 (GH-6229)
Christian Heimes committed
March 24, 2018
C
bpo-33127: Compatibility patch for LibreSSL 2.7.0 (GH-6210)
Christian Heimes committed
February 27, 2018
C
bpo-31453: Add setter for min/max protocol version (#5259)
Christian Heimes committed
C
bpo-32947: OpenSSL 1.1.1-pre1 / TLS 1.3 fixes (#5663)
Christian Heimes committed
February 25, 2018
C
bpo-30622: Fix NPN for OpenSSL 1.1.1-pre1 (#5876)
Christian Heimes committed
February 24, 2018
C
bpo-30622: Improve NPN support detection (#5859)
Christian Heimes committed
C
bpo-24334: Cleanup SSLSocket (#5252)
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
January 20, 2018
C
bpo-32598: Use autoconf to detect usable OpenSSL (#5242)
Christian Heimes committed
October 15, 2017
S
completly -> completely (#3999) (closes bpo-31788)
Semen Zhydenko committed
September 15, 2017
C
bpo-31431: SSLContext.check_hostname auto-sets CERT_REQUIRED (#3531)
Christian Heimes committed
September 14, 2017
V
_ssl_: Fix compiler warning (#3559)
Victor Stinner committed
September 8, 2017
S
bpo-31400: Improve SSL error handling on Windows (#3463)
Steve Dower committed
C
bpo-28182: restore backwards compatibility (#3464)
Christian Heimes committed
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-28958: Improve SSLContext error reporting. (#3414)
Christian Heimes committed
A
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou committed
September 6, 2017
C
bpo-29781: Fix SSLObject.version before handshake (#3364)
Christian Heimes committed
September 5, 2017
C
bpo-30102: Call OPENSSL_add_all_algorithms_noconf (#3112)
Christian Heimes committed
September 4, 2017
S
bpo-30502: Fix handling of long oids in ssl. (#2909)
Serhiy Storchaka committed
M
bpo-30622: Change NPN detection: (#2079)
Melvyn Sopacua committed
August 24, 2017
I
bpo-31095: fix potential crash during GC (GH-2974)
INADA Naoki committed
July 26, 2017
S
bpo-9566: Fixed _ssl module warnings (#2495)
Segev Finer committed
July 17, 2017
S
[bpo-30916] Pre-build OpenSSL and Tcl/Tk for Windows (#2688)
Steve Dower committed
June 10, 2017
S
Regenerate Argument Clinic code for bpo-19180. (#2073)
Serhiy Storchaka committed
June 9, 2017
C
bpo-19180: Updated references for RFC 1750, RFC 3280 & RFC 4366 (GH-148)
Chandan Kumar committed
June 8, 2017
N
bpo-30594: Fixed refcounting in newPySSLSocket (#1992)
Nathaniel J. Smith committed
June 6, 2017
A
Simplify X.509 extension handling code (#1855)
Alex Gaynor committed
May 23, 2017
C
bpo-29334: Fix ssl.getpeercert for auto-handshake (#1769)
Christian Heimes committed