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 Lukasa
Recipients Lukasa, christian.heimes
Date 2017-03-10.10:28:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1489141740.19.0.481084892619.issue29781@psf.upfronthosting.co.za>
In-reply-to
Content
This actually appears to be an outcome of OpenSSL's logic. I've attached a smallish C file that, when run against OpenSSL 1.0.2 on my machine, prints "TLSv1.2".

This seems like a behaviour we'll have to work around in Python to get the outcome we want here.
History
Date User Action Args
2017-03-10 10:29:00Lukasasetrecipients: + Lukasa, christian.heimes
2017-03-10 10:29:00Lukasasetmessageid: <1489141740.19.0.481084892619.issue29781@psf.upfronthosting.co.za>
2017-03-10 10:29:00Lukasalinkissue29781 messages
2017-03-10 10:29:00Lukasacreate