openssl/providers/implementations/asymciphers
Matt Caswell 6ce58488bd Store some FIPS global variables in the FIPS_GLOBAL structure
We had some FIPS global variables that were based on values from the
config file. In theory if two instances of the fips module are loaded
they could be based on different config files which would cause this to
fail. Instead we store them in the FIPS_GLOBAL structure.

Fixes #14364

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14814)
2021-04-16 14:27:28 +01:00
..
build.info Move SM2 asymmetric encryption to be available in the default provider 2020-09-25 11:13:53 +01:00
rsa_enc.c Store some FIPS global variables in the FIPS_GLOBAL structure 2021-04-16 14:27:28 +01:00
sm2_enc.c prov: asym ciphers take an extra init() params argument 2021-03-12 08:27:11 +10:00