Files
cpython/Modules
Christian Heimes 358cfd426c Issue 28043: SSLContext has improved default settings
The options OP_NO_COMPRESSION, OP_CIPHER_SERVER_PREFERENCE, OP_SINGLE_DH_USE, OP_SINGLE_ECDH_USE, OP_NO_SSLv2 (except for PROTOCOL_SSLv2), and OP_NO_SSLv3 (except for PROTOCOL_SSLv3) are set by default. The initial cipher suite list contains only HIGH ciphers, no NULL ciphers and MD5 ciphers (except for PROTOCOL_SSLv2).
2016-09-10 22:43:48 +02:00
..
2016-09-08 09:15:54 -07:00
2016-09-08 09:25:03 -07:00
2016-09-08 09:29:11 -07:00
2016-09-08 09:15:54 -07:00
2016-09-10 16:08:26 -04:00
2016-09-06 10:46:49 -07:00
2016-09-07 11:06:17 -07:00
2016-08-21 17:43:58 +10:00
2016-09-07 09:26:18 -07:00
2016-09-06 10:46:49 -07:00
2016-09-08 15:08:02 -07:00
2016-06-02 12:42:40 -07:00
2016-09-06 19:04:37 -07:00
2016-09-07 14:45:10 -07:00
2016-09-06 10:46:49 -07:00

Source files for standard library extension modules,
and former extension modules that are now builtin modules.