1. 2e2baa9 Issue #12049: test_ssl now checks also that RAND_bytes() raises an error if by Victor Stinner · 13 years ago
  2. 99c8b16 Issue #12049: Add RAND_bytes() and RAND_pseudo_bytes() functions to the ssl by Victor Stinner · 13 years ago
  3. 7a616f2 Issue #12065: connect_ex() on an SSL socket now returns the original errno by Antoine Pitrou · 13 years ago
  4. b4410db Issue #12065: connect_ex() on an SSL socket now returns the original errno by Antoine Pitrou · 13 years ago
  5. 17ca323 (Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional by Victor Stinner · 13 years ago
  6. ee18b6f Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional by Victor Stinner · 13 years ago
  7. 3de4919 Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional by Victor Stinner · 13 years ago
  8. ff9bfca Issue #12000: When a SSL certificate has a subjectAltName without any by Antoine Pitrou · 13 years ago
  9. 1c86b44 Issue #12000: When a SSL certificate has a subjectAltName without any by Antoine Pitrou · 13 years ago
  10. 5aefa66 Fix whitespace by Antoine Pitrou · 13 years ago
  11. 15399c3 Issue #11811: ssl.get_server_certificate() is now IPv6-compatible. Patch by Antoine Pitrou · 13 years ago
  12. d1c9845 Merged revisions 88671 via svnmerge from by Antoine Pitrou · 13 years ago
  13. 8a14a0c Follow up to r88664: non-blocking connect-ex() can return EWOULDBLOCK under Windows by Antoine Pitrou · 13 years ago
  14. 86cbfec Merged revisions 88664 via svnmerge from by Antoine Pitrou · 13 years ago
  15. e93bf7a Issue #11326: Add the missing connect_ex() implementation for SSL sockets, by Antoine Pitrou · 13 years ago
  16. 80f75e6 Issue #10989: Fix a crash on SSLContext.load_verify_locations(None, True). by Victor Stinner · 14 years ago
  17. 50778ab Merged revisions 87861,87863 via svnmerge from by Antoine Pitrou · 14 years ago
  18. 160fd93 Fix test_ssl after r87849 by Antoine Pitrou · 14 years ago
  19. f332abb test_ssl: test SHA256 using sha256.tbs-internet.com instead of sha2.hboeck.de by Victor Stinner · 14 years ago
  20. c4df784 Issue #10272: The ssl module now raises socket.timeout instead of a generic by Antoine Pitrou · 14 years ago
  21. ed3a7d2 #10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and assertRaisesRegex. by Ezio Melotti · 14 years ago
  22. 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
  23. 664c2d1 Issue #10443: Add the SSLContext.set_default_verify_paths() method. by Antoine Pitrou · 14 years ago
  24. fb04691 Issue #10022: The dictionary returned by the `getpeercert()` method by Antoine Pitrou · 14 years ago
  25. d2eca37 Clean up socket closing in test_ssl and test.ssl_servers by Antoine Pitrou · 14 years ago
  26. b75b639 Remove usage of exception indexing. by Georg Brandl · 14 years ago
  27. eb585ad Fix test_ssl on Ubuntu buildbot with patched OpenSSL by Antoine Pitrou · 14 years ago
  28. d532321 Issue #5639: Add a *server_hostname* argument to `SSLContext.wrap_socket` by Antoine Pitrou · 14 years ago
  29. 05d936d Let test_ssl fail gracefully if ssl support is not available by Antoine Pitrou · 14 years ago
  30. 803e6d6 Issue #9003: http.client.HTTPSConnection, urllib.request.HTTPSHandler and by Antoine Pitrou · 14 years ago
  31. b0182c8 Issue #10075: Add a session_stats() method to SSLContext objects. by Antoine Pitrou · 14 years ago
  32. 8156409 Issue #1051: Add a script (Lib/test/make_ssl_certs.py) to generate the by Antoine Pitrou · 14 years ago
  33. 59fdd67 Issue #1589: Add ssl.match_hostname(), to help implement server identity by Antoine Pitrou · 14 years ago
  34. 977c707 Fix issue 6706: adds new handle_accepted() method to asyncore.dispatcher by Giampaolo Rodolà · 14 years ago
  35. 5974cdd Merged revisions 84807 via svnmerge from by Antoine Pitrou · 14 years ago
  36. a468adc Issue #9853: Fix the signature of SSLSocket.recvfrom() and by Antoine Pitrou · 14 years ago
  37. 78d8946 Merged revisions 84650 via svnmerge from by Antoine Pitrou · 14 years ago
  38. 350c722 Use transient_internet() where appropriate in test_ssl by Antoine Pitrou · 14 years ago
  39. 4d7979b Merged revisions 84597-84599 via svnmerge from by Antoine Pitrou · 14 years ago
  40. a88c83c Issue #8574: better implementation of test.support.transient_internet(). by Antoine Pitrou · 14 years ago
  41. 8b7da62 Fix issue #9711: raise ValueError is SSLConnection constructor is invoked with keyfile and not certfile. by Giampaolo Rodolà · 14 years ago
  42. 4a656eb dedent some lines in test_ssl so that they are actually executed by Giampaolo Rodolà · 14 years ago
  43. cd9dfb9 in ssl tests rely on IOError.errno rather thanf IOError.strerror for better compatibility across platforms. by Giampaolo Rodolà · 14 years ago
  44. 745ab38 Fix issue issue9706: provides a better error handling for various SSL operations by Giampaolo Rodolà · 14 years ago
  45. 982c018 Remove debug hack by Antoine Pitrou · 14 years ago
  46. ed98636 Add debug output to the asyncore test by Antoine Pitrou · 14 years ago
  47. f4c7bad Put test_ciphers in NetworkedTests by Antoine Pitrou · 14 years ago
  48. 968dc03 Following Ezio's suggestion, force verbose mode on test_ssl to diagnose freezes on 3.x by Antoine Pitrou · 14 years ago
  49. 3554473 Merged revisions 84021-84023 via svnmerge from by Antoine Pitrou · 14 years ago
  50. ab6190f There doesn't seem to be a reason for this test to be disabled. by Antoine Pitrou · 14 years ago
  51. d151e27 This is a better resolution than r84021 (because it will also affect by Antoine Pitrou · 14 years ago
  52. 35bebe1 Add a reasonable timeout to network SSL tests, so as to avoid buildbot timeouts by Antoine Pitrou · 14 years ago
  53. 23df483 Try to fix issue #9415: skip some tests on broken Ubuntu OpenSSL by Antoine Pitrou · 14 years ago
  54. 15cee62 In verbose mode, identify OpenSSL build and platform more precisely by Antoine Pitrou · 14 years ago
  55. 313a120 Issue #8969: On Windows, use mbcs codec in strict mode to encode and decode by Victor Stinner · 14 years ago
  56. b521877 Issue #4870: Add an `options` attribute to SSL contexts, as well as by Antoine Pitrou · 14 years ago
  57. d7e4c1c Typo (thanks Arfrever) by Antoine Pitrou · 14 years ago
  58. d091950 Try to fix buildbot failures with old OpenSSLs. by Antoine Pitrou · 14 years ago
  59. 3047406 "xyzzy" is not a silly enough name for some OpenSSL versions to report an error by Antoine Pitrou · 14 years ago
  60. 27ba638 Do not fail if ssl fails to import by Antoine Pitrou · 14 years ago
  61. 65ec8ae Fix (hopefully) the remaining test_ssl buildbot failures by Antoine Pitrou · 14 years ago
  62. 467f28d Followup on r81233: fix test_ssl with OpenSSL < 1.0.0. by Antoine Pitrou · 14 years ago
  63. 152efa2 Issue #8550: Add first class `SSLContext` objects to the ssl module. by Antoine Pitrou · 14 years ago
  64. d75b2a9 Merged revisions 80869 via svnmerge from by Antoine Pitrou · 14 years ago
  65. 452a580 Issue #8629: Disable some test_ssl tests, since they give different by Antoine Pitrou · 14 years ago
  66. 7effde0 Merged revisions 80692 via svnmerge from by Antoine Pitrou · 14 years ago
  67. 70d8a86 Merged revisions 80690 via svnmerge from by Antoine Pitrou · 14 years ago
  68. b199796 Merged revisions 80603 via svnmerge from by Antoine Pitrou · 14 years ago
  69. 764b878 Fix test failure with -bb by Antoine Pitrou · 14 years ago
  70. 91382d8 Merged revisions 80598 via svnmerge from by Antoine Pitrou · 14 years ago
  71. 480a124 Merged revisions 80596 via svnmerge from by Antoine Pitrou · 14 years ago
  72. 00f905e Merged revisions 80559 via svnmerge from by Antoine Pitrou · 14 years ago
  73. 9bfbe61 Merged revisions 80557 via svnmerge from by Antoine Pitrou · 14 years ago
  74. 537bed6 Merged revisions 80536 via svnmerge from by Antoine Pitrou · 14 years ago
  75. 05830aa Merged revisions 80534 via svnmerge from by Antoine Pitrou · 14 years ago
  76. 66ffb26 Merged revisions 80532 via svnmerge from by Antoine Pitrou · 14 years ago
  77. 18c913e Merged revisions 80529 via svnmerge from by Antoine Pitrou · 14 years ago
  78. be16813 Merged revisions 80528 via svnmerge from by Antoine Pitrou · 14 years ago
  79. af7c602 Merged revisions 80526 via svnmerge from by Antoine Pitrou · 14 years ago
  80. 0fb2e54 Merged revisions 80524 via svnmerge from by Antoine Pitrou · 14 years ago
  81. 773b5db Merged revisions 80522 via svnmerge from by Antoine Pitrou · 14 years ago
  82. c2203f9 Merged revisions 80456 via svnmerge from by Antoine Pitrou · 14 years ago
  83. 40f0874 Issue #8524: When creating an SSL socket, the timeout value of the by Antoine Pitrou · 14 years ago
  84. ec14618 Merged revisions 80454 via svnmerge from by Antoine Pitrou · 14 years ago
  85. d3f8ab8 Merged revisions 80451-80452 via svnmerge from by Antoine Pitrou · 14 years ago
  86. fe0f117 Merged revisions 80436 via svnmerge from by Antoine Pitrou · 14 years ago
  87. e322024 Merged revisions 80434 via svnmerge from by Antoine Pitrou · 14 years ago
  88. 3b9b9ba Merged revisions 80429 via svnmerge from by Antoine Pitrou · 14 years ago
  89. cfcd8ad Note: I'm just merging in the additional test. by Antoine Pitrou · 14 years ago
  90. 78f4a9a Merged revisions 80426 via svnmerge from by Antoine Pitrou · 14 years ago
  91. 9d54366 Only the test is merged in. by Antoine Pitrou · 14 years ago
  92. 754b98c Little fix in test comment by Antoine Pitrou · 14 years ago
  93. ae92a72 Merged revisions 80379 via svnmerge from by Antoine Pitrou · 14 years ago
  94. 29619b2 Merged revisions 80375 via svnmerge from by Antoine Pitrou · 14 years ago
  95. da6902c Merged revisions 80317 via svnmerge from by Antoine Pitrou · 14 years ago
  96. fec12ff Merged revisions 80314-80315 via svnmerge from by Antoine Pitrou · 14 years ago
  97. 2d9cb9c Merged revisions 80151 via svnmerge from by Antoine Pitrou · 14 years ago
  98. 04f6a32 Merged revisions 79812 via svnmerge from by Antoine Pitrou · 14 years ago
  99. 1b37e87 Merged revisions 78093 via svnmerge from by Georg Brandl · 14 years ago
  100. 89fad14 Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,78075-78080 via svnmerge from by Georg Brandl · 14 years ago