From: Pauli Date: Fri, 20 Jun 2025 02:14:24 +0000 (+1000) Subject: eddsa: remove impossible parameters from gettable array X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7cd75929f1690c48771cdf6423fdb9131748c398;p=thirdparty%2Fopenssl.git eddsa: remove impossible parameters from gettable array Reviewed-by: Richard Levitte Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/27859) --- diff --git a/providers/implementations/signature/eddsa_sig.c b/providers/implementations/signature/eddsa_sig.c index 28b17eab93f..625ab09b29a 100644 --- a/providers/implementations/signature/eddsa_sig.c +++ b/providers/implementations/signature/eddsa_sig.c @@ -809,8 +809,6 @@ static int eddsa_get_ctx_params(void *vpeddsactx, OSSL_PARAM *params) static const OSSL_PARAM known_gettable_ctx_params[] = { OSSL_PARAM_octet_string(OSSL_SIGNATURE_PARAM_ALGORITHM_ID, NULL, 0), - OSSL_PARAM_utf8_string(OSSL_SIGNATURE_PARAM_INSTANCE, NULL, 0), - OSSL_PARAM_octet_string(OSSL_SIGNATURE_PARAM_CONTEXT_STRING, NULL, 0), OSSL_PARAM_END };