diff options
author | Matt Caswell <matt@openssl.org> | 2021-04-09 18:26:34 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2021-04-16 15:27:28 +0200 |
commit | 6ce58488bdce66584a7075e19821add29445d746 (patch) | |
tree | a5b5bde99d963808dabc07b430a48a140036d6e1 /providers/legacyprov.c | |
parent | lifecycle: update master lifecycle transition spreadsheet fixing the ettable ... (diff) | |
download | openssl-6ce58488bdce66584a7075e19821add29445d746.tar.xz openssl-6ce58488bdce66584a7075e19821add29445d746.zip |
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)
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions