[issue23177] test_ssl: failures on OpenBSD with LibreSSL

Remi Pointel report at bugs.python.org
Sun Sep 20 15:38:07 CEST 2015


Remi Pointel added the comment:

Hi,

maybe we should add the LIBRESSL_ information available in opensslv.h (as it has be done for OpenSSL):

$ grep LIBRESSL /usr/include/ssl/opensslv.h 
#define LIBRESSL_VERSION_NUMBER 0x20030000L
#define LIBRESSL_VERSION_TEXT   "LibreSSL 2.3.0"
#define OPENSSL_VERSION_TEXT    LIBRESSL_VERSION_TEXT

What do you think about that?

Remi.

----------

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


More information about the Python-bugs-list mailing list