Commits
User selector
Commit History
Commits on May 24, 2026
Commits on May 19, 2026
Commits on May 4, 2026
gh-148292: Update _ssl._SSLSocket for OpenSSL 4 (#149102)
Show description for 7b7fa3fandauthored
Commits on Apr 15, 2026
gh-148600: Add Modules/_ssl_data_40.h data (#148601)
Show description for 70eb56bauthored
Commits on Apr 2, 2026
GH-145247: Use _PyTuple_FromPair in Modules (part 2) (#148003)
Show description for c1b20a6andauthored
Commits on Mar 31, 2026
Commits on Mar 29, 2026
Commits on Mar 25, 2026
gh-146207: Add support for OpenSSL 4.0.0 alpha1 (#146217)
Show description for 3364e7eandauthored
Commits on Mar 24, 2026
gh-128341: Use _Py_ABI_SLOT in stdlib modules (#145770)
Show description for 1887a95andauthored
Commits on Feb 21, 2026
Commits on Feb 16, 2026
gh-144833: Fix use-after-free in SSL module when SSL_new() fails (GH-144843)
Show description for c91638cauthored
Commits on Jan 28, 2026
gh-144249: Report filename in SSLContext.load_cert_chain errors (#144250)
Show description for 1a637b2authored
Commits on Jan 22, 2026
gh-143756: Avoid borrowed reference in SSL code (gh-143816)
Show description for ee4e14aauthoredgh-143756: Fix potential data race in SSLContext.load_cert_chain (gh-143818)
Show description for bcf9cb0authored
Commits on Jan 20, 2026
gh-143960: Add support for OpenSSL 3.6, drop EOL 3.2 (#143961)
Show description for a126893andauthored
Commits on Jan 12, 2026
gh-140795: Remove 'exc' field in SSLObject (gh-143491)
Show description for 7d155d7authored
Commits on Dec 31, 2025
gh-140795: Keep 'err' in local variable in _ssl.c (gh-143275)
Show description for 96ab379authored
Commits on Nov 22, 2025
gh-141801: Use accessors for ASN1_STRING fields in libssl (GH-141802)
Show description for c41fce0andauthored
Commits on Oct 11, 2025
gh-139929: fix incorrect OpenSSL version-based guard in `_ssl.c` (GH-139945)
Show description for cdd3eeeauthored
Commits on Oct 8, 2025
Commits on Oct 5, 2025
Commits on Oct 1, 2025
Commits on Sep 18, 2025
gh-129813, PEP 782: Use PyBytesWriter in _ssl (#138929)
Show description for 446587cauthoredgh-129813, PEP 782: Use PyBytesWriter in ssl.MemoryBIO (#139113)
Show description for d6a6fe2authored
Commits on Sep 8, 2025
gh-138252: Add support in SSL module for getting and setting TLS signature algorithms (#138269)
Show description for 6401823andauthored
Commits on Sep 1, 2025
gh-138342: Use a common utility for visiting an object's type (GH-138343)
Show description for 4f6ecd1authored
Commits on Aug 30, 2025
gh-137197: Add `SSLContext.set_ciphersuites` to set TLSv1.3 ciphers (#137198)
Show description for bacb777andauthored
Commits on Aug 18, 2025
Commits on Aug 14, 2025
gh-132339: Add support for OpenSSL 3.5 (GH-137720)
Show description for 7a703c8authored
Commits on Aug 10, 2025
gh-137583: Only lock the SSL context, not the SSL socket (GH-137588)
Show description for 55788a9authored
Commits on Jul 28, 2025
gh-136306: Add support for getting and setting SSL groups (#136307)
Show description for 377b787authored
Commits on Jul 25, 2025
gh-134698: Hold a lock when the thread state is detached in `ssl` (GH-134724)
Show description for e047a35andauthored
Commits on Jul 12, 2025
gh-99813: Start using `SSL_sendfile` when available (#99907)
Show description for 5a20e79authored
Commits on May 29, 2025
gh-133968: Add PyUnicodeWriter_WriteASCII() function (#133973)
Show description for f49a07bauthored