[issue3597] Allow application developers to select ciphers, and default to strong in ssl lib

Chris Frantz report at bugs.python.org
Mon Sep 7 18:29:54 CEST 2009


Chris Frantz <frantzcj at gmail.com> added the comment:

I believe the attached patch provides the desired functionality.

By default, the SSL library selects appropriate ciphers.  If the user
creates an SSLSocket with a cipher_list, the string is passed directly
to SSL_CTX_set_cipher_list().

----------
keywords: +patch
nosy: +cfrantz
Added file: http://bugs.python.org/file14854/py-ssl.diff

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


More information about the Python-bugs-list mailing list