Message395612
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? |
|
| Date |
User |
Action |
Args |
| 2021-06-11 08:23:59 | brotherbeer | set | recipients:
+ brotherbeer |
| 2021-06-11 08:23:58 | brotherbeer | set | messageid: <1623399838.97.0.436743234737.issue44389@roundup.psfhosted.org> |
| 2021-06-11 08:23:58 | brotherbeer | link | issue44389 messages |
| 2021-06-11 08:23:58 | brotherbeer | create | |
|