Antoine Pitrou <[email protected]> added the comment: > Why make this decision ourselves at all? Copy what Mozilla and Chromium do > by default.
If that translates to an explicit list of ciphers it will be a pain to maintain. Using a generic OpenSSL string such as "DEFAULT:!LOW:[etc.]" means OpenSSL mostly does the maintenance for us. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue13636> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
