Antoine Pitrou <pit...@free.fr> added the comment:

I had never seen this issue but committed almost exactly the same feature in 
r80151. The parameters is named "ciphers" rather than "cipher_list" and allows 
you to override the allowed ciphers when creating an SSL object. It will be 
available in Python 2.7 and 3.2.

(note that OpenSSL itself defaults to what it considers strong ciphers, at 
least in the most recent versions)

----------
nosy: +pitrou
resolution:  -> out of date
status: open -> closed
versions: +Python 2.7, Python 3.2 -Python 2.6

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue3597>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to