1
0
mirror of https://github.com/moparisthebest/curl synced 2025-02-28 17:31:46 -05:00
François Rigault e2de2d5397
openssl: set FLAG_TRUSTED_FIRST unconditionally
On some systems, openssl 1.0.x is still the default, but it has been
patched to contain all the recent security fixes. As a result of this
patching, it is possible for macro X509_V_FLAG_NO_ALT_CHAINS to be
defined, while the previous behavior of openssl to not look at trusted
chains first, remains.

Fix it: ensure X509_V_FLAG_TRUSTED_FIRST is always set, do not try to
probe for the behavior of openssl based on the existence ofmacros.

Closes #5530
2020-06-06 18:01:24 +02:00
..
2019-11-26 08:32:23 +01:00
2019-11-08 14:51:42 +01:00
2020-01-16 11:55:56 +01:00
2020-01-16 11:55:56 +01:00
2019-11-08 14:51:42 +01:00
2018-09-13 08:26:37 +02:00
2019-06-10 09:18:16 +02:00