STINNER Victor <vstin...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue35136>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to