COMMITS
/ Modules/_ssl.c December 2, 2020
P
Correct return type in Modules/_ssl.c::sslmodule_legacy (GH-23609)
Pablo Galindo committed
December 1, 2020
V
bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587)
Victor Stinner committed
V
bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586)
Victor Stinner committed
November 22, 2020
S
bpo-42423: Accept single base class in PyType_FromModuleAndSpec() (GH-23441)
Serhiy Storchaka committed
November 20, 2020
C
bpo-42333: Port _ssl extension module to heap types (GH-23392)
Christian Heimes committed
C
bpo-42413: socket.timeout is now an alias of TimeoutError (GH-23413)
Christian Heimes committed
October 25, 2020
Z
bpo-42144: Add a missing "goto error;" in the _ssl module (GH-22959)
Zackery Spytz committed
August 15, 2020
July 17, 2020
M
bpo-41195: Add getter for Openssl security level (GH-21282)
matthewhughes934 committed
July 9, 2020
Z
bpo-41252: Fix incorrect refcounting in _ssl.c's _servername_callback() (GH-21407)
Zackery Spytz committed
July 8, 2020
Z
closes bpo-41235: Fix the error handling in SSLContext.load_dh_params() (GH-21385)
Zackery Spytz committed
June 1, 2020
C
bpo-30008: Fix OpenSSL no-deprecated compilation (GH-20397)
Christian Heimes committed
May 16, 2020
C
bpo-40457: Support OpenSSL without TLS 1.0/1.1 (GH-19862)
Christian Heimes committed
May 15, 2020
C
bpo-40515: Require OPENSSL_THREADS (GH-19953)
Christian Heimes committed
April 15, 2020
V
bpo-40268: Remove explicit pythread.h includes (#19529)
Victor Stinner committed
April 12, 2020
S
bpo-39943: Add the const qualifier to pointers on non-mutable PyBytes data. (GH-19472)
Serhiy Storchaka committed
February 17, 2020
D
bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (GH-18521)
Dong-hee Na committed
January 9, 2020
A
December 7, 2019
C
bpo-38820: OpenSSL 3.0.0 compatibility. (GH-17190)
Christian Heimes committed
September 14, 2019
S
bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933)
Serhiy Storchaka committed
September 9, 2019
C
bpo-35941: Fix performance regression in new code (GH-12610)
Christian Heimes committed
N
bpo-37702: Fix SSL's certificate-store leak on Windows (GH-15632)
neonene committed
August 15, 2019
August 4, 2019
S
bpo-37648: Fixed minor inconsistency in some __contains__. (GH-14904)
Serhiy Storchaka committed
July 9, 2019
V
bpo-37120: Fix _ssl get_num_tickets() (GH-14668)
Victor Stinner committed
July 1, 2019
C
bpo-37428: Don't set PHA verify flag on client side (GH-14421)
Christian Heimes committed
June 3, 2019
C
bpo-37120: Add SSLContext.num_tickets (GH-13719)
Christian Heimes committed
May 31, 2019
C
bpo-34271: Add ssl debugging helpers (GH-10031)
Christian Heimes committed
S
bpo-339827: Do not swallow exceptions in the _ssl module. (GH-12756)
Serhiy Storchaka committed
J
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
Jeroen Demeyer committed
May 15, 2019
P
bpo-35926: Add support for OpenSSL 1.1.1b on Windows (GH-11779)
Paul Monson committed
April 16, 2019
I
bpo-36641: Add "const" to PyDoc_VAR macro (GH-12854)
Inada Naoki committed
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