commit | 2d9cb9c1cb3a7dd2e60a323271fbfe80854a6817 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sat Apr 17 17:40:45 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sat Apr 17 17:40:45 2010 +0000 |
tree | a34682efe1b686fe2dc9d04b7c8d71edb69ed4e9 | |
parent | ec8dfeb27e46f826b0c7f03196f70520a33828d6 [diff] |
Merged revisions 80151 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r80151 | antoine.pitrou | 2010-04-17 19:10:38 +0200 (sam., 17 avril 2010) | 4 lines 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. ........