[issue35136] test_ssl fails in AMD64 FreeBSD CURRENT Shared 3.6 buildbot

STINNER Victor report at bugs.python.org
Wed Nov 28 19:56:59 EST 2018


STINNER Victor <vstinner at redhat.com> added the comment:

> I'm trying to figure out the exact OpenSSL version. It used to be part of pythoninfo step.

Did you click on "view all 165 lines"? I like to click on [download] to open the output in my text editor (gvim).

ssl info from pythoninfo:

ssl.HAS_SNI: True
ssl.OPENSSL_VERSION: OpenSSL 1.1.1a  20 Nov 2018
ssl.OPENSSL_VERSION_INFO: (1, 1, 1, 1, 15)
ssl.OP_ALL: 0x80000054
ssl.OP_NO_TLSv1_1: 0x10000000

That's the boring OpenSSL, not the funny LibreSSL, no?

----------
nosy: +vstinner

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35136>
_______________________________________


More information about the Python-bugs-list mailing list