mirror of
https://github.com/python/cpython.git
synced 2026-01-31 07:05:24 +00:00
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.