This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients giampaolo.rodola, janssen, pitrou
Date 2010-05-05.16:20:35
SpamBayes Score 5.1289644e-05
Marked as misclassified No
Message-id <1273076439.97.0.920291482414.issue8629@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2010-05-05 16:20:40pitrousetrecipients: + pitrou, janssen, giampaolo.rodola
2010-05-05 16:20:39pitrousetmessageid: <1273076439.97.0.920291482414.issue8629@psf.upfronthosting.co.za>
2010-05-05 16:20:37pitroulinkissue8629 messages
2010-05-05 16:20:37pitroucreate