Antoine Pitrou <pit...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue8322>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to