1. bfb1cf4 bpo-40275: Move transient_internet from test.support to socket_helper (GH-19711) by Serhiy Storchaka · 5 years ago
  2. 1699491 bpo-40275: Avoid importing socket in test.support (GH-19603) by Serhiy Storchaka · 5 years ago
  3. 278c1e1 bpo-40094: Add test.support.wait_process() (GH-19254) by Victor Stinner · 5 years ago
  4. 0d63bac bpo-38614: Use test.support.SHORT_TIMEOUT constant (GH-17566) by Victor Stinner · 6 years ago
  5. 2b7de66 bpo-38820: OpenSSL 3.0.0 compatibility. (GH-17190) by Christian Heimes · 6 years ago
  6. 34864d1 bpo-38815: Accept TLSv3 default in min max test (GH-NNNN) (GH-17437) by torsava · 6 years ago
  7. 9f77268 bpo-38275: Fix test_ssl issue caused by GH-16386 (#16428) by Christian Heimes · 6 years ago
  8. df6ac7e bpo-38275: Skip ssl tests for disabled versions (GH-16386) by Christian Heimes · 6 years ago
  9. de606ea Correct typo in min version test (GH-16000) by Christian Heimes · 6 years ago
  10. c9bc49c bpo-34001: Fix test_ssl with LibreSSL (GH-13783) by Christian Heimes · 6 years ago
  11. 915cd3f bpo-35941: Fix performance regression in new code (GH-12610) by Christian Heimes · 6 years ago
  12. 5eca7f3 bpo-15999: Always pass bool instead of int to socket.setblocking(). (GH-15621) by Serhiy Storchaka · 6 years ago
  13. 73ea546 bpo-37322: ssl test_pha_required_nocert() ignores expected SSLError (GH-14670) by Victor Stinner · 6 years ago
  14. 61b1bc5 Revert "bpo-37322: Fix test_ssl.test_pha_required_nocert() ResourceWarning (GH-14662)" (GH-14669) by Victor Stinner · 6 years ago
  15. cf9c41c bpo-37322: Fix test_ssl.test_pha_required_nocert() ResourceWarning (GH-14662) by Victor Stinner · 6 years ago
  16. 477b1b2 bpo-37463: match_hostname requires quad-dotted IPv4 (GH-14499) by Christian Heimes · 6 years ago
  17. 8f4ef3b Remove unused imports in tests (GH-14518) by Victor Stinner · 6 years ago
  18. f0f5930 bpo-37428: Don't set PHA verify flag on client side (GH-14421) by Christian Heimes · 6 years ago
  19. c2cda63 bpo-37199: Fix test failures when IPv6 is unavailable or disabled (#14480) by Zackery Spytz · 6 years ago
  20. f355069 bpo-36511: Add buildbot scripts and fix tests for Windows ARM32 buildbot (GH-13454) by Paul Monson · 6 years ago
  21. 78c7d52 bpo-37120: Add SSLContext.num_tickets (GH-13719) by Christian Heimes · 6 years ago
  22. e35d1ba bpo-34271: Fix compatibility with 1.0.2 (GH-13728) by Christian Heimes · 6 years ago
  23. 0025350 bpo-37069: tests use catch_unraisable_exception() (GH-13762) by Victor Stinner · 6 years ago
  24. c7f7069 bpo-34271: Add ssl debugging helpers (GH-10031) by Christian Heimes · 6 years ago
  25. fb7e750 bpo-35926: Add support for OpenSSL 1.1.1b on Windows (GH-11779) by Paul Monson · 6 years ago
  26. 9646630 bpo-36766: Typos in docs and code comments (GH-13116) by penguindustin · 6 years ago
  27. eb7e29f bpo-35934: Add socket.create_server() utility function (GH-11784) by Giampaolo Rodola · 6 years ago
  28. 3ef6344 bpo-36037: Fix test_ssl for strict OpenSSL policy (GH-11940) by Victor Stinner · 6 years ago
  29. 34de2d3 bpo-35045: Accept TLSv1 default in min max test (GH-11510) by Christian Heimes · 7 years ago
  30. a37f524 bpo-35746: Fix segfault in ssl's cert parser (GH-11569) by Christian Heimes · 7 years ago
  31. 42b1d61 bpo-33023: Fix NotImplemented to NotImplementedError. (GH-10934) by Serhiy Storchaka · 7 years ago
  32. 90d0cfb bpo-35202: Remove unused imports in tests. (GH-10561) by Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) · 7 years ago
  33. 9fb051f bpo-34670: Add TLS 1.3 post handshake auth (GH-9460) by Christian Heimes · 7 years ago
  34. c0da582 bpo-34759: Fix error handling in ssl 'unwrap()' (GH-9468) by Nathaniel J. Smith · 7 years ago
  35. 5e92265 bpo-34605: Avoid master/slave terms (GH-9101) by Victor Stinner · 7 years ago
  36. e6dac00 bpo-34542: Update test certs and keys (GH-8997) by Christian Heimes · 7 years ago
  37. 88bfd0b bpo-34399: 2048 bits RSA keys and DH params (#8762) by Christian Heimes · 7 years ago
  38. 4531ec7 bpo-31432: Revert unrelated code changes to _ssl.c and test_ssl (GH-7650) by Ned Deily · 7 years ago
  39. ef24b6c bpo-31432: Clarify ssl CERT_NONE/OPTIONAL/REQUIRED docs. (GH-3530) by Christian Heimes · 7 years ago
  40. 529525f bpo-33618: Enable TLS 1.3 in tests (GH-7079) by Christian Heimes · 7 years ago
  41. e8eb6cb bpo-33570: TLS 1.3 ciphers for OpenSSL 1.1.1 (GH-6976) by Christian Heimes · 7 years ago
  42. 8b94b41 bpo-28167: Remove platform.linux_distribution (GH-6871) by Petr Viktorin · 7 years ago
  43. d02ac25 bpo-33136: Harden ssl module against CVE-2018-8970 (GH-6229) by Christian Heimes · 7 years ago
  44. 698dde1 bpo-31453: Add setter for min/max protocol version (#5259) by Christian Heimes · 7 years ago
  45. 9d50ab5 bpo-32951: Disable SSLSocket/SSLObject constructor (#5864) by Christian Heimes · 7 years ago
  46. 05d9fe3 bpo-32947: OpenSSL 1.1.1-pre1 / TLS 1.3 fixes (#5663) by Christian Heimes · 7 years ago
  47. b7b9225 bpo-31809: test secp ECDH curves (#4036) by Christian Heimes · 7 years ago
  48. 141c5e8 bpo-24334: Cleanup SSLSocket (#5252) by Christian Heimes · 7 years ago
  49. aef1283 bpo-32819: Simplify and improve ssl.match_hostname (#5620) by Christian Heimes · 7 years ago
  50. 11a1493 [bpo-28414] Make all hostnames in SSL module IDN A-labels (GH-5128) by Christian Heimes · 7 years ago
  51. 66e5742 bpo-28414: ssl module idna test (#5395) by Christian Heimes · 8 years ago
  52. 892d66e bpo-31429: Define TLS cipher suite on build time (#3532) by Christian Heimes · 8 years ago
  53. 61d478c bpo-31399: Let OpenSSL verify hostname and IP address (#3462) by Christian Heimes · 8 years ago
  54. bd5c7d2 bpo-32602: Test ECDSA certs (#5247) by Christian Heimes · 8 years ago
  55. 53f7a7c bpo-32297: Few misspellings found in Python source code comments. (#4803) by Mike · 8 years ago
  56. ede2ac9 bpo-23033: Improve SSL Certificate handling (GH-937) by Mandeep Singh · 8 years ago
  57. e82c034 bpo-31431: SSLContext.check_hostname auto-sets CERT_REQUIRED (#3531) by Christian Heimes · 8 years ago
  58. a170fa1 bpo-31346: Use PROTOCOL_TLS_CLIENT/SERVER (#3058) by Christian Heimes · 8 years ago
  59. 4df60f1 bpo-31386: Custom wrap_bio and wrap_socket type (#3426) by Christian Heimes · 8 years ago
  60. 50a72af test_ssl: Implement timeout in ssl_io_loop() (#3500) by Victor Stinner · 8 years ago
  61. b3ad0e5 bpo-28182: Expose OpenSSL verification results (#3412) by Christian Heimes · 8 years ago
  62. cb5b68a bpo-29136: Add TLS 1.3 cipher suites and OP_NO_TLSv1_3 (#1363) by Christian Heimes · 8 years ago
  63. 888bbdc bpo-27340: Use memoryview in SSLSocket.sendall() (#3384) by Christian Heimes · 8 years ago
  64. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 8 years ago
  65. 6877111 bpo-29781: Fix SSLObject.version before handshake (#3364) by Christian Heimes · 8 years ago
  66. 305e56c bpo-31320: No traceback to sys.stderr in test_ssl (#3360) by Christian Heimes · 8 years ago
  67. 002d640 bpo-25674: remove sha256.tbs-internet.com ssl test (#3297) by Christian Heimes · 8 years ago
  68. 8687101 bpo-31323: Fix reference leak in test_ssl (#3263) by Victor Stinner · 8 years ago
  69. 7b40cb7 bpo-30714: ALPN changes for OpenSSL 1.1.0f (#2305) by Christian Heimes · 8 years ago
  70. 68d663c [bpo-30916] Pre-build OpenSSL and Tcl/Tk for Windows (#2688) by Steve Dower · 8 years ago
  71. 59fdf0f Add a test for bad IDNA in ssl server_hostname (#1997) by Nathaniel J. Smith · 8 years ago
  72. 1dae745 bpo-30199: test_ssl closes all asyncore channels (#1381) by Victor Stinner · 8 years ago
  73. 70d28a1 Remove unused imports. by Serhiy Storchaka · 9 years ago
  74. b1321fb Issue #28394: More typo fixes for 3.6+ by Martin Panter · 9 years ago
  75. a5d0765 Finish GC code for SSLSession and increase test coverage by Christian Heimes · 9 years ago
  76. 22ecc4b Issue #28221: Merge SSL test cleanup from 3.5 into 3.6 by Martin Panter · 9 years ago
  77. 8609cda Issue #28221: Remove unused assignment from test_asyncore_server() by Martin Panter · 9 years ago
  78. 3217b12 Merge socketserver fixes from 3.5 into 3.6 by Martin Panter · 9 years ago
  79. 463ef2b Fix references to Python 3’s socketserver (lowercase) module by Martin Panter · 9 years ago
  80. 9017ec1 Issue #28093: Check more invalid combinations of PROTOCOL_TLS_CLIENT / PROTOCOL_TLS_SERVER by Christian Heimes · 9 years ago
  81. 5fe668c Issue #28085: Add PROTOCOL_TLS_CLIENT and PROTOCOL_TLS_SERVER for SSLContext by Christian Heimes · 9 years ago
  82. 99a6570 Issue #19500: Add client-side SSL session resumption to the ssl module. by Christian Heimes · 9 years ago
  83. d048637 Issue #28022: Deprecate ssl-related arguments in favor of SSLContext. by Christian Heimes · 9 years ago
  84. 358cfd4 Issue 28043: SSLContext has improved default settings by Christian Heimes · 9 years ago
  85. 1c03abd Issue #27691: Fix ssl module's parsing of GEN_RID subject alternative name fields in X.509 certs. by Christian Heimes · 9 years ago
  86. 598894f Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0. by Christian Heimes · 9 years ago
  87. 44b548d #27364: fix "incorrect" uses of escape character in the stdlib. by R David Murray · 9 years ago
  88. fe3c9c1 Issue #27691: Fix ssl module's parsing of GEN_RID subject alternative name fields in X.509 certs. by Christian Heimes · 9 years ago
  89. 582282b Issue 27866: relax get_cipher() test even more. Gentoo buildbot has no ECDHE by Christian Heimes · 9 years ago
  90. ea9b2dc Issue 27866: relax test case for set_cipher() and allow more cipher suites by Christian Heimes · 9 years ago
  91. 25bfcd5 Issue #27866: Add SSLContext.get_ciphers() method to get a list of all enabled ciphers. by Christian Heimes · 9 years ago
  92. 01113fa Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0. by Christian Heimes · 9 years ago
  93. 7386268 Issue #23804: Merge SSL recv() fix from 3.5 by Martin Panter · 9 years ago
  94. bed7f1a Issue #23804: Fix SSL zero-length recv() calls to not block and raise EOF by Martin Panter · 9 years ago
  95. c2f2ef8 Merge from 3.5. by Larry Hastings · 9 years ago
  96. f7c5624 Issue #26867: Ubuntu's openssl OP_NO_SSLv3 is forced on by default; fix test. by Matthias Klose · 9 years ago
  97. 519f912 Issue #25951: Fix SSLSocket.sendall() to return None, by Aviv Palivoda by Martin Panter · 9 years ago
  98. ef4bb1e Issue #23804: Merge SSL zero read fix from 3.5 by Martin Panter · 9 years ago
  99. f6b1d66 Issue #23804: Fix SSL recv/read(0) to not return 1024 bytes by Martin Panter · 9 years ago
  100. afd465d Issue #26644: Merge SSL negative read fix from 3.5 by Martin Panter · 9 years ago