openssl/providers/implementations
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
..
asymciphers Add utility function ossl_param_is_empty() 2024-10-09 11:13:46 +02:00
ciphers Copyright year updates 2025-03-12 13:35:59 +00:00
digests Add CTX copy function for EVP_MD to optimize the performance of EVP_MD_CTX_copy_ex. 2024-11-20 14:12:53 +01:00
encode_decode Copyright year updates 2025-03-12 13:35:59 +00:00
exchange Add utility function ossl_param_is_empty() 2024-10-09 11:13:46 +02:00
include/prov Copyright year updates 2025-03-12 13:35:59 +00:00
kdfs Copyright year updates 2025-03-12 13:35:59 +00:00
kem Copyright year updates 2025-03-12 13:35:59 +00:00
keymgmt Fix gettable_params() for ECX 2025-03-19 10:43:26 +01:00
macs Add utility function ossl_param_is_empty() 2024-10-09 11:13:46 +02:00
rands Copyright year updates 2025-03-12 13:35:59 +00:00
signature Copyright year updates 2025-03-12 13:35:59 +00:00
skeymgmt Fix coverity issues 2025-02-18 18:12:10 +01:00
storemgmt Copyright year updates 2025-03-12 13:35:59 +00:00
build.info Add generic secret skeymgmt provider, skey abstraction and default skeymgmt 2025-02-15 18:51:30 +01:00