COMMITS
/ Lib/test/ssl_servers.py September 16, 2023
N
gh-108303: Move all certificates to `Lib/test/certdata/` (#109489)
Nikita Sobolev committed
April 25, 2020
S
bpo-40275: Avoid importing socket in test.support (GH-19603)
Serhiy Storchaka committed
December 10, 2019
V
bpo-38614: Use test.support.LOOPBACK_TIMEOUT constant (GH-17554)
Victor Stinner committed
September 18, 2017
A
Trivial cleanups following bpo-31370 (#3649)
Antoine Pitrou committed
March 27, 2017
V
bpo-29919: Remove unused imports found by pyflakes (#137)
Victor Stinner committed
September 22, 2016
M
Fix references to Python 3’s socketserver (lowercase) module
Martin Panter committed
April 17, 2014
A
Add a --ciphers option to Lib/test/ssl_servers.py
Antoine Pitrou committed
A
Use ssl.create_default_context in Lib/test/ssl_servers.py
Antoine Pitrou committed
February 5, 2013
December 18, 2012
A
Issue #16717: get rid of socket.error, replace with OSError
Andrew Svetlov committed
December 22, 2011
A
Issue #13626: Add support for SSL Diffie-Hellman key exchange, through the
Antoine Pitrou committed
December 20, 2011
A
Issue #13634: Add support for querying and disabling SSL compression.
Antoine Pitrou committed
December 19, 2011
A
Issue #13627: Add support for SSL Elliptic Curve-based Diffie-Hellman
Antoine Pitrou committed
December 18, 2011
A
In the test SSL server, also output the cipher name
Antoine Pitrou committed
November 5, 2010
A
Output served URL when running ssl_servers
Antoine Pitrou committed
A
Fix test_httplib when built without threads
Antoine Pitrou committed
October 29, 2010
A
Clean up socket closing in test_ssl and test.ssl_servers
Antoine Pitrou committed
October 13, 2010
A
Use PROTOCOL_SSLv23 in the test HTTPS server, in an attempt to appease the old Gentoo buildbot
Antoine Pitrou committed
A
Print out socket errors in HTTPS server thread
Antoine Pitrou committed
A
Run a simple HTTPS server when Lib/test/ssl_servers.py is run as __main__
Antoine Pitrou committed
A
Issue #9003: http.client.HTTPSConnection, urllib.request.HTTPSHandler and
Antoine Pitrou committed