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 worr
Recipients worr
Date 2014-07-14.06:15:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405318558.48.0.274142597942.issue21976@psf.upfronthosting.co.za>
In-reply-to
Content
Currently, test_ssl.py requires the version information to match the OpenSSL format exactly, and to be less than 2.0. LibreSSL, a drop-in replacement for OpenSSL, has started its version numbers at 2.0.0, and reports it slightly differently. This patch addresses that.

Tested on Exherbo Linux amd64 with LibreSSL portable 2.0.1.
History
Date User Action Args
2014-07-14 06:15:58worrsetrecipients: + worr
2014-07-14 06:15:58worrsetmessageid: <1405318558.48.0.274142597942.issue21976@psf.upfronthosting.co.za>
2014-07-14 06:15:58worrlinkissue21976 messages
2014-07-14 06:15:57worrcreate