]> granicus.if.org Git - python/commit
Issue #8322: Add a *ciphers* argument to SSL sockets, so as to change the
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 17 Apr 2010 17:10:38 +0000 (17:10 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 17 Apr 2010 17:10:38 +0000 (17:10 +0000)
commit0a6373c1a928e80c8c3fa9b88d925b3dccc5afc4
treea943cdb41cc6eaf54fc12b0dc225b086e4111bc5
parent7794b5b52f8c5c4bf465a44a53025e9b6fa49592
Issue #8322: Add a *ciphers* argument to SSL sockets, so as to change the
available cipher list.  Helps fix test_ssl with OpenSSL 1.0.0.
Doc/library/ssl.rst
Lib/ssl.py
Lib/test/test_ssl.py
Misc/NEWS
Modules/_ssl.c