]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Merge branch 'openssl-providers'
authorTobias Brunner <tobias@strongswan.org>
Wed, 8 Dec 2021 10:34:46 +0000 (11:34 +0100)
committerTobias Brunner <tobias@strongswan.org>
Wed, 8 Dec 2021 10:34:46 +0000 (11:34 +0100)
Optionally load the legacy provider in OpenSSL 3 (enabled, by default) to
make algorithms like MD4 and DES available, which we require for
EAP-MSCHAPv2.  Allow explicitly loading the fips provider via existing
fips_mode option.  The loaded providers, whether influenced by the above
options or not, are logged.

Closes strongswan/strongswan#759


Trivial merge