Christian Heimes d02ac25ab0
bpo-33136: Harden ssl module against CVE-2018-8970 (GH-6229)
Harden ssl module against LibreSSL CVE-2018-8970.
X509_VERIFY_PARAM_set1_host() is called with an explicit namelen. A new test
ensures that NULL bytes are not allowed.

Signed-off-by: Christian Heimes <christian@python.org>
2018-03-25 12:36:13 +02:00
..
2018-03-12 14:42:34 +01:00
2017-11-05 15:37:50 +02:00
2017-12-20 23:36:10 +02:00
2017-11-05 15:37:50 +02:00
2017-11-08 14:44:44 -08:00
2017-09-14 18:13:16 -07:00
2018-03-12 14:42:34 +01:00
2017-11-05 15:37:50 +02:00

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