]> git.ipfire.org Git - thirdparty/openssl.git/commit
keymgmt: add FIPS error state handling
authorPauli <paul.dale@oracle.com>
Mon, 7 Sep 2020 22:23:46 +0000 (08:23 +1000)
committerPauli <paul.dale@oracle.com>
Sat, 12 Sep 2020 06:46:51 +0000 (16:46 +1000)
commit422cbcee6167faa20f439726a8b7bff0af51edc9
tree03bb4c57ae720bf301f91070b39ce97b7b823e99
parentf590a5ea1ad7597c10dacab7c3a8c786cf4a7ea7
keymgmt: add FIPS error state handling

The functions that check for the provider being runnable are: new, gen_init,
gen, gen_set_template, load, has, match, validate, import and export.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12801)
providers/implementations/keymgmt/dh_kmgmt.c
providers/implementations/keymgmt/dsa_kmgmt.c
providers/implementations/keymgmt/ec_kmgmt.c
providers/implementations/keymgmt/ecx_kmgmt.c
providers/implementations/keymgmt/kdf_legacy_kmgmt.c
providers/implementations/keymgmt/mac_legacy_kmgmt.c
providers/implementations/keymgmt/rsa_kmgmt.c