1. 88c60c9 Trivial cleanups following bpo-31370 (#3649) by Antoine Pitrou · 7 years ago
  2. d6debb2 bpo-29919: Remove unused imports found by pyflakes (#137) by Victor Stinner · 7 years ago
  3. 463ef2b Fix references to Python 3’s socketserver (lowercase) module by Martin Panter · 8 years ago
  4. 617c4dc Add a --ciphers option to Lib/test/ssl_servers.py by Antoine Pitrou · 10 years ago
  5. 05649f3 Use ssl.create_default_context in Lib/test/ssl_servers.py by Antoine Pitrou · 10 years ago
  6. da23259 Issue #17107: Test client-side SNI support in urllib.request thanks to the new server-side SNI support in the ssl module. by Antoine Pitrou · 11 years ago
  7. 0832af6 Issue #16717: get rid of socket.error, replace with OSError by Andrew Svetlov · 12 years ago
  8. 0e576f1 Issue #13626: Add support for SSL Diffie-Hellman key exchange, through the by Antoine Pitrou · 13 years ago
  9. 8abdb8a Issue #13634: Add support for querying and disabling SSL compression. by Antoine Pitrou · 13 years ago
  10. 923df6f Issue #13627: Add support for SSL Elliptic Curve-based Diffie-Hellman by Antoine Pitrou · 13 years ago
  11. fb0901c In the test SSL server, also output the cipher name by Antoine Pitrou · 13 years ago
  12. 4a5f967 Output served URL when running ssl_servers by Antoine Pitrou · 14 years ago
  13. 66c95c7 Fix test_httplib when built without threads by Antoine Pitrou · 14 years ago
  14. d2eca37 Clean up socket closing in test_ssl and test.ssl_servers by Antoine Pitrou · 14 years ago
  15. 48e00f3 Use PROTOCOL_SSLv23 in the test HTTPS server, in an attempt to appease the old Gentoo buildbot by Antoine Pitrou · 14 years ago
  16. 84fa431 Print out socket errors in HTTPS server thread by Antoine Pitrou · 14 years ago
  17. f26f87e Run a simple HTTPS server when Lib/test/ssl_servers.py is run as __main__ by Antoine Pitrou · 14 years ago
  18. 803e6d6 Issue #9003: http.client.HTTPSConnection, urllib.request.HTTPSHandler and by Antoine Pitrou · 14 years ago