Tobias Brunner f556fce16b openssl: Load "legacy" provider in OpenSSL 3 for algorithms like MD4, DES etc.
We still require these algorithms for e.g. EAP-MSCHAPv2, so the option is
enabled, by default.  To use other providers (e.g. fips or even custom
ones), the option can be disabled and the providers to load/activate can
be configured in openssl.cnf.  For instance, the following has the same
effect as enabling the option:

    openssl_conf = openssl_init

    [openssl_init]
    providers = providers

    [providers]
    default = activate
    legacy = activate

    [activate]
    activate = yes
2021-12-08 11:34:13 +01:00
..
2017-07-27 13:15:43 +02:00
2019-08-22 15:18:06 +02:00
2019-08-22 15:18:06 +02:00
2018-07-29 10:37:36 +02:00
2019-10-16 16:46:24 +02:00
2014-02-12 14:34:34 +01:00
2014-02-12 14:34:34 +01:00
2014-02-12 14:34:34 +01:00
2019-08-22 15:18:06 +02:00