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 vstinner
Recipients rpointel, vstinner
Date 2015-01-06.12:43:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1420548221.14.0.312697956648.issue23177@psf.upfronthosting.co.za>
In-reply-to
Content
It looks like OPENSSL_VERSION_NUMBER is consistent with OPENSSL_VERSION_INFO (version 2.1). But the OPENSSL_VERSION contains a different version (2.0). It looks like an issue in LibreSSL.

======================================================================
FAIL: test_openssl_version (test.test_ssl.BasicSocketTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/python-builds/3.x.borja-openbsd-x86/build/Lib/test/test_ssl.py", line 315, in test_openssl_version
    (s, t, hex(n)))
AssertionError: False is not true : ('LibreSSL 2.1', (2, 0, 0, 0, 0), '0x20000000')
History
Date User Action Args
2015-01-06 12:43:41vstinnersetrecipients: + vstinner, rpointel
2015-01-06 12:43:41vstinnersetmessageid: <1420548221.14.0.312697956648.issue23177@psf.upfronthosting.co.za>
2015-01-06 12:43:41vstinnerlinkissue23177 messages
2015-01-06 12:43:41vstinnercreate