[issue8322] test_ssl failures with OpenSSL 1.0.0

Antoine Pitrou report at bugs.python.org
Fri Apr 16 22:34:52 CEST 2010


Antoine Pitrou <pitrou at free.fr> added the comment:

A set_ciphers() method turns out to be highly impractical, since the underlying SSL objects are created lazily when we actually connect the socket.
Therefore, I have instead opted for a new "ciphers" argument to the SSL constructor(s). Patch attached.

----------
keywords: +patch
Added file: http://bugs.python.org/file16952/ciphers.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8322>
_______________________________________


More information about the Python-bugs-list mailing list