1. 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 · 13 years ago
  2. c135fa4 Fix last remaining build issues of _ssl under old OpenSSLs. Patch by Vinay. by Antoine Pitrou · 13 years ago
  3. ce816a5 Issue #13895: fix test_ssl hanging under Ubuntu by Antoine Pitrou · 13 years ago
  4. eba63c4 Issue #13895: fix test_ssl hanging under Ubuntu by Antoine Pitrou · 13 years ago
  5. 6636887 Fix intermittent test_ssl failure. by Antoine Pitrou · 13 years ago
  6. eced82e Fix intermittent test_ssl failure. by Antoine Pitrou · 13 years ago
  7. 8f85f90 Issue #13636: Weak ciphers are now disabled by default in the ssl module by Antoine Pitrou · 13 years ago
  8. 65a3f4b Use context managers in test_ssl to simplify test writing. by Antoine Pitrou · 13 years ago
  9. 72aeec3 Issue #13636: Weak ciphers are now disabled by default in the ssl module by Antoine Pitrou · 13 years ago
  10. 0e576f1 Issue #13626: Add support for SSL Diffie-Hellman key exchange, through the by Antoine Pitrou · 13 years ago
  11. 6b15c90 Use context managers in test_ssl to simplify test writing. by Antoine Pitrou · 13 years ago
  12. 501da61 Fix ssl module compilation if ECDH support was disabled in the OpenSSL build. by Antoine Pitrou · 13 years ago
  13. 8691bff Fix for buggy test by Antoine Pitrou · 13 years ago
  14. 8abdb8a Issue #13634: Add support for querying and disabling SSL compression. by Antoine Pitrou · 13 years ago
  15. 923df6f Issue #13627: Add support for SSL Elliptic Curve-based Diffie-Hellman by Antoine Pitrou · 13 years ago
  16. 6db4944 Issue #13635: Add ssl.OP_CIPHER_SERVER_PREFERENCE, so that SSL servers by Antoine Pitrou · 13 years ago
  17. c21a81b - Issue #13218: Fix test_ssl failures on Debian/Ubuntu. by Barry Warsaw · 13 years ago
  18. 46ae0ef - Issue #13218: Fix test_ssl failures on Debian/Ubuntu. by Barry Warsaw · 13 years ago
  19. 41032a6 Issue #11183: Add finer-grained exceptions to the ssl module, so that by Antoine Pitrou · 13 years ago
  20. a02a12c Issue #13034: When decoding some SSL certificates, the subjectAltName extension could be unreported. by Antoine Pitrou · 13 years ago
  21. d8c347a Issue #13034: When decoding some SSL certificates, the subjectAltName extension could be unreported. by Antoine Pitrou · 13 years ago
  22. 513886a Fix #12835: prevent use of the unencrypted sendmsg/recvmsg APIs on SSL wrapped sockets (Patch by David Watson) by Nick Coghlan · 13 years ago
  23. 4fd1e6a Issue #12803: SSLContext.load_cert_chain() now accepts a password argument by Antoine Pitrou · 13 years ago
  24. 5fab03f Remove the SSLSocket versions of sendmsg/recvmsg due to lack of proper tests and documentation in conjunction with lack of any known use cases (see issue #6560 for details) by Nick Coghlan · 13 years ago
  25. 96fe56a Add support for the send/recvmsg API to the socket module. Patch by David Watson and Heiko Wundram. (Closes #6560) by Nick Coghlan · 13 years ago
  26. d649480 Issue #12551: Provide a get_channel_binding() method on SSL sockets so as by Antoine Pitrou · 13 years ago
  27. 7128f95 Issue #12440: When testing whether some bits in SSLContext.options can be by Antoine Pitrou · 13 years ago
  28. b9ac25d Issue #12440: When testing whether some bits in SSLContext.options can be by Antoine Pitrou · 13 years ago
  29. 2e2baa9 Issue #12049: test_ssl now checks also that RAND_bytes() raises an error if by Victor Stinner · 13 years ago
  30. 99c8b16 Issue #12049: Add RAND_bytes() and RAND_pseudo_bytes() functions to the ssl by Victor Stinner · 13 years ago
  31. 7a616f2 Issue #12065: connect_ex() on an SSL socket now returns the original errno by Antoine Pitrou · 13 years ago
  32. b4410db Issue #12065: connect_ex() on an SSL socket now returns the original errno by Antoine Pitrou · 13 years ago
  33. 17ca323 (Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional by Victor Stinner · 13 years ago
  34. ee18b6f Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional by Victor Stinner · 13 years ago
  35. 3de4919 Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional by Victor Stinner · 13 years ago
  36. ff9bfca Issue #12000: When a SSL certificate has a subjectAltName without any by Antoine Pitrou · 13 years ago
  37. 1c86b44 Issue #12000: When a SSL certificate has a subjectAltName without any by Antoine Pitrou · 13 years ago
  38. 5aefa66 Fix whitespace by Antoine Pitrou · 13 years ago
  39. 15399c3 Issue #11811: ssl.get_server_certificate() is now IPv6-compatible. Patch by Antoine Pitrou · 13 years ago
  40. d1c9845 Merged revisions 88671 via svnmerge from by Antoine Pitrou · 14 years ago
  41. 8a14a0c Follow up to r88664: non-blocking connect-ex() can return EWOULDBLOCK under Windows by Antoine Pitrou · 14 years ago
  42. 86cbfec Merged revisions 88664 via svnmerge from by Antoine Pitrou · 14 years ago
  43. e93bf7a Issue #11326: Add the missing connect_ex() implementation for SSL sockets, by Antoine Pitrou · 14 years ago
  44. 80f75e6 Issue #10989: Fix a crash on SSLContext.load_verify_locations(None, True). by Victor Stinner · 14 years ago
  45. 50778ab Merged revisions 87861,87863 via svnmerge from by Antoine Pitrou · 14 years ago
  46. 160fd93 Fix test_ssl after r87849 by Antoine Pitrou · 14 years ago
  47. f332abb test_ssl: test SHA256 using sha256.tbs-internet.com instead of sha2.hboeck.de by Victor Stinner · 14 years ago
  48. c4df784 Issue #10272: The ssl module now raises socket.timeout instead of a generic by Antoine Pitrou · 14 years ago
  49. ed3a7d2 #10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and assertRaisesRegex. by Ezio Melotti · 14 years ago
  50. f55aa80 Merged revisions 85820,85823,85825,85840,85843-85845,85849-85851,85855,85867,85875,85907-85908,85911,85914 via svnmerge from by Georg Brandl · 14 years ago
  51. 664c2d1 Issue #10443: Add the SSLContext.set_default_verify_paths() method. by Antoine Pitrou · 14 years ago
  52. fb04691 Issue #10022: The dictionary returned by the `getpeercert()` method by Antoine Pitrou · 14 years ago
  53. d2eca37 Clean up socket closing in test_ssl and test.ssl_servers by Antoine Pitrou · 14 years ago
  54. b75b639 Remove usage of exception indexing. by Georg Brandl · 14 years ago
  55. eb585ad Fix test_ssl on Ubuntu buildbot with patched OpenSSL by Antoine Pitrou · 14 years ago
  56. d532321 Issue #5639: Add a *server_hostname* argument to `SSLContext.wrap_socket` by Antoine Pitrou · 14 years ago
  57. 05d936d Let test_ssl fail gracefully if ssl support is not available by Antoine Pitrou · 14 years ago
  58. 803e6d6 Issue #9003: http.client.HTTPSConnection, urllib.request.HTTPSHandler and by Antoine Pitrou · 14 years ago
  59. b0182c8 Issue #10075: Add a session_stats() method to SSLContext objects. by Antoine Pitrou · 14 years ago
  60. 8156409 Issue #1051: Add a script (Lib/test/make_ssl_certs.py) to generate the by Antoine Pitrou · 14 years ago
  61. 59fdd67 Issue #1589: Add ssl.match_hostname(), to help implement server identity by Antoine Pitrou · 14 years ago
  62. 977c707 Fix issue 6706: adds new handle_accepted() method to asyncore.dispatcher by Giampaolo Rodolà · 14 years ago
  63. 5974cdd Merged revisions 84807 via svnmerge from by Antoine Pitrou · 14 years ago
  64. a468adc Issue #9853: Fix the signature of SSLSocket.recvfrom() and by Antoine Pitrou · 14 years ago
  65. 78d8946 Merged revisions 84650 via svnmerge from by Antoine Pitrou · 14 years ago
  66. 350c722 Use transient_internet() where appropriate in test_ssl by Antoine Pitrou · 14 years ago
  67. 4d7979b Merged revisions 84597-84599 via svnmerge from by Antoine Pitrou · 14 years ago
  68. a88c83c Issue #8574: better implementation of test.support.transient_internet(). by Antoine Pitrou · 14 years ago
  69. 8b7da62 Fix issue #9711: raise ValueError is SSLConnection constructor is invoked with keyfile and not certfile. by Giampaolo Rodolà · 14 years ago
  70. 4a656eb dedent some lines in test_ssl so that they are actually executed by Giampaolo Rodolà · 14 years ago
  71. cd9dfb9 in ssl tests rely on IOError.errno rather thanf IOError.strerror for better compatibility across platforms. by Giampaolo Rodolà · 14 years ago
  72. 745ab38 Fix issue issue9706: provides a better error handling for various SSL operations by Giampaolo Rodolà · 14 years ago
  73. 982c018 Remove debug hack by Antoine Pitrou · 14 years ago
  74. ed98636 Add debug output to the asyncore test by Antoine Pitrou · 14 years ago
  75. f4c7bad Put test_ciphers in NetworkedTests by Antoine Pitrou · 14 years ago
  76. 968dc03 Following Ezio's suggestion, force verbose mode on test_ssl to diagnose freezes on 3.x by Antoine Pitrou · 14 years ago
  77. 3554473 Merged revisions 84021-84023 via svnmerge from by Antoine Pitrou · 14 years ago
  78. ab6190f There doesn't seem to be a reason for this test to be disabled. by Antoine Pitrou · 14 years ago
  79. d151e27 This is a better resolution than r84021 (because it will also affect by Antoine Pitrou · 14 years ago
  80. 35bebe1 Add a reasonable timeout to network SSL tests, so as to avoid buildbot timeouts by Antoine Pitrou · 14 years ago
  81. 23df483 Try to fix issue #9415: skip some tests on broken Ubuntu OpenSSL by Antoine Pitrou · 14 years ago
  82. 15cee62 In verbose mode, identify OpenSSL build and platform more precisely by Antoine Pitrou · 14 years ago
  83. 313a120 Issue #8969: On Windows, use mbcs codec in strict mode to encode and decode by Victor Stinner · 14 years ago
  84. b521877 Issue #4870: Add an `options` attribute to SSL contexts, as well as by Antoine Pitrou · 14 years ago
  85. d7e4c1c Typo (thanks Arfrever) by Antoine Pitrou · 14 years ago
  86. d091950 Try to fix buildbot failures with old OpenSSLs. by Antoine Pitrou · 14 years ago
  87. 3047406 "xyzzy" is not a silly enough name for some OpenSSL versions to report an error by Antoine Pitrou · 14 years ago
  88. 27ba638 Do not fail if ssl fails to import by Antoine Pitrou · 14 years ago
  89. 65ec8ae Fix (hopefully) the remaining test_ssl buildbot failures by Antoine Pitrou · 14 years ago
  90. 467f28d Followup on r81233: fix test_ssl with OpenSSL < 1.0.0. by Antoine Pitrou · 14 years ago
  91. 152efa2 Issue #8550: Add first class `SSLContext` objects to the ssl module. by Antoine Pitrou · 14 years ago
  92. d75b2a9 Merged revisions 80869 via svnmerge from by Antoine Pitrou · 14 years ago
  93. 452a580 Issue #8629: Disable some test_ssl tests, since they give different by Antoine Pitrou · 14 years ago
  94. 7effde0 Merged revisions 80692 via svnmerge from by Antoine Pitrou · 14 years ago
  95. 70d8a86 Merged revisions 80690 via svnmerge from by Antoine Pitrou · 14 years ago
  96. b199796 Merged revisions 80603 via svnmerge from by Antoine Pitrou · 14 years ago
  97. 764b878 Fix test failure with -bb by Antoine Pitrou · 14 years ago
  98. 91382d8 Merged revisions 80598 via svnmerge from by Antoine Pitrou · 14 years ago
  99. 480a124 Merged revisions 80596 via svnmerge from by Antoine Pitrou · 14 years ago
  100. 00f905e Merged revisions 80559 via svnmerge from by Antoine Pitrou · 14 years ago