openssl/providers/implementations/keymgmt
pohsingwu fbce6ebf70 Implement PCT for EDDSA
According to FIPS 140-3 IG 10.3.A Additonal Comment 1, a PCT shall be
performed consistent with the intended use of the keys.

This commit implements PCT for EDDSA via performing sign and verify
operations after key generated.

Also use the same pairwise test logic in EVP_PKEY_keygen and
EVP_PKEY_pairwise_check for EDDSA in FIPS_MODULE.

Add OSSL_SELF_TEST_DESC_PCT_EDDSA to OSSL_PROVIDER-FIPS page.

Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23408)
2024-03-01 11:06:03 +01:00
..
build.info configure: introduce no-ecx to remove ECX related feature 2023-06-14 13:06:22 +10:00
dh_kmgmt.c Avoid setting gen_type to -1 in dsa_gen_set_params 2023-12-14 11:17:48 +01:00
dsa_kmgmt.c Fix new typos found by codespell 2023-12-29 10:12:05 +01:00
ec_kmgmt_imexport.inc Fix copyrights 2022-02-03 13:56:38 +01:00
ec_kmgmt.c Copyright year updates 2023-09-07 09:59:15 +01:00
ecx_kmgmt.c Implement PCT for EDDSA 2024-03-01 11:06:03 +01:00
kdf_legacy_kmgmt.c Copyright year updates 2023-09-07 09:59:15 +01:00
mac_legacy_kmgmt.c Copyright year updates 2023-09-07 09:59:15 +01:00
rsa_kmgmt.c Copyright year updates 2023-09-07 09:59:15 +01:00