openssl/providers/implementations/keymgmt
Martin Oliveira 482d3f9338 Fix gettable_params() for ECX
The OSSL_PKEY_PARAM_MANDATORY_DIGEST parameter is only handled by the
ed25519_get_params() and ed448_get_params(). The x25519 and x448
versions of get_params() always ignore that parameter, so it should not
be in the list of gettable params.

Fixes: 1a7328c882 ("PROV: Ensure that ED25519 & ED448 keys have a mandatory digest")

cla: trivial

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/27043)
2025-03-19 10:43:26 +01:00
..
build.info Add SLH_DSA to the FIPS provider. 2025-02-18 10:13:53 +01:00
dh_kmgmt.c Add utility function ossl_param_is_empty() 2024-10-09 11:13:46 +02:00
dsa_kmgmt.c Fix memleak in dsa_gen() 2024-11-29 19:01:01 +01:00
ec_kmgmt.c Copyright year updates 2025-03-12 13:35:59 +00:00
ec_kmgmt_imexport.inc Fix copyrights 2022-02-03 13:56:38 +01:00
ecx_kmgmt.c Fix gettable_params() for ECX 2025-03-19 10:43:26 +01:00
kdf_legacy_kmgmt.c Copyright year updates 2023-09-07 09:59:15 +01:00
mac_legacy_kmgmt.c Copyright year updates 2025-03-12 13:35:59 +00:00
ml_dsa_kmgmt.c Copyright year updates 2025-03-12 13:35:59 +00:00
ml_kem_kmgmt.c Copyright year updates 2025-03-12 13:35:59 +00:00
mlx_kmgmt.c Copyright year updates 2025-03-12 13:35:59 +00:00
rsa_kmgmt.c Copyright year updates 2025-03-12 13:35:59 +00:00
slh_dsa_kmgmt.c Copyright year updates 2025-03-12 13:35:59 +00:00
template_kmgmt.c first cut at KEM & key management skeletons 2024-10-21 11:47:16 +01:00