nginx/auto/lib/openssl
Maxim Dounin bdea5b703f SSL: avoid using OpenSSL config in build directory (ticket #2404).
With this change, the NGX_OPENSSL_NO_CONFIG macro is defined when nginx
is asked to build OpenSSL itself.  And with this macro automatic loading
of OpenSSL configuration (from the build directory) is prevented unless
the OPENSSL_CONF environment variable is explicitly set.

Note that not loading configuration is broken in OpenSSL 1.1.1 and 1.1.1a
(fixed in OpenSSL 1.1.1b, see https://github.com/openssl/openssl/issues/7350).
If nginx is used to compile these OpenSSL versions, configuring nginx with
NGX_OPENSSL_NO_CONFIG explicitly set to 0 might be used as a workaround.
2023-06-21 01:29:53 +03:00
..
conf SSL: avoid using OpenSSL config in build directory (ticket #2404). 2023-06-21 01:29:53 +03:00
make Win32: OpenSSL compilation for x64 targets with MSVC. 2023-02-23 18:16:08 +03:00
makefile.bcc Copyright updated. 2012-01-18 15:07:43 +00:00
makefile.msvc Win32: OpenSSL compilation for x64 targets with MSVC. 2023-02-23 18:16:08 +03:00