mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
Modify the dkeyform type to support engine
The valtype value of dkeyform defined in the s_server_options structure is F, which leads to the judgment that the engine is not supported when processing parameters in the opt_next function. This the valtype value of dkeyform should be changed to "f". CLA: trivial Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21982)
This commit is contained in:
parent
e6b6b18af3
commit
b9a189ce87
@ -799,7 +799,7 @@ const OPTIONS s_server_options[] = {
|
||||
"second server certificate chain file in PEM format"},
|
||||
{"dkey", OPT_DKEY, '<',
|
||||
"Second private key file to use (usually for DSA)"},
|
||||
{"dkeyform", OPT_DKEYFORM, 'F',
|
||||
{"dkeyform", OPT_DKEYFORM, 'f',
|
||||
"Second key file format (ENGINE, other values ignored)"},
|
||||
{"dpass", OPT_DPASS, 's',
|
||||
"Second private key and cert file pass phrase source"},
|
||||
|
Loading…
Reference in New Issue
Block a user