1. 11ebff2 Issue #18203: Replace malloc() with PyMem_Malloc() in _ssl for the password by Victor Stinner · 11 years ago
  2. b640491 Issue #18203: Replace malloc() with PyMem_Malloc() in Python modules by Victor Stinner · 11 years ago
  3. 7e00151 _ssl.c: strip trailing spaces by Victor Stinner · 11 years ago
  4. 86073dc (Merge 3.3) Issue #18135: ssl.SSLSocket.write() now raises an OverflowError if by Victor Stinner · 11 years ago
  5. 6efa965 Issue #18135: ssl.SSLSocket.write() now raises an OverflowError if the input by Victor Stinner · 11 years ago
  6. 8cfd67c (Merge 3.3) Issue #18135: Fix a possible integer overflow in by Victor Stinner · 11 years ago
  7. 9ee0203 Issue #18135: Fix a possible integer overflow in ssl.SSLSocket.write() by Victor Stinner · 11 years ago
  8. 4569cd5 _ssl.c: strip trailing spaces by Victor Stinner · 11 years ago
  9. 9a5395a Issue #18147: Add diagnostic functions to ssl.SSLContext(). by Christian Heimes · 11 years ago
  10. 200bb1b Simplify return value of ssl.get_default_verify_paths by Christian Heimes · 11 years ago
  11. 75b8426 fixd refleak by Christian Heimes · 11 years ago
  12. 46bebee Issue #17134: Add ssl.enum_cert_store() as interface to Windows' cert store. by Christian Heimes · 11 years ago
  13. 142ec2c get_default_verify_paths doesn't belong inside the ifdef block by Christian Heimes · 11 years ago
  14. 6d7ad13 Issue #18143: Implement ssl.get_default_verify_paths() in order to debug by Christian Heimes · 11 years ago
  15. 19fef69 Fix compilation under MSVC: ssl_set_mode() is a macro, and the MSVC preprocessor doesn't process #ifdef's inside a macro argument list. by Antoine Pitrou · 11 years ago
  16. 3a65ad7 Issue #8240: Set the SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER flag on SSL sockets. by Antoine Pitrou · 11 years ago
  17. 50b24d0 Fix a crash when setting a servername callback on a SSL server socket and the client doesn't send a server name. by Antoine Pitrou · 11 years ago
  18. ce852cb Fix comment about the OpenSSL version in which SNI version was introduced. by Antoine Pitrou · 11 years ago
  19. edbc18e Improve set_servername_callback docstring. by Antoine Pitrou · 11 years ago
  20. a596338 Fix previous fix (the cause was actually a misplaced #endif, or so it seems) by Antoine Pitrou · 11 years ago
  21. 41f8c4f Further compiling fixes (issue #17581) by Antoine Pitrou · 11 years ago
  22. 912fbff Issue #17581: try to fix building on old OpenSSL versions by Antoine Pitrou · 11 years ago
  23. 2463e5f Issue #16692: The ssl module now supports TLS 1.1 and TLS 1.2. Initial patch by Michele Orrù. by Antoine Pitrou · 11 years ago
  24. 20d6080 Issue #16982: Fix --without-threads build failure. by Stefan Krah · 12 years ago
  25. 1e37e9e SSLContext.load_dh_params() now properly closes the input file. by Antoine Pitrou · 12 years ago
  26. 457a229 SSLContext.load_dh_params() now properly closes the input file. by Antoine Pitrou · 12 years ago
  27. 5dd12a5 Fix returning uninitialized variable (issue #8109). by Antoine Pitrou · 12 years ago
  28. 58ddc9d Issue #8109: The ssl module now has support for server-side SNI, thanks to a :meth:`SSLContext.set_servername_callback` method. by Antoine Pitrou · 12 years ago
  29. 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
  30. b7a2800 MERGE: Closes #15793: Stack corruption in ssl.RAND_egd() by Jesus Cea · 12 years ago
  31. c8754a1 Closes #15793: Stack corruption in ssl.RAND_egd() by Jesus Cea · 12 years ago
  32. 721738f Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly. by Antoine Pitrou · 12 years ago
  33. 6f430e4 Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly. by Antoine Pitrou · 12 years ago
  34. 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
  35. 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
  36. c135fa4 Fix last remaining build issues of _ssl under old OpenSSLs. Patch by Vinay. by Antoine Pitrou · 12 years ago
  37. a9bf2ac Try to really fix compilation failures of the _ssl module under very old OpenSSLs. by Antoine Pitrou · 12 years ago
  38. e9fccb3 Fix compilation when SSL_OP_SINGLE_ECDH_USE isn't defined by Antoine Pitrou · 12 years ago
  39. 04d4ee4 Issue #13014: Fix a possible reference leak in SSLSocket.getpeercert(). by Antoine Pitrou · 12 years ago
  40. 2f5a163 Issue #13014: Fix a possible reference leak in SSLSocket.getpeercert(). by Antoine Pitrou · 12 years ago
  41. 9e2e532 Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV attack countermeasure. by Antoine Pitrou · 13 years ago
  42. 3f36631 Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV attack countermeasure. by Antoine Pitrou · 13 years ago
  43. f2bf8a6 Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV attack countermeasure. by Antoine Pitrou · 13 years ago
  44. 0e576f1 Issue #13626: Add support for SSL Diffie-Hellman key exchange, through the by Antoine Pitrou · 13 years ago
  45. 501da61 Fix ssl module compilation if ECDH support was disabled in the OpenSSL build. by Antoine Pitrou · 13 years ago
  46. 8abdb8a Issue #13634: Add support for querying and disabling SSL compression. by Antoine Pitrou · 13 years ago
  47. 923df6f Issue #13627: Add support for SSL Elliptic Curve-based Diffie-Hellman by Antoine Pitrou · 13 years ago
  48. 6db4944 Issue #13635: Add ssl.OP_CIPHER_SERVER_PREFERENCE, so that SSL servers by Antoine Pitrou · 13 years ago
  49. bc53032 Issue #13458: Fix a memory leak in the ssl module when decoding a certificate with a subjectAltName. by Antoine Pitrou · 13 years ago
  50. 116d6b9 Issue #13458: Fix a memory leak in the ssl module when decoding a certificate with a subjectAltName. by Antoine Pitrou · 13 years ago
  51. 41032a6 Issue #11183: Add finer-grained exceptions to the ssl module, so that by Antoine Pitrou · 13 years ago
  52. a0e0e23 Add a docstring to SSLError by Antoine Pitrou · 13 years ago
  53. b7705b7 Use PyExc_OSError directly instead of grabbing it from the socket module API by Antoine Pitrou · 13 years ago
  54. a02a12c Issue #13034: When decoding some SSL certificates, the subjectAltName extension could be unreported. by Antoine Pitrou · 13 years ago
  55. d8c347a Issue #13034: When decoding some SSL certificates, the subjectAltName extension could be unreported. by Antoine Pitrou · 13 years ago
  56. ac7e9e0 Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is by Charles-François Natali · 13 years ago
  57. aa26b27 Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is by Charles-François Natali · 13 years ago
  58. 4fd1e6a Issue #12803: SSLContext.load_cert_chain() now accepts a password argument by Antoine Pitrou · 13 years ago
  59. d649480 Issue #12551: Provide a get_channel_binding() method on SSL sockets so as by Antoine Pitrou · 13 years ago
  60. 7128f95 Issue #12440: When testing whether some bits in SSLContext.options can be by Antoine Pitrou · 13 years ago
  61. b9ac25d Issue #12440: When testing whether some bits in SSLContext.options can be by Antoine Pitrou · 13 years ago
  62. 99c8b16 Issue #12049: Add RAND_bytes() and RAND_pseudo_bytes() functions to the ssl by Victor Stinner · 13 years ago
  63. 17ca323 (Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional by Victor Stinner · 13 years ago
  64. ee18b6f Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional by Victor Stinner · 13 years ago
  65. 3de4919 Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional by Victor Stinner · 13 years ago
  66. a7caec7 Merge fix for issue #11746 by Antoine Pitrou · 13 years ago
  67. 9c25486 Issue #11746: Fix SSLContext.load_cert_chain() to accept elliptic curve private keys. by Antoine Pitrou · 13 years ago
  68. b94767f Issue #8914: fix various warnings from the Clang static analyzer v254. by Brett Cannon · 13 years ago
  69. 80f75e6 Issue #10989: Fix a crash on SSLContext.load_verify_locations(None, True). by Victor Stinner · 14 years ago
  70. 8e63c68 Merged revisions 87140 via svnmerge from by Hirokazu Yamamoto · 14 years ago
  71. 524f103 Should call Py_INCREF for Py_None (Modules/_ssl.c: PySSL_cipher) by Hirokazu Yamamoto · 14 years ago
  72. c4df784 Issue #10272: The ssl module now raises socket.timeout instead of a generic by Antoine Pitrou · 14 years ago
  73. 664c2d1 Issue #10443: Add the SSLContext.set_default_verify_paths() method. by Antoine Pitrou · 14 years ago
  74. fb04691 Issue #10022: The dictionary returned by the `getpeercert()` method by Antoine Pitrou · 14 years ago
  75. d532321 Issue #5639: Add a *server_hostname* argument to `SSLContext.wrap_socket` by Antoine Pitrou · 14 years ago
  76. 3137095 Merged revisions 85432 via svnmerge from by Benjamin Peterson · 14 years ago
  77. eb1410f constify to appease compiler warnings by Benjamin Peterson · 14 years ago
  78. fc113ee Define a "session_id_context" at context creation. This is recommended by Antoine Pitrou · 14 years ago
  79. 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
  80. b0182c8 Issue #10075: Add a session_stats() method to SSLContext objects. by Antoine Pitrou · 14 years ago
  81. 10c4c23 Merged revisions 84464 via svnmerge from by Antoine Pitrou · 14 years ago
  82. 24e561a Issue #3805: clean up implementation of the _read method in _ssl.c. by Antoine Pitrou · 14 years ago
  83. 67e8e56 Try to fix some buildbot failures on test_ssl by Antoine Pitrou · 14 years ago
  84. 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
  85. 745ab38 Fix issue issue9706: provides a better error handling for various SSL operations by Giampaolo Rodolà · 14 years ago
  86. 732cc9b Merged revisions 83677 via svnmerge from by Mark Dickinson · 14 years ago
  87. ee55df5 Fix memory leak in ssl module. by Mark Dickinson · 14 years ago
  88. 4b261d2 Merged revisions 82211 via svnmerge from by Antoine Pitrou · 14 years ago
  89. 6186bfb Merged revisions 82210 via svnmerge from by Antoine Pitrou · 14 years ago
  90. 94fbaac Merged revisions 82204 via svnmerge from by Antoine Pitrou · 14 years ago
  91. 8bae4ec Issue #8682: The ssl module now temporary increments the reference count of by Antoine Pitrou · 14 years ago
  92. b521877 Issue #4870: Add an `options` attribute to SSL contexts, as well as by Antoine Pitrou · 14 years ago
  93. 321257d Merged revisions 81242 via svnmerge from by Antoine Pitrou · 14 years ago
  94. 9d74b42 Merged revisions 81241 via svnmerge from by Antoine Pitrou · 14 years ago
  95. f9faaad Issue #8477: ssl.RAND_egd() supports str with surrogates and bytes for the path by Victor Stinner · 14 years ago
  96. 3800e1e Issue #8477: _ssl._test_decode_cert() supports str with surrogates and bytes by Victor Stinner · 14 years ago
  97. 65ec8ae Fix (hopefully) the remaining test_ssl buildbot failures by Antoine Pitrou · 14 years ago
  98. 152efa2 Issue #8550: Add first class `SSLContext` objects to the ssl module. by Antoine Pitrou · 14 years ago
  99. a29b181 Merged revisions 81116 via svnmerge from by Antoine Pitrou · 14 years ago
  100. 525807b Merged revisions 81115 via svnmerge from by Antoine Pitrou · 14 years ago