]> git.ipfire.org Git - thirdparty/openssl.git/commit
fips: default to running self tests when starting the fips provider
authorPauli <pauli@openssl.org>
Tue, 18 May 2021 09:03:28 +0000 (19:03 +1000)
committerPauli <pauli@openssl.org>
Sun, 23 May 2021 23:43:11 +0000 (09:43 +1000)
commitc45df3302d20291ff1125f1aeb82fae1cdceaac8
tree171e450ef6f5c881477ee13f1d235a2fe533c551
parentbca0ffe8b3f229b47a515048505736708e38095b
fips: default to running self tests when starting the fips provider

Also add a C++ constructor as per note 7 of IG 9.10 if no DEP is available and
C++ is being used.

Fixes #15322

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15324)
providers/fips/self_test.c