New submission from Antoine Pitrou <pit...@free.fr>: OpenSSL 1.0.0 needs to change the cipher list for some test_ssl tests to succeed, but the cipher list can't be changed in 2.6/3.1 (maintenance branches). The solution is to skip these tests with the newer OpenSSLs.
This patch uses the "openssl" executable to fetch the OpenSSL version, but we could instead backport OPENSSL_VERSION_* from trunk, at least as undocumented attributes. What do you think? ---------- components: Tests files: sslfix.patch keywords: patch messages: 105055 nosy: giampaolo.rodola, janssen, pitrou priority: normal severity: normal stage: patch review status: open title: Fix test_ssl failures under 2.6/3.1 with OpenSSL 1.0.0 type: behavior versions: Python 2.6, Python 3.1 Added file: http://bugs.python.org/file17224/sslfix.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue8629> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com