Files
cpython/Modules
Christian Heimes ff5be6e810 bpo-32598: Use autoconf to detect usable OpenSSL (#5242)
Add https://www.gnu.org/software/autoconf-archive/ax_check_openssl.html
to auto-detect compiler flags, linker flags and libraries to compile
OpenSSL extensions. The M4 macro uses pkg-config and falls back to
manual detection.

Add autoconf magic to detect usable X509_VERIFY_PARAM_set1_host()
and related functions.

Refactor setup.py to use new config vars to compile _ssl and _hashlib
modules.

Signed-off-by: Christian Heimes <christian@python.org>
2018-01-20 13:19:21 +01:00
..
2017-11-05 15:37:50 +02:00
2017-12-30 15:40:27 +02:00
2017-12-20 23:36:10 +02:00
2016-10-18 16:29:27 +02:00
2016-10-18 16:29:27 +02:00
2017-11-05 15:37:50 +02:00
2016-09-06 10:46:49 -07:00
2017-11-08 14:44:44 -08:00
2017-09-14 18:13:16 -07:00
2017-11-05 15:37:50 +02:00
2017-01-31 23:31:10 -08:00

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