COMMITS
/ Modules/_ssl.c September 30, 2024
M
[3.12] gh-116810: fix memory leak in ssl module (GH-123249) (GH-124801)
Miss Islington (bot) committed
March 28, 2024
M
[3.12] gh-117310: Remove extra DECREF on "no ciphers" error path in `_ssl._SSLContext` constructor (GH-117309) (GH-117317)
Miss Islington (bot) committed
February 29, 2024
M
[3.12] gh-114572: Fix locking in cert_store_stats and get_ca_certs (GH-114573) (GH-115547)
Miss Islington (bot) committed
August 26, 2023
M
[3.12] gh-107913: Fix possible losses of OSError error codes (GH-107930) (#108523)
Miss Islington (bot) committed
August 3, 2023
M
[3.12] gh-107077: Raise SSLCertVerificationError even if the error is set via SSL_ERROR_SYSCALL (GH-107586) (#107587)
Miss Islington (bot) committed
July 18, 2023
S
[3.12] gh-86493: Fix possible leaks in some modules initialization (GH-106768) (GH-106855)
Serhiy Storchaka committed
July 17, 2023
M
[3.12] gh-106831: Fix NULL check of d2i_SSL_SESSION() result in _ssl.c (GH-106832) (#106835)
Miss Islington (bot) committed
M
[3.12] gh-106687: _ssl: use uint64_t for SSL options (GH-106700) (#106827)
Miss Islington (bot) committed
June 11, 2023
M
[3.12] gh-105375: Harden _ssl initialisation (GH-105599) (#105642)
Miss Islington (bot) committed
June 1, 2023
M
[3.12] gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u (GH-105174) (#105199)
Miss Islington (bot) 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
April 2, 2023
I
fix typo in _ssl.c (GH-103192)
Ikko Eltociear Ashimine committed
March 24, 2023
D
gh-100372: Use BIO_eof to detect EOF for SSL_FILETYPE_ASN1 (GH-100373)
David Benjamin committed
March 22, 2023
B
gh-96931: Fix incorrect results in ssl.SSLSocket.shared_ciphers (#96932)
Benjamin Fogle committed
D
GH-95494: Fix transport EOF handling in OpenSSL 3.0 (GH-95495)
David Benjamin committed
March 16, 2023
I
gh-102192: remove redundant exception fields from ssl module socket (#102466)
Irit Katriel committed
March 9, 2023
M
gh-102255: Improve build support for Windows API partitions (GH-102256)
Max Bachmann committed
December 20, 2022
T
gh-89051: Add ssl.OP_LEGACY_SERVER_CONNECT (#93927)
Thomas Grainger committed
December 3, 2022
S
bpo-15999: Accept arbitrary values for boolean parameters. (#15609)
Serhiy Storchaka committed
November 24, 2022
I
gh-96828: Add an `ssl.OP_ENABLE_KTLS` option (GH-96830)
Illia Volochii committed
November 14, 2022
V
gh-99300: Use Py_NewRef() in Modules/ directory (#99468)
Victor Stinner committed
July 21, 2022
D
gh-95095: Use SSL_CTX_get_max_proto_version instead of SSL_CTX_ctrl (GH-95096)
David Benjamin committed
July 9, 2022
C
gh-94637: Release GIL in SSLContext.set_default_verify_paths (GH-94658)
Christian Heimes committed
June 28, 2022
V
gh-94172: Remove ssl.PROTOCOL_SSLv2 dead code (#94312)
Victor Stinner committed
June 24, 2022
V
gh-94199: Remove ssl.RAND_pseudo_bytes() function (#94202)
Victor Stinner committed
June 22, 2022
C
gh-94101 Disallow instantiation of SSLSession objects (GH-94102)
chgnrdv committed
March 1, 2022
K
bpo-46541: remove usage of _Py_IDENTIFIER from _ssl module (GH-31599)
Kumar Aditya committed
February 20, 2022
C
bpo-46232: Fix parsing of certs with bit string in DN (GH-30351)
Christian Heimes committed
February 11, 2022
P
bpo-46613: Add PyType_GetModuleByDef to the public API (GH-31081)
Petr Viktorin committed
February 8, 2022
February 7, 2022
V
bpo-46670: Remove unused macros in the Modules directory (GH-31194)
Victor Stinner committed
October 12, 2021
V
bpo-45439: Move _PyObject_CallNoArgs() to pycore_call.h (GH-28895)
Victor Stinner committed
October 11, 2021
V
bpo-45439: Rename _PyObject_CallNoArg() to _PyObject_CallNoArgs() (GH-28891)
Victor Stinner committed
October 1, 2021
V
bpo-41710: Add private _PyDeadline_Get() function (GH-28674)
Victor Stinner committed
September 30, 2021
V
bpo-41710: Add _PyTime_AsTimespec_clamp() (GH-28629)
Victor Stinner committed
August 27, 2021
A
Fix typo in a comment in Modules/_ssl.c: s/validata/validate/ (GH-27993)
Adam Dangoor committed
July 23, 2021
P
bpo-42854: Correctly use size_t for _ssl._SSLSocket.read and _ssl._SSLSocket.write (GH-27271)
Pablo Galindo Salgado committed
June 17, 2021
June 13, 2021
C
bpo-44389: Fix deprecation of OP_NO_TLSv1_3 (GH-26700)
Christian Heimes committed
June 12, 2021
E
bpo-44389: Remove duplicate SSL_OP_NO_TLSv1_2 flag (GH-26680)
Erlend Egeberg Aasland committed
June 11, 2021
C
bpo-44362: ssl: improve deprecation warnings and docs (GH-26646)
Christian Heimes committed
May 28, 2021
P
bpo-44252: Correctly implement gc support for SSLError objects (GH-26439)
Pablo Galindo committed
May 27, 2021
E
bpo-42972: Fully implement GC protocol for ssl heap types (GH-26370)
Erlend Egeberg Aasland committed
May 2, 2021
C
bpo-43908: Mark ssl, hash, and hmac types as immutable (GH-25792)
Christian Heimes committed
May 1, 2021
C
bpo-43998: Default to TLS 1.2 and increase cipher suite security (GH-25778)
Christian Heimes committed
April 26, 2021
C
bpo-18233: Add internal methods to access peer chain (GH-25467)
Christian Heimes committed