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 christian.heimes
Recipients brotherbeer, christian.heimes, erlendaasland, miss-islington, nanjekyejoannah
Date 2021-06-13.12:05:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1623585923.52.0.53405056782.issue44389@roundup.psfhosted.org>
In-reply-to
Content
OpenSSL has deprecated these constants:

> SSL_OP_NO_SSLv3, SSL_OP_NO_TLSv1, SSL_OP_NO_TLSv1_1, SSL_OP_NO_TLSv1_2, SSL_OP_NO_TLSv1_3, SSL_OP_NO_DTLSv1, SSL_OP_NO_DTLSv1_2
>
> As of OpenSSL 1.1.0, these options are deprecated, use SSL_CTX_set_min_proto_version(3) and SSL_CTX_set_max_proto_version(3) instead.

https://www.openssl.org/docs/man1.1.1/man3/SSL_CTX_set_options.html
History
Date User Action Args
2021-06-13 12:05:23christian.heimessetrecipients: + christian.heimes, miss-islington, nanjekyejoannah, erlendaasland, brotherbeer
2021-06-13 12:05:23christian.heimessetmessageid: <1623585923.52.0.53405056782.issue44389@roundup.psfhosted.org>
2021-06-13 12:05:23christian.heimeslinkissue44389 messages
2021-06-13 12:05:23christian.heimescreate