COMMITS
/ Modules/_ssl.c April 2, 2026
S
GH-145247: Use _PyTuple_FromPair in Modules (part 2) (#148003)
Sergey Miryanov committed
March 31, 2026
S
gh-146615: Fix format specifiers in extension modules (GH-146617)
sunmy2019 committed
March 29, 2026
B
gh-146080: fix a crash in SNI callbacks when the SSL object is gone (#146573)
Bénédikt Tran committed
March 25, 2026
V
gh-146207: Add support for OpenSSL 4.0.0 alpha1 (#146217)
Victor Stinner committed
March 24, 2026
K
gh-128341: Use _Py_ABI_SLOT in stdlib modules (#145770)
Karolina Surma committed
February 21, 2026
B
gh-142516: fix reference leaks in `ssl.SSLContext` objects (#143685)
Bénédikt Tran committed
February 16, 2026
R
gh-144833: Fix use-after-free in SSL module when SSL_new() fails (GH-144843)
Ramin Farajpour Cami committed
January 28, 2026
R
gh-144249: Report filename in SSLContext.load_cert_chain errors (#144250)
Romuald Brunet committed
January 22, 2026
S
gh-143756: Avoid borrowed reference in SSL code (gh-143816)
Sam Gross committed
S
gh-143756: Fix potential data race in SSLContext.load_cert_chain (gh-143818)
Sam Gross committed
January 20, 2026
H
gh-143960: Add support for OpenSSL 3.6, drop EOL 3.2 (#143961)
Hugo van Kemenade committed
January 12, 2026
S
gh-140795: Remove 'exc' field in SSLObject (gh-143491)
Sam Gross committed
December 31, 2025
S
gh-140795: Keep 'err' in local variable in _ssl.c (gh-143275)
Sam Gross committed
November 22, 2025
D
gh-141801: Use accessors for ASN1_STRING fields in libssl (GH-141802)
David Benjamin committed
October 11, 2025
B
gh-139929: fix incorrect OpenSSL version-based guard in `_ssl.c` (GH-139945)
Bénédikt Tran committed
October 8, 2025
B
gh-139748: fix leaks in AC error paths when using unicode FS-based converters (#139765)
Bénédikt Tran committed
October 5, 2025
S
gh-127330: Comment correction in _ssl.c (#139603)
Skip Montanaro committed
October 1, 2025
S
gh-116946: remove unnecessary gc from immutable types (#139073)
Sergey Miryanov committed
September 18, 2025
V
gh-129813, PEP 782: Use PyBytesWriter in _ssl (#138929)
Victor Stinner committed
V
gh-129813, PEP 782: Use PyBytesWriter in ssl.MemoryBIO (#139113)
Victor Stinner committed
September 8, 2025
R
gh-138252: Add support in SSL module for getting and setting TLS signature algorithms (#138269)
Ron Frederick committed
September 1, 2025
P
gh-138342: Use a common utility for visiting an object's type (GH-138343)
Peter Bierma committed
August 30, 2025
R
gh-137197: Add `SSLContext.set_ciphersuites` to set TLSv1.3 ciphers (#137198)
Ron Frederick committed
August 18, 2025
A
GH-137623: Use an AC decorator for docstring line length enforcement (#137690)
Adam Turner committed
August 14, 2025
Z
gh-132339: Add support for OpenSSL 3.5 (GH-137720)
Zachary Ware committed
August 10, 2025
P
gh-137583: Only lock the SSL context, not the SSL socket (GH-137588)
Peter Bierma committed
July 28, 2025
R
gh-136306: Add support for getting and setting SSL groups (#136307)
Ron Frederick committed
July 25, 2025
P
gh-134698: Hold a lock when the thread state is detached in `ssl` (GH-134724)
Peter Bierma committed
July 12, 2025
I
gh-99813: Start using `SSL_sendfile` when available (#99907)
Illia Volochii committed
May 29, 2025
V
gh-133968: Add PyUnicodeWriter_WriteASCII() function (#133973)
Victor Stinner committed
May 9, 2025
W
gh-133623: Add `ssl.HAS_PSK_TLS13` to detect external TLS 1.3 PSK support (#133624)
Will Childs-Klein committed
May 8, 2025
April 29, 2025
S
gh-132987: Support __index__() in the ssl.SSLContext.options setter (GH-133098)
Serhiy Storchaka committed
April 25, 2025
B
gh-131423: Update OpenSSL data to 3.4.1 on Linux (#131618)
Bénédikt Tran committed
April 18, 2025
R
gh-89562: Remove hostflags from PySSLContext (GH-28602)
Rami committed
April 11, 2025
C
gh-131127: Minimal build support on systems using LibreSSL (GH-131128)
Collin Funk committed
March 31, 2025
C
GH-131296: Fix parenthesis warnings on Windows-specific code (GH-131905)
Chris Eibl committed
March 28, 2025
S
gh-131423: Update to OpenSSL 3.0.16. (GH-131839)
Steve Dower committed
March 20, 2025
V
gh-111178: Fix function signatures for multiple tests (#131496)
Victor Stinner committed
March 17, 2025
B
gh-111178: fix UBSan failures in `Modules/_ssl.c` (GH-130719)
Bénédikt Tran committed
January 31, 2025
V
gh-129354: Use PyErr_FormatUnraisable() function (#129518)
Victor Stinner committed
January 20, 2025
E
gh-111178: Generate correct signature for most self converters (#128447)
Erlend E. Aasland committed
January 10, 2025
P
gh-127257: Add hex code to ssl "unknown error" message (GH-127360)
Petr Viktorin committed
January 6, 2025
V
gh-127350: Add Py_fopen() and Py_fclose() functions (#127821)
Victor Stinner committed
December 24, 2024
W
gh-128035: Add ssl.HAS_PHA to detect libssl PHA support (GH-128036)
Will Childs-Klein committed
December 10, 2024
P
gh-127257: ssl: Raise OSError for ERR_LIB_SYS (GH-127361)
Petr Viktorin committed
December 2, 2024
P
gh-126890: Restore stripped `ssl` docstrings (GH-127281)
Peter Bierma committed
November 28, 2024
P
gh-127330: Update for OpenSSL 3.4 & document+improve the update process (GH-127331)
Petr Viktorin committed
November 6, 2024
V
gh-126455: Disallow _ssl.SSLSocket instantiation (#126481)
Victor Stinner committed
November 5, 2024
V
gh-126433: Fix compiler warnings on 32-bit Windows (#126444)
Victor Stinner committed