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