1. 93a0ef7 Correct return type in Modules/_ssl.c::sslmodule_legacy (GH-23609) by Pablo Galindo · 3 years, 9 months ago
  2. 32bd68c bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587) by Victor Stinner · 3 years, 9 months ago
  3. 00d7abd bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586) by Victor Stinner · 3 years, 9 months ago
  4. 686c203 bpo-42423: Accept single base class in PyType_FromModuleAndSpec() (GH-23441) by Serhiy Storchaka · 3 years, 9 months ago
  5. 5c36da7 bpo-42333: Port _ssl extension module to heap types (GH-23392) by Christian Heimes · 3 years, 9 months ago
  6. 03c8ddd bpo-42413: socket.timeout is now an alias of TimeoutError (GH-23413) by Christian Heimes · 3 years, 9 months ago
  7. c32f297 bpo-42144: Add a missing "goto error;" in the _ssl module (GH-22959) by Zackery Spytz · 3 years, 10 months ago
  8. 495bd03 bpo-31122: ssl.wrap_socket() now raises ssl.SSLEOFError rather than OSError when peer closes connection during TLS negotiation (GH-18772) by Dima Tisnek · 4 years, 1 month ago
  9. 8e836bb bpo-41195: Add getter for Openssl security level (GH-21282) by matthewhughes934 · 4 years, 1 month ago
  10. ee96f32 bpo-41252: Fix incorrect refcounting in _ssl.c's _servername_callback() (GH-21407) by Zackery Spytz · 4 years, 2 months ago
  11. aebc049 closes bpo-41235: Fix the error handling in SSLContext.load_dh_params() (GH-21385) by Zackery Spytz · 4 years, 2 months ago
  12. a871f69 bpo-30008: Fix OpenSSL no-deprecated compilation (GH-20397) by Christian Heimes · 4 years, 3 months ago
  13. 6e8cda9 bpo-40457: Support OpenSSL without TLS 1.0/1.1 (GH-19862) by Christian Heimes · 4 years, 4 months ago
  14. c087a26 bpo-40515: Require OPENSSL_THREADS (GH-19953) by Christian Heimes · 4 years, 4 months ago
  15. 62183b8 bpo-40268: Remove explicit pythread.h includes (#19529) by Victor Stinner · 4 years, 5 months ago
  16. 8f87eef bpo-39943: Add the const qualifier to pointers on non-mutable PyBytes data. (GH-19472) by Serhiy Storchaka · 4 years, 5 months ago
  17. 1b55b65 bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (GH-18521) by Dong-hee Na · 4 years, 7 months ago
  18. a1c1be2 bpo-39272: Remove dead assignment from _ssl__SSLContext_load_verify_locations_impl (GH-17916) by Alex Henrie · 4 years, 8 months ago
  19. 2b7de66 bpo-38820: OpenSSL 3.0.0 compatibility. (GH-17190) by Christian Heimes · 4 years, 9 months ago
  20. 279f446 bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933) by Serhiy Storchaka · 5 years ago
  21. 915cd3f bpo-35941: Fix performance regression in new code (GH-12610) by Christian Heimes · 5 years ago
  22. ed70129 bpo-37702: Fix SSL's certificate-store leak on Windows (GH-15632) by neonene · 5 years ago
  23. 40dad95 Replace usage of the obscure PEM_read_bio_X509_AUX with the more standard PEM_read_bio_X509 (GH-15303) by Alex Gaynor · 5 years ago
  24. 18b711c bpo-37648: Fixed minor inconsistency in some __contains__. (GH-14904) by Serhiy Storchaka · 5 years ago
  25. 76611c7 bpo-37120: Fix _ssl get_num_tickets() (GH-14668) by Victor Stinner · 5 years ago
  26. f0f5930 bpo-37428: Don't set PHA verify flag on client side (GH-14421) by Christian Heimes · 5 years ago
  27. 78c7d52 bpo-37120: Add SSLContext.num_tickets (GH-13719) by Christian Heimes · 5 years ago
  28. c7f7069 bpo-34271: Add ssl debugging helpers (GH-10031) by Christian Heimes · 5 years ago
  29. 65fb2c0 bpo-339827: Do not swallow exceptions in the _ssl module. (GH-12756) by Serhiy Storchaka · 5 years ago
  30. 530f506 bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464) by Jeroen Demeyer · 5 years ago
  31. fb7e750 bpo-35926: Add support for OpenSSL 1.1.1b on Windows (GH-11779) by Paul Monson · 5 years ago
  32. 926b0cb bpo-36641: Add "const" to PyDoc_VAR macro (GH-12854) by Inada Naoki · 5 years ago
  33. d93fbbf bpo-35941: Fix ssl certificate enumeration for windows (GH-12486) by kctherookie · 5 years ago
  34. d53fe5f bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264) by Serhiy Storchaka · 5 years ago
  35. a37f524 bpo-35746: Fix segfault in ssl's cert parser (GH-11569) by Christian Heimes · 6 years ago
  36. 842acaa bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11175) by Zackery Spytz · 6 years ago
  37. 4c49da0 bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-11015) by Zackery Spytz · 6 years ago
  38. b37672d bpo-35059: Cleanup usage of Python macros (GH-10648) by Victor Stinner · 6 years ago
  39. 365ad2e bpo-34824: Fix a possible NULL pointer dereference in _ssl.c (GH-9606) by Zackery Spytz · 6 years ago
  40. 07fbbfd bpo-34906: Doc: Fix typos (GH-9712) by Stéphane Wirtel · 6 years ago
  41. 9fb051f bpo-34670: Add TLS 1.3 post handshake auth (GH-9460) by Christian Heimes · 6 years ago
  42. c0da582 bpo-34759: Fix error handling in ssl 'unwrap()' (GH-9468) by Nathaniel J. Smith · 6 years ago
  43. c6fd1c1 bpo-32533: Fixed thread-safety of error handling in _ssl. (GH-7158) by Steve Dower · 6 years ago
  44. b3a271f bpo-34710: fix SSL module build (GH-9347) by Alexandru Ardelean · 6 years ago
  45. 4531ec7 bpo-31432: Revert unrelated code changes to _ssl.c and test_ssl (GH-7650) by Ned Deily · 6 years ago
  46. ef24b6c bpo-31432: Clarify ssl CERT_NONE/OPTIONAL/REQUIRED docs. (GH-3530) by Christian Heimes · 6 years ago
  47. 55e53c3 Remove an unneeded call into OpenSSL (GH-6887) by Alex Gaynor · 6 years ago
  48. 67c4801 bpo-32257: Add ssl.OP_NO_RENEGOTIATION (GH-5904) by Christian Heimes · 6 years ago
  49. 00717a4 Fixed an unused variable warning introduced in GH-6800 (GH-6816) by Alex Gaynor · 6 years ago
  50. f042242 Remove `ifdef` check for an OpenSSL version (0.9.6) we don't support (GH-6800) by Alex Gaynor · 6 years ago
  51. d02ac25 bpo-33136: Harden ssl module against CVE-2018-8970 (GH-6229) by Christian Heimes · 6 years ago
  52. 4ca0739 bpo-33127: Compatibility patch for LibreSSL 2.7.0 (GH-6210) by Christian Heimes · 6 years ago
  53. 698dde1 bpo-31453: Add setter for min/max protocol version (#5259) by Christian Heimes · 7 years ago
  54. 05d9fe3 bpo-32947: OpenSSL 1.1.1-pre1 / TLS 1.3 fixes (#5663) by Christian Heimes · 7 years ago
  55. 29eab55 bpo-30622: Fix NPN for OpenSSL 1.1.1-pre1 (#5876) by Christian Heimes · 7 years ago
  56. 6cdb795 bpo-30622: Improve NPN support detection (#5859) by Christian Heimes · 7 years ago
  57. 141c5e8 bpo-24334: Cleanup SSLSocket (#5252) by Christian Heimes · 7 years ago
  58. 11a1493 [bpo-28414] Make all hostnames in SSL module IDN A-labels (GH-5128) by Christian Heimes · 7 years ago
  59. 892d66e bpo-31429: Define TLS cipher suite on build time (#3532) by Christian Heimes · 7 years ago
  60. 61d478c bpo-31399: Let OpenSSL verify hostname and IP address (#3462) by Christian Heimes · 7 years ago
  61. ff5be6e bpo-32598: Use autoconf to detect usable OpenSSL (#5242) by Christian Heimes · 7 years ago
  62. 1295e11 completly -> completely (#3999) (closes bpo-31788) by Semen Zhydenko · 7 years ago
  63. e82c034 bpo-31431: SSLContext.check_hostname auto-sets CERT_REQUIRED (#3531) by Christian Heimes · 7 years ago
  64. 5a61559 _ssl_: Fix compiler warning (#3559) by Victor Stinner · 7 years ago
  65. e6eb48c bpo-31400: Improve SSL error handling on Windows (#3463) by Steve Dower · 7 years ago
  66. 0915360 bpo-28182: restore backwards compatibility (#3464) by Christian Heimes · 7 years ago
  67. b3ad0e5 bpo-28182: Expose OpenSSL verification results (#3412) by Christian Heimes · 7 years ago
  68. cb5b68a bpo-29136: Add TLS 1.3 cipher suites and OP_NO_TLSv1_3 (#1363) by Christian Heimes · 7 years ago
  69. 17c9ac9 bpo-28958: Improve SSLContext error reporting. (#3414) by Christian Heimes · 7 years ago
  70. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 7 years ago
  71. 6877111 bpo-29781: Fix SSLObject.version before handshake (#3364) by Christian Heimes · 7 years ago
  72. c941e62 bpo-30102: Call OPENSSL_add_all_algorithms_noconf (#3112) by Christian Heimes · 7 years ago
  73. e503ca5 bpo-30502: Fix handling of long oids in ssl. (#2909) by Serhiy Storchaka · 7 years ago
  74. b2d096b bpo-30622: Change NPN detection: (#2079) by Melvyn Sopacua · 7 years ago
  75. a6296d3 bpo-31095: fix potential crash during GC (GH-2974) by INADA Naoki · 7 years ago
  76. 5cff637 bpo-9566: Fixed _ssl module warnings (#2495) by Segev Finer · 7 years ago
  77. 68d663c [bpo-30916] Pre-build OpenSSL and Tcl/Tk for Windows (#2688) by Steve Dower · 7 years ago
  78. 5f31d5c Regenerate Argument Clinic code for bpo-19180. (#2073) by Serhiy Storchaka · 7 years ago
  79. 63c2c8a bpo-19180: Updated references for RFC 1750, RFC 3280 & RFC 4366 (GH-148) by Chandan Kumar · 7 years ago
  80. 65ece7c bpo-30594: Fixed refcounting in newPySSLSocket (#1992) by Nathaniel J. Smith · 7 years ago
  81. b87c0df Simplify X.509 extension handling code (#1855) by Alex Gaynor · 7 years ago
  82. 66dc33b bpo-29334: Fix ssl.getpeercert for auto-handshake (#1769) by Christian Heimes · 7 years ago
  83. 55fe1ae bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051) by Serhiy Storchaka · 7 years ago
  84. 2849cc3 bpo-29738: Fix memory leak in _get_crl_dp (GH-526) by Olivier Vielpeau · 7 years ago
  85. aefa7eb bpo-6532: Make the thread id an unsigned integer. (#781) by Serhiy Storchaka · 7 years ago
  86. 8ae264c bpo-29697: Don't use OpenSSL <1.0.2 fallback on 1.1+ (GH-395) by Donald Stufft · 7 years ago
  87. 228b12e Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever by Serhiy Storchaka · 8 years ago
  88. f17c3de Use _PyObject_CallNoArg() by Victor Stinner · 8 years ago
  89. de4ae3d Backed out changeset b9c9691c72c5 by Victor Stinner · 8 years ago
  90. 27580c1 Replace PyObject_CallFunctionObjArgs() with fastcall by Victor Stinner · 8 years ago
  91. 1a63b9f Typo by Christian Heimes · 8 years ago
  92. a5d0765 Finish GC code for SSLSession and increase test coverage by Christian Heimes · 8 years ago
  93. f6365e3 Issue #28188: Use PyMem_Calloc() to get rid of a type-limits warning and an extra memset() call in _ssl.c. by Christian Heimes · 8 years ago
  94. 410b988 Issue #27866: Fix refleak in cipher_to_dict() by Victor Stinner · 8 years ago
  95. 5fe668c Issue #28085: Add PROTOCOL_TLS_CLIENT and PROTOCOL_TLS_SERVER for SSLContext by Christian Heimes · 8 years ago
  96. 99a6570 Issue #19500: Add client-side SSL session resumption to the ssl module. by Christian Heimes · 8 years ago
  97. 358cfd4 Issue 28043: SSLContext has improved default settings by Christian Heimes · 8 years ago
  98. fe3c9c1 Issue #27691: Fix ssl module's parsing of GEN_RID subject alternative name fields in X.509 certs. by Christian Heimes · 8 years ago
  99. 1c03abd Issue #27691: Fix ssl module's parsing of GEN_RID subject alternative name fields in X.509 certs. by Christian Heimes · 8 years ago
  100. 0061bf5 Issue #26470: Use short name rather than name for compression name to fix #27958. by Christian Heimes · 8 years ago