mirror of
https://github.com/python/cpython.git
synced 2026-05-13 07:59:04 -04:00
d02ac25ab0
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>
Source files for standard library extension modules, and former extension modules that are now builtin modules.