]> granicus.if.org Git - python/commit
Merged revisions 80151 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 17 Apr 2010 17:40:45 +0000 (17:40 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 17 Apr 2010 17:40:45 +0000 (17:40 +0000)
commit2d9cb9c1cb3a7dd2e60a323271fbfe80854a6817
treea34682efe1b686fe2dc9d04b7c8d71edb69ed4e9
parentec8dfeb27e46f826b0c7f03196f70520a33828d6
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.
........
Doc/library/ssl.rst
Lib/ssl.py
Lib/test/test_ssl.py
Misc/NEWS
Modules/_ssl.c