]> git.ipfire.org Git - people/ms/strongswan.git/commit
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)
commitb158c08c4b919b878ded10bb57e969ed7b3cabc3
treeb74701c064cc5ecccbef4107680e07d4b27490ae
parent8baa4315015ed01f5bc904a9bd163e8bb47a9483
parent910b7d1915dfd02fa72832e5344e6d987b87189b
Merge branch 'openssl-providers'

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