aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/ssl_servers.py
Commit message (Expand)AuthorAge
* bpo-40275: Avoid importing socket in test.support (GH-19603)Serhiy Storchaka2020-04-25
* bpo-38614: Use test.support.LOOPBACK_TIMEOUT constant (GH-17554)Victor Stinner2019-12-10
* Trivial cleanups following bpo-31370 (#3649)Antoine Pitrou2017-09-18
* bpo-29919: Remove unused imports found by pyflakes (#137)Victor Stinner2017-03-27
* Fix references to Python 3’s socketserver (lowercase) moduleMartin Panter2016-09-22
* Add a --ciphers option to Lib/test/ssl_servers.pyAntoine Pitrou2014-04-17
* Use ssl.create_default_context in Lib/test/ssl_servers.pyAntoine Pitrou2014-04-17
* Issue #17107: Test client-side SNI support in urllib.request thanks to the ne...Antoine Pitrou2013-02-05
* Issue #16717: get rid of socket.error, replace with OSErrorAndrew Svetlov2012-12-18
* Issue #13626: Add support for SSL Diffie-Hellman key exchange, through theAntoine Pitrou2011-12-22
* Issue #13634: Add support for querying and disabling SSL compression.Antoine Pitrou2011-12-20
* Issue #13627: Add support for SSL Elliptic Curve-based Diffie-HellmanAntoine Pitrou2011-12-19
* In the test SSL server, also output the cipher nameAntoine Pitrou2011-12-18
* Output served URL when running ssl_serversAntoine Pitrou2010-11-05
* Fix test_httplib when built without threadsAntoine Pitrou2010-11-05
* Clean up socket closing in test_ssl and test.ssl_serversAntoine Pitrou2010-10-29
* Use PROTOCOL_SSLv23 in the test HTTPS server, in an attempt to appease the ol...Antoine Pitrou2010-10-13
* Print out socket errors in HTTPS server threadAntoine Pitrou2010-10-13
* Run a simple HTTPS server when Lib/test/ssl_servers.py is run as __main__Antoine Pitrou2010-10-13
* Issue #9003: http.client.HTTPSConnection, urllib.request.HTTPSHandler andAntoine Pitrou2010-10-13