Skip to content
Branch: 3.7
Find file History
Pull request Compare This branch is 2540 commits ahead, 5067 commits behind master.
tiran 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>
Latest commit ff5be6e Jan 20, 2018
Permalink
Type Name Latest commit message Commit time
..
Failed to load latest commit information.
ax_check_openssl.m4 bpo-32598: Use autoconf to detect usable OpenSSL (#5242) Jan 20, 2018
You can’t perform that action at this time.