[issue13635] Python SSL stack doesn't support ordering of Ciphers

2011-12-19 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- nosy: +jcea ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue13635] Python SSL stack doesn't support ordering of Ciphers

2011-12-19 Thread Antoine Pitrou
Antoine Pitrou added the comment: The new option is now committed in 3.3. Thanks for the report! -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker ___

[issue13635] Python SSL stack doesn't support ordering of Ciphers

2011-12-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset c706f76c9ea8 by Antoine Pitrou in branch 'default': Issue #13635: Add ssl.OP_CIPHER_SERVER_PREFERENCE, so that SSL servers http://hg.python.org/cpython/rev/c706f76c9ea8 -- nosy: +python-dev ___ Python tr

[issue13635] Python SSL stack doesn't support ordering of Ciphers

2011-12-19 Thread naif
naif added the comment: Looking at the code from mod_ssl i would say that this is the preference required https://issues.apache.org/bugzilla/show_bug.cgi?id=28665 -- ___ Python tracker ___

[issue13635] Python SSL stack doesn't support ordering of Ciphers

2011-12-19 Thread Antoine Pitrou
Antoine Pitrou added the comment: Apparently it's just a matter of exposing SSL_OP_CIPHER_SERVER_PREFERENCE? -- nosy: +pitrou type: security -> enhancement versions: -Python 2.6, Python 2.7, Python 3.1, Python 3.2, Python 3.4 ___ Python tracker

[issue13635] Python SSL stack doesn't support ordering of Ciphers

2011-12-19 Thread naif
New submission from naif : The list of Ciphers for Python SSL binding for OpenSSL cannot be ordered in a specific list of preference. This is a requirement for strict security environment where the ordered cipher list it's very important. Apache support the ordering of ciphers trough the conf