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 brotherbeer
Recipients brotherbeer
Date 2021-06-11.08:23:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1623399838.97.0.436743234737.issue44389@roundup.psfhosted.org>
In-reply-to
Content
cpython-3.10.0b2/Modules/_ssl.c  line 3576

3570 static int
3571 set_options(PySSLContext *self, PyObject *arg, void *c)
3572 {
3573     long new_opts, opts, set, clear;
3574     long opt_no = (
3575         SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | SSL_OP_NO_TLSv1 |
3576         SSL_OP_NO_TLSv1_1 | SSL_OP_NO_TLSv1_2 | SSL_OP_NO_TLSv1_2
3577     );

'SSL_OP_NO_TLSv1_2' is repeated, are any other items missing?
History
Date User Action Args
2021-06-11 08:23:59brotherbeersetrecipients: + brotherbeer
2021-06-11 08:23:58brotherbeersetmessageid: <1623399838.97.0.436743234737.issue44389@roundup.psfhosted.org>
2021-06-11 08:23:58brotherbeerlinkissue44389 messages
2021-06-11 08:23:58brotherbeercreate
Morty Proxy This is a proxified and sanitized view of the page, visit original site.