]> git.ipfire.org Git - thirdparty/openssl.git/commit
Move to error state if ML-DSA / SLH-DSA PCT fails
authorJoachim Vandersmissen <git@jvdsn.com>
Fri, 18 Apr 2025 16:07:53 +0000 (11:07 -0500)
committerTomas Mraz <tomas@openssl.org>
Mon, 28 Apr 2025 15:23:38 +0000 (17:23 +0200)
commit17cacc1a1c85b65ba94f76890810d2ada6243f38
treeaef4e26cc40a1373efe34232bc670548a3384ef2
parent89b5a9b8bcf6bfc6d210a8078c43e6f8f77c1377
Move to error state if ML-DSA / SLH-DSA PCT fails

As required by FIPS 140-3 AS10.07, if the module fails a self-test, it
shall enter an error state.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27436)
providers/implementations/keymgmt/ml_dsa_kmgmt.c
providers/implementations/keymgmt/slh_dsa_kmgmt.c