[issue23177] test_ssl: failures on OpenBSD with LibreSSL

STINNER Victor report at bugs.python.org
Thu Jan 8 10:32:40 CET 2015


STINNER Victor added the comment:

> Proper way would be to check for LIBRESSL_VERSION_NUMBER string, FreeBSD modifies the OpenSSL version number to indicate its compatibility level (as stated in commit log)

Please see the unit test: it checks that the version number and version string are consistent. It's not the case on OpenBSD with LibreSSL (2.0 vs 2.1) nor on FreeBSD (1.0 vs 2.1).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23177>
_______________________________________


More information about the Python-bugs-list mailing list