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 christian.heimes, koobs, pablogsal, vstinner
Date 2018-11-29.00:56:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543453019.37.0.788709270274.issue35136@psf.upfronthosting.co.za>
In-reply-to
Content
> 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?
History
Date User Action Args
2018-11-29 00:57:00vstinnersetrecipients: + vstinner, christian.heimes, koobs, pablogsal
2018-11-29 00:56:59vstinnersetmessageid: <1543453019.37.0.788709270274.issue35136@psf.upfronthosting.co.za>
2018-11-29 00:56:59vstinnerlinkissue35136 messages
2018-11-29 00:56:59vstinnercreate