COMMITS
/ Modules/_ssl.c March 31, 2026
S
[3.13] gh-146615: Fix format specifiers in extension modules (GH-146617) (GH-146652) (GH-146658)
Serhiy Storchaka committed
March 29, 2026
B
[3.13] gh-146080: fix a crash in SNI callbacks when the SSL object is gone (GH-146573) (#146598)
Bénédikt Tran committed
February 16, 2026
M
[3.13] gh-144833: Fix use-after-free in SSL module when SSL_new() fails (GH-144843) (#144859)
Miss Islington (bot) committed
November 22, 2025
M
[3.13] gh-141801: Use accessors for ASN1_STRING fields in libssl (GH-141802) (#141848)
Miss Islington (bot) committed
October 8, 2025
K
[3.13] gh-139748: fix leaks in AC error paths when using unicode FS-b… (#139792)
Kumar Aditya committed
August 12, 2025
P
[3.13] gh-137583: Only lock the SSL context, not the SSL socket (GH-137588) (GH-137613)
Peter Bierma committed
July 27, 2025
G
[3.13] gh-134698: Hold a lock when the thread state is detached in ssl (GH-134724) (#137126)
Gregory P. Smith committed
April 11, 2025
M
[3.13] gh-131127: Minimal build support on systems using LibreSSL (GH-131128) (GH-132392)
Miss Islington (bot) committed
March 28, 2025
S
gh-131423: Update to OpenSSL 3.0.16. (GH-131839)
Steve Dower committed
December 12, 2024
M
[3.13] gh-127257: ssl: Raise OSError for ERR_LIB_SYS (GH-127361) (GH-127812)
Miss Islington (bot) committed
December 2, 2024
P
[3.13] gh-126890: Restore stripped `ssl` docstrings (GH-127281) (#127513)
Peter Bierma committed
P
[3.13] gh-124984: Enhance `ssl` thread safety (GH-124993) (#125780)
Peter Bierma committed
November 14, 2024
V
[3.13] gh-126433: Fix compiler warnings on 32-bit Windows (#126444) (#126827)
Victor Stinner committed
November 6, 2024
M
[3.13] gh-126455: Disallow _ssl.SSLSocket instantiation (GH-126481) (#126486)
Miss Islington (bot) committed
October 29, 2024
M
[3.13] gh-126106: Fix `NULL` possible derefrence in `Modules/_ssl.c` (GH-126111) (#126116)
Miss Islington (bot) committed
October 7, 2024
M
[3.13] gh-116810: fix memory leak in ssl module (GH-123249) (#124800)
Miss Islington (bot) committed
May 3, 2024
B
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers committed
A
gh-101732: Modules/_ssl.c: use Y2038 compatible openssl function when available (GH-118425)
Alexander Kanavin committed
April 8, 2024
March 28, 2024
G
gh-117310: Remove extra DECREF on "no ciphers" error path in `_ssl._SSLContext` constructor (#117309)
Gregory P. Smith committed
March 26, 2024
Y
gh-115627: Fix PySSL_SetError handling SSL_ERROR_SYSCALL (GH-115628)
yevgeny hong committed
February 20, 2024
V
gh-110850: Cleanup pycore_time.h includes (#115724)
Victor Stinner committed
V
gh-110850: Replace _PyTime_t with PyTime_t (#115719)
Victor Stinner committed
February 16, 2024
D
gh-114572: Fix locking in cert_store_stats and get_ca_certs (#114573)
David Benjamin committed
January 6, 2024
R
gh-89532: Remove LibreSSL workarounds (#28728)
Rami committed
December 26, 2023
D
gh-113332: Simplify calls to SSL_(CTX_)set_verify in _ssl.c (#113333)
David Benjamin committed
November 29, 2023
G
gh-112454: Disable TLS-PSK if OpenSSL was built without PSK support (#112491)
Grant Ramsay committed
November 27, 2023
G
gh-63284: Add support for TLS-PSK (pre-shared key) to the ssl module (#103181)
Grant Ramsay committed
October 25, 2023
N
gh-111230: Fix errors checking in _ssl module init (#111232)
Nikita Sobolev committed
October 23, 2023
F
gh-67565: Remove redundant C-contiguity checks (GH-105521)
Furkan Onder committed
August 31, 2023
V
gh-106320: Remove private _PyErr_ChainExceptions() (#108713)
Victor Stinner committed
August 26, 2023
S
gh-107913: Fix possible losses of OSError error codes (GH-107930)
Serhiy Storchaka committed
August 3, 2023
P
gh-107077: Raise SSLCertVerificationError even if the error is set via SSL_ERROR_SYSCALL (#107586)
Pablo Galindo Salgado committed
July 25, 2023
S
gh-86493: Modernize modules initialization code (GH-106858)
Serhiy Storchaka committed
July 23, 2023
V
gh-106320: Remove _PyIsSelectable_fd() C API (#107142)
Victor Stinner committed
July 18, 2023
S
gh-86493: Use PyModule_Add() instead of PyModule_AddObjectRef() (GH-106860)
Serhiy Storchaka committed
S
gh-86493: Fix possible leaks in some modules initialization (GH-106768)
Serhiy Storchaka committed
July 17, 2023
N
gh-106831: Fix NULL check of d2i_SSL_SESSION() result in _ssl.c (#106832)
Nikita Sobolev committed
V
gh-106687: _ssl: use uint64_t for SSL options (#106700)
Victor Stinner committed
July 14, 2023
G
gh-105293: Do not call SSL_CTX_set_session_id_context on client side SSL context (#105295)
Grant Ramsay committed
July 2, 2023
I
gh-104922: remove PY_SSIZE_T_CLEAN (#106315)
Inada Naoki committed
June 23, 2023
V
gh-105927: _ssl GET_SOCKET() uses _PyWeakref_GET_REF() (#106002)
Victor Stinner committed
June 21, 2023
V
gh-105927: _ssl uses _PyWeakref_GET_REF() (#105965)
Victor Stinner committed
June 11, 2023
E
gh-105375: Harden _ssl initialisation (#105599)
Erlend E. Aasland committed
June 1, 2023
G
gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u (#105174)
Gregory P. Smith committed
May 22, 2023
K
GH-103092: isolate `_ssl` (#104725)
Kumar Aditya committed
May 21, 2023
S
gh-98836: Extend PyUnicode_FromFormat() (GH-98838)
Serhiy Storchaka committed
May 5, 2023
E
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow committed
April 8, 2023
D
gh-103242: Migrate SSLContext.set_ecdh_curve not to use deprecated APIs (#103378)
Dong-hee Na committed
April 3, 2023
D
gh-100062: Remove error code tables from _ssl and err_names_to_codes (GH-100063)
David Benjamin committed