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 floppymaster
Recipients alex, christian.heimes, dstufft, floppymaster, janssen
Date 2017-04-08.21:36:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1491687393.54.0.899071597886.issue30008@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the reply.

OpenSSL 1.1.0 added functions to control the SSL/TLS version used by SSL contexts created using TLS_method(). You might consider updating the code for existing Python branches to use these functions.

SSL_CTX_set_min_proto_version
SSL_CTX_set_max_proto_version

https://www.openssl.org/docs/man1.1.0/ssl/SSL_CTX_set_min_proto_version.html
History
Date User Action Args
2017-04-08 21:36:33floppymastersetrecipients: + floppymaster, janssen, christian.heimes, alex, dstufft
2017-04-08 21:36:33floppymastersetmessageid: <1491687393.54.0.899071597886.issue30008@psf.upfronthosting.co.za>
2017-04-08 21:36:33floppymasterlinkissue30008 messages
2017-04-08 21:36:33floppymastercreate