1. 5cb31c9 Issue #15977: Fix memory leak in Modules/_ssl.c when the function _set_npn_protocols() is called multiple times by Christian Heimes · 12 years ago
  2. b7a2800 MERGE: Closes #15793: Stack corruption in ssl.RAND_egd() by Jesus Cea · 12 years ago
  3. c8754a1 Closes #15793: Stack corruption in ssl.RAND_egd() by Jesus Cea · 12 years ago
  4. 721738f Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly. by Antoine Pitrou · 12 years ago
  5. 6f430e4 Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly. by Antoine Pitrou · 12 years ago
  6. 3b36fb1 Issue #14837: SSL errors now have `library` and `reason` attributes describing precisely what happened and in which OpenSSL submodule. by Antoine Pitrou · 12 years ago
  7. d5d17eb Issue #14204: The ssl module now has support for the Next Protocol Negotiation extension, if available in the underlying OpenSSL library. by Antoine Pitrou · 12 years ago
  8. c135fa4 Fix last remaining build issues of _ssl under old OpenSSLs. Patch by Vinay. by Antoine Pitrou · 12 years ago
  9. a9bf2ac Try to really fix compilation failures of the _ssl module under very old OpenSSLs. by Antoine Pitrou · 12 years ago
  10. e9fccb3 Fix compilation when SSL_OP_SINGLE_ECDH_USE isn't defined by Antoine Pitrou · 12 years ago
  11. 04d4ee4 Issue #13014: Fix a possible reference leak in SSLSocket.getpeercert(). by Antoine Pitrou · 12 years ago
  12. 2f5a163 Issue #13014: Fix a possible reference leak in SSLSocket.getpeercert(). by Antoine Pitrou · 12 years ago
  13. 9e2e532 Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV attack countermeasure. by Antoine Pitrou · 12 years ago
  14. 3f36631 Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV attack countermeasure. by Antoine Pitrou · 12 years ago
  15. f2bf8a6 Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV attack countermeasure. by Antoine Pitrou · 12 years ago
  16. 0e576f1 Issue #13626: Add support for SSL Diffie-Hellman key exchange, through the by Antoine Pitrou · 13 years ago
  17. 501da61 Fix ssl module compilation if ECDH support was disabled in the OpenSSL build. by Antoine Pitrou · 13 years ago
  18. 8abdb8a Issue #13634: Add support for querying and disabling SSL compression. by Antoine Pitrou · 13 years ago
  19. 923df6f Issue #13627: Add support for SSL Elliptic Curve-based Diffie-Hellman by Antoine Pitrou · 13 years ago
  20. 6db4944 Issue #13635: Add ssl.OP_CIPHER_SERVER_PREFERENCE, so that SSL servers by Antoine Pitrou · 13 years ago
  21. bc53032 Issue #13458: Fix a memory leak in the ssl module when decoding a certificate with a subjectAltName. by Antoine Pitrou · 13 years ago
  22. 116d6b9 Issue #13458: Fix a memory leak in the ssl module when decoding a certificate with a subjectAltName. by Antoine Pitrou · 13 years ago
  23. 41032a6 Issue #11183: Add finer-grained exceptions to the ssl module, so that by Antoine Pitrou · 13 years ago
  24. a0e0e23 Add a docstring to SSLError by Antoine Pitrou · 13 years ago
  25. b7705b7 Use PyExc_OSError directly instead of grabbing it from the socket module API by Antoine Pitrou · 13 years ago
  26. a02a12c Issue #13034: When decoding some SSL certificates, the subjectAltName extension could be unreported. by Antoine Pitrou · 13 years ago
  27. d8c347a Issue #13034: When decoding some SSL certificates, the subjectAltName extension could be unreported. by Antoine Pitrou · 13 years ago
  28. ac7e9e0 Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is by Charles-François Natali · 13 years ago
  29. aa26b27 Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is by Charles-François Natali · 13 years ago
  30. 4fd1e6a Issue #12803: SSLContext.load_cert_chain() now accepts a password argument by Antoine Pitrou · 13 years ago
  31. d649480 Issue #12551: Provide a get_channel_binding() method on SSL sockets so as by Antoine Pitrou · 13 years ago
  32. 7128f95 Issue #12440: When testing whether some bits in SSLContext.options can be by Antoine Pitrou · 13 years ago
  33. b9ac25d Issue #12440: When testing whether some bits in SSLContext.options can be by Antoine Pitrou · 13 years ago
  34. 99c8b16 Issue #12049: Add RAND_bytes() and RAND_pseudo_bytes() functions to the ssl by Victor Stinner · 13 years ago
  35. 17ca323 (Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional by Victor Stinner · 13 years ago
  36. ee18b6f Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional by Victor Stinner · 13 years ago
  37. 3de4919 Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional by Victor Stinner · 13 years ago
  38. a7caec7 Merge fix for issue #11746 by Antoine Pitrou · 13 years ago
  39. 9c25486 Issue #11746: Fix SSLContext.load_cert_chain() to accept elliptic curve private keys. by Antoine Pitrou · 13 years ago
  40. b94767f Issue #8914: fix various warnings from the Clang static analyzer v254. by Brett Cannon · 13 years ago
  41. 80f75e6 Issue #10989: Fix a crash on SSLContext.load_verify_locations(None, True). by Victor Stinner · 13 years ago
  42. 8e63c68 Merged revisions 87140 via svnmerge from by Hirokazu Yamamoto · 14 years ago
  43. 524f103 Should call Py_INCREF for Py_None (Modules/_ssl.c: PySSL_cipher) by Hirokazu Yamamoto · 14 years ago
  44. c4df784 Issue #10272: The ssl module now raises socket.timeout instead of a generic by Antoine Pitrou · 14 years ago
  45. 664c2d1 Issue #10443: Add the SSLContext.set_default_verify_paths() method. by Antoine Pitrou · 14 years ago
  46. fb04691 Issue #10022: The dictionary returned by the `getpeercert()` method by Antoine Pitrou · 14 years ago
  47. d532321 Issue #5639: Add a *server_hostname* argument to `SSLContext.wrap_socket` by Antoine Pitrou · 14 years ago
  48. 3137095 Merged revisions 85432 via svnmerge from by Benjamin Peterson · 14 years ago
  49. eb1410f constify to appease compiler warnings by Benjamin Peterson · 14 years ago
  50. fc113ee Define a "session_id_context" at context creation. This is recommended by Antoine Pitrou · 14 years ago
  51. bd4dacb Fix compile on NetBSD 5.0 (or anything else using an old 0.9.9-dev OpenSSL). by Gregory P. Smith · 14 years ago
  52. b0182c8 Issue #10075: Add a session_stats() method to SSLContext objects. by Antoine Pitrou · 14 years ago
  53. 10c4c23 Merged revisions 84464 via svnmerge from by Antoine Pitrou · 14 years ago
  54. 24e561a Issue #3805: clean up implementation of the _read method in _ssl.c. by Antoine Pitrou · 14 years ago
  55. 67e8e56 Try to fix some buildbot failures on test_ssl by Antoine Pitrou · 14 years ago
  56. e0f9863 Issue #9693 - msg 115273: attempt to fix ssl module failures on certain OpenSSL versions by calling ERR_clear_error() before raising IOError by Giampaolo Rodolà · 14 years ago
  57. 745ab38 Fix issue issue9706: provides a better error handling for various SSL operations by Giampaolo Rodolà · 14 years ago
  58. 732cc9b Merged revisions 83677 via svnmerge from by Mark Dickinson · 14 years ago
  59. ee55df5 Fix memory leak in ssl module. by Mark Dickinson · 14 years ago
  60. 4b261d2 Merged revisions 82211 via svnmerge from by Antoine Pitrou · 14 years ago
  61. 6186bfb Merged revisions 82210 via svnmerge from by Antoine Pitrou · 14 years ago
  62. 94fbaac Merged revisions 82204 via svnmerge from by Antoine Pitrou · 14 years ago
  63. 8bae4ec Issue #8682: The ssl module now temporary increments the reference count of by Antoine Pitrou · 14 years ago
  64. b521877 Issue #4870: Add an `options` attribute to SSL contexts, as well as by Antoine Pitrou · 14 years ago
  65. 321257d Merged revisions 81242 via svnmerge from by Antoine Pitrou · 14 years ago
  66. 9d74b42 Merged revisions 81241 via svnmerge from by Antoine Pitrou · 14 years ago
  67. f9faaad Issue #8477: ssl.RAND_egd() supports str with surrogates and bytes for the path by Victor Stinner · 14 years ago
  68. 3800e1e Issue #8477: _ssl._test_decode_cert() supports str with surrogates and bytes by Victor Stinner · 14 years ago
  69. 65ec8ae Fix (hopefully) the remaining test_ssl buildbot failures by Antoine Pitrou · 14 years ago
  70. 152efa2 Issue #8550: Add first class `SSLContext` objects to the ssl module. by Antoine Pitrou · 14 years ago
  71. a29b181 Merged revisions 81116 via svnmerge from by Antoine Pitrou · 14 years ago
  72. 525807b Merged revisions 81115 via svnmerge from by Antoine Pitrou · 14 years ago
  73. 30dc1a7 Merged revisions 80790 via svnmerge from by Antoine Pitrou · 14 years ago
  74. cbb82eb Merged revisions 80789 via svnmerge from by Antoine Pitrou · 14 years ago
  75. 79ac78a Merged revisions 80542 via svnmerge from by Antoine Pitrou · 14 years ago
  76. 06e34a9 Merged revisions 80540 via svnmerge from by Antoine Pitrou · 14 years ago
  77. ec14618 Merged revisions 80454 via svnmerge from by Antoine Pitrou · 14 years ago
  78. d3f8ab8 Merged revisions 80451-80452 via svnmerge from by Antoine Pitrou · 14 years ago
  79. 5a1c4d1 Merged revisions 80394 via svnmerge from by Antoine Pitrou · 14 years ago
  80. 2c4f98b Merged revisions 80392 via svnmerge from by Antoine Pitrou · 14 years ago
  81. da6902c Merged revisions 80317 via svnmerge from by Antoine Pitrou · 14 years ago
  82. fec12ff Merged revisions 80314-80315 via svnmerge from by Antoine Pitrou · 14 years ago
  83. 2d9cb9c Merged revisions 80151 via svnmerge from by Antoine Pitrou · 14 years ago
  84. d59ceb5 Merged revisions 79912 via svnmerge from by Antoine Pitrou · 14 years ago
  85. 0ae7b58 Merged revisions 79910 via svnmerge from by Antoine Pitrou · 14 years ago
  86. 04f6a32 Merged revisions 79812 via svnmerge from by Antoine Pitrou · 14 years ago
  87. ed6c893 Merged revisions 79449,79452 via svnmerge from by Antoine Pitrou · 14 years ago
  88. 5f1c38f Merged revisions 79448 via svnmerge from by Antoine Pitrou · 14 years ago
  89. 117ff17 Merged revisions 78598 via svnmerge from by Victor Stinner · 14 years ago
  90. 7124a41 Merged revisions 78596 via svnmerge from by Victor Stinner · 14 years ago
  91. 7d7aede Merged revisions 75529 via svnmerge from by Antoine Pitrou · 15 years ago
  92. d76c8da Merged revisions 73623-73624 via svnmerge from by Benjamin Peterson · 15 years ago
  93. 0289b15 Merged revisions 73004,73439,73496,73509,73529,73564,73576-73577,73595-73596,73605 via svnmerge from by Benjamin Peterson · 15 years ago
  94. b173f78 add a replacement API for PyCObject, PyCapsule #5630 by Benjamin Peterson · 15 years ago
  95. 56420b4 #4967 fix buggy read() by Benjamin Peterson · 15 years ago
  96. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 15 years ago
  97. 26dd760 Fix signed/unsigned mismatch. by Raymond Hettinger · 15 years ago
  98. 40a0f66 clean up ssl.py; expose unwrap and add test for it by Bill Janssen · 16 years ago
  99. 4cc0f24 Rename PyUnicode_AsString -> _PyUnicode_AsString and by Marc-André Lemburg · 16 years ago
  100. e43d33a #3247 Get rid of Py_FindMethod; use tp_members instead. by Amaury Forgeot d'Arc · 16 years ago