mirror of
https://github.com/openssl/openssl.git
synced 2025-04-06 20:20:50 +08:00
params: add OSSL_SIGNATURE_PARAM_MU to param names
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Viktor Dukhovni <viktor@openssl.org> (Merged from https://github.com/openssl/openssl/pull/26637)
This commit is contained in:
parent
e894887d6c
commit
e2323b1a13
@ -475,6 +475,7 @@ my %params = (
|
||||
'SIGNATURE_PARAM_SIGNATURE' => "signature",
|
||||
'SIGNATURE_PARAM_MESSAGE_ENCODING' => "message-encoding",
|
||||
'SIGNATURE_PARAM_DETERMINISTIC' => "deterministic",
|
||||
'SIGNATURE_PARAM_MU' => "mu", # int
|
||||
'SIGNATURE_PARAM_TEST_ENTROPY' => "test-entropy",
|
||||
|
||||
# Asym cipher parameters
|
||||
|
Loading…
x
Reference in New Issue
Block a user