1. b1321fb Issue #28394: More typo fixes for 3.6+ by Martin Panter · 8 years ago
  2. a5d0765 Finish GC code for SSLSession and increase test coverage by Christian Heimes · 8 years ago
  3. 22ecc4b Issue #28221: Merge SSL test cleanup from 3.5 into 3.6 by Martin Panter · 8 years ago
  4. 8609cda Issue #28221: Remove unused assignment from test_asyncore_server() by Martin Panter · 8 years ago
  5. 3217b12 Merge socketserver fixes from 3.5 into 3.6 by Martin Panter · 8 years ago
  6. 463ef2b Fix references to Python 3’s socketserver (lowercase) module by Martin Panter · 8 years ago
  7. 9017ec1 Issue #28093: Check more invalid combinations of PROTOCOL_TLS_CLIENT / PROTOCOL_TLS_SERVER by Christian Heimes · 8 years ago
  8. 5fe668c Issue #28085: Add PROTOCOL_TLS_CLIENT and PROTOCOL_TLS_SERVER for SSLContext by Christian Heimes · 8 years ago
  9. 99a6570 Issue #19500: Add client-side SSL session resumption to the ssl module. by Christian Heimes · 8 years ago
  10. d048637 Issue #28022: Deprecate ssl-related arguments in favor of SSLContext. by Christian Heimes · 8 years ago
  11. 358cfd4 Issue 28043: SSLContext has improved default settings by Christian Heimes · 8 years ago
  12. 1c03abd Issue #27691: Fix ssl module's parsing of GEN_RID subject alternative name fields in X.509 certs. by Christian Heimes · 8 years ago
  13. 598894f Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0. by Christian Heimes · 8 years ago
  14. 44b548d #27364: fix "incorrect" uses of escape character in the stdlib. by R David Murray · 8 years ago
  15. fe3c9c1 Issue #27691: Fix ssl module's parsing of GEN_RID subject alternative name fields in X.509 certs. by Christian Heimes · 8 years ago
  16. 582282b Issue 27866: relax get_cipher() test even more. Gentoo buildbot has no ECDHE by Christian Heimes · 8 years ago
  17. ea9b2dc Issue 27866: relax test case for set_cipher() and allow more cipher suites by Christian Heimes · 8 years ago
  18. 25bfcd5 Issue #27866: Add SSLContext.get_ciphers() method to get a list of all enabled ciphers. by Christian Heimes · 8 years ago
  19. 01113fa Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0. by Christian Heimes · 8 years ago
  20. 7386268 Issue #23804: Merge SSL recv() fix from 3.5 by Martin Panter · 8 years ago
  21. bed7f1a Issue #23804: Fix SSL zero-length recv() calls to not block and raise EOF by Martin Panter · 8 years ago
  22. c2f2ef8 Merge from 3.5. by Larry Hastings · 8 years ago
  23. f7c5624 Issue #26867: Ubuntu's openssl OP_NO_SSLv3 is forced on by default; fix test. by Matthias Klose · 8 years ago
  24. 519f912 Issue #25951: Fix SSLSocket.sendall() to return None, by Aviv Palivoda by Martin Panter · 8 years ago
  25. ef4bb1e Issue #23804: Merge SSL zero read fix from 3.5 by Martin Panter · 9 years ago
  26. f6b1d66 Issue #23804: Fix SSL recv/read(0) to not return 1024 bytes by Martin Panter · 9 years ago
  27. afd465d Issue #26644: Merge SSL negative read fix from 3.5 by Martin Panter · 9 years ago
  28. 5503d47 Issue #26644: Raise ValueError for negative SSLSocket.recv() and read() by Martin Panter · 9 years ago
  29. 3840b2a Issue #25940: Use internal local server more in test_ssl by Martin Panter · 9 years ago
  30. e0b75b7 Fix test_ssl.test_refcycle() by Victor Stinner · 9 years ago
  31. 3464ea2 Issue #26173: Separate bad cert file tests and client rejection test by Martin Panter · 9 years ago
  32. 407b62f Issue #26173: Fix test_ssl confusion with non-existing cert and wrongcert.pem by Martin Panter · 9 years ago
  33. a8b43b5 Issue #25940: Merge ETIMEDOUT fix from 3.4 into 3.5 by Martin Panter · 9 years ago
  34. 3f2240c Issue #25940: Merge ETIMEDOUT fix from 3.3 into 3.4 by Martin Panter · 9 years ago
  35. fab75d9 Issue #25940: Merge ETIMEDOUT fix from 3.2 into 3.3 by Martin Panter · 9 years ago
  36. 035583b Issue #25940: On Windows, connecting to port 444 returns ETIMEDOUT by Martin Panter · 9 years ago
  37. 40b97ec Issue #25940: Update new SSL tests for self-signed.pythontest.net by Martin Panter · 9 years ago
  38. 17cbee4 Issue #25940: Merge self-signed.pythontest.net testing from 3.4 into 3.5 by Martin Panter · 9 years ago
  39. b55f8b7 Issue #25940: Update new SSL tests for self-signed.pythontest.net by Martin Panter · 9 years ago
  40. 514bb07 Issue #25940: Merge self-signed.pythontest.net testing from 3.3 into 3.4 by Martin Panter · 9 years ago
  41. 73f5507 Issue #25940: Merge self-signed.pythontest.net testing from 3.2 into 3.3 by Martin Panter · 9 years ago
  42. 3d81d93 Issue #25940: Use self-signed.pythontest.net in SSL tests by Martin Panter · 9 years ago
  43. 45bde5d merge 3.4 (#25530) by Benjamin Peterson · 9 years ago
  44. a9dcdab always set OP_NO_SSLv3 by default (closes #25530) by Benjamin Peterson · 9 years ago
  45. 9e7990a Issue #24210: Silence more PendingDeprecationWarning warnings in tests. by Berker Peksag · 9 years ago
  46. 4b9df0d merge 3.4 (#23844) by Benjamin Peterson · 9 years ago
  47. a7eaf56 replace 512 bit dh key with a 2014 bit one (closes #23844) by Benjamin Peterson · 9 years ago
  48. 8490f5a Issue #23001: Few functions in modules mmap, ossaudiodev, socket, ssl, and by Serhiy Storchaka · 10 years ago
  49. 18987a1 Issue #20617: Remove unused import in test_ssl. by Berker Peksag · 10 years ago
  50. 4a0e147 Issue #20617: Remove unused import in test_ssl. by Berker Peksag · 10 years ago
  51. 3e2500d merge 3.4 by Benjamin Peterson · 10 years ago
  52. c3d9c5c adjust test_crl_check for trusted first being default by Benjamin Peterson · 10 years ago
  53. de8eca4 merge 3.4 by Benjamin Peterson · 10 years ago
  54. 990fcaa expose X509_V_FLAG_TRUSTED_FIRST by Benjamin Peterson · 10 years ago
  55. c481bfb Issue #23239: ssl.match_hostname() now supports matching of IP addresses. by Antoine Pitrou · 10 years ago
  56. 7aa4428 Issue #23345: merge from 3.4 by Ned Deily · 10 years ago
  57. 05784a7 Issue #23345: Prevent test_ssl failures with large OpenSSL patch level by Ned Deily · 10 years ago
  58. 8861502 prefer server alpn ordering over the client's by Benjamin Peterson · 10 years ago
  59. cca2732 add support for ALPN (closes #20188) by Benjamin Peterson · 10 years ago
  60. 1504292 enable cert validation in test by Benjamin Peterson · 10 years ago
  61. 23ef9fa trying again by Benjamin Peterson · 10 years ago
  62. e6838e0 reorder cipher prefs by Benjamin Peterson · 10 years ago
  63. 44c7779 drop 256 by Benjamin Peterson · 10 years ago
  64. 359f298 try using AES256 by Benjamin Peterson · 10 years ago
  65. 8791d69 fix assertions after ciphers were changed by Benjamin Peterson · 10 years ago
  66. f78b78a rc4 is a long time favorite by Benjamin Peterson · 10 years ago
  67. 438a8db everyone should support AES ciphers by Benjamin Peterson · 10 years ago
  68. 9f6ecea include some more ciphers by Benjamin Peterson · 10 years ago
  69. aacd524 force test server to speak tlsv1 by Benjamin Peterson · 10 years ago
  70. e27a421 remove apparently wrong assertion about des bit size by Benjamin Peterson · 10 years ago
  71. 4cb1781 expose the client's cipher suites from the handshake (closes #23186) by Benjamin Peterson · 10 years ago
  72. fcfed19 Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The by Victor Stinner · 10 years ago
  73. 789b805 test_ssl: add more debug to investigate test_openssl_version() failure on by Victor Stinner · 10 years ago
  74. 3f7e064 Issue #22935: Fix test_ssl when the SSLv3 protocol is not supported by Victor Stinner · 10 years ago
  75. e32467c allow ssl module to compile if openssl doesn't support SSL 3 (closes #22935) by Benjamin Peterson · 10 years ago
  76. 7243b57 don't require OpenSSL SNI to pass hostname to ssl functions (#22921) by Benjamin Peterson · 10 years ago
  77. 648b862 Issue #22935: Fix test_ssl when the SSLv3 protocol is not supported by Victor Stinner · 10 years ago
  78. 22293df merge 3.4 (#22935) by Benjamin Peterson · 10 years ago
  79. beeb512 Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The by Victor Stinner · 10 years ago
  80. f9284ae merge 3.4 (#22921) by Benjamin Peterson · 10 years ago
  81. 98e1b91 merge 3.4 by Benjamin Peterson · 10 years ago
  82. 1ea070e test that keyfile can be None by Benjamin Peterson · 10 years ago
  83. 1cca273 merge 3.4 (#22417) by Benjamin Peterson · 10 years ago
  84. 4ffb075 PEP 476: enable HTTPS certificate verification by default (#22417) by Benjamin Peterson · 10 years ago
  85. b1fdf47 Issue #21965: Add support for in-memory SSL to the ssl module. by Antoine Pitrou · 10 years ago
  86. 91b62c4 merge 3.4 by Benjamin Peterson · 10 years ago
  87. 91244e0 separate cert loading tests into Windows and non-Windows cases by Benjamin Peterson · 10 years ago
  88. 8b9cfa1 merge 3.4 (#22449) by Benjamin Peterson · 10 years ago
  89. 5915b0f also use openssl envvars to find certs on windows (closes #22449) by Benjamin Peterson · 10 years ago
  90. 47e4042 Issue #20421: Add a .version() method to SSL sockets exposing the actual protocol version in use. by Antoine Pitrou · 10 years ago
  91. 6e20460 Issue #21566: Make use of socket.listen() default backlog. by Charles-François Natali · 10 years ago
  92. 26408df Issue #21976: Fix test_ssl to accept LibreSSL version strings. by Antoine Pitrou · 10 years ago
  93. dfab935 Issue #21976: Fix test_ssl to accept LibreSSL version strings. by Antoine Pitrou · 10 years ago
  94. 915d141 fix issue #17552: add socket.sendfile() method allowing to send a file over a socket by using high-performance os.sendfile() on UNIX. Patch by Giampaolo Rodola'· by Giampaolo Rodola' · 10 years ago
  95. b4bebda Issue #20951: SSLSocket.send() now raises either SSLWantReadError or SSLWantWriteError on a non-blocking socket if the operation would block. Previously, it would return 0. by Antoine Pitrou · 10 years ago
  96. c695c95 Issue #19940: ssl.cert_time_to_seconds() now interprets the given time string in the UTC timezone (as specified in RFC 5280), not the local timezone. by Antoine Pitrou · 10 years ago
  97. 172f025 Issue #21068: The ssl.PROTOCOL* constants are now enum members. by Antoine Pitrou · 10 years ago
  98. c043061 Try to fix buildbot failures on old OpenSSLs (< 1.0.0) - followup to issue #21015 by Antoine Pitrou · 10 years ago
  99. 94a5b66 Issue #20896: ssl.get_server_certificate() now uses PROTOCOL_SSLv23, not PROTOCOL_SSLv3, for maximum compatibility. by Antoine Pitrou · 10 years ago
  100. 6a2ba94 Issue #21013: Enhance ssl.create_default_context() for server side contexts by Donald Stufft · 11 years ago