mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
Reenable s_server -dhparam option
This option was lost when converting to a table-driven option parser
in commit 7e1b748570
.
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4398)
This commit is contained in:
parent
800c4883d0
commit
51ac82702d
@ -795,6 +795,7 @@ const OPTIONS s_server_options[] = {
|
||||
{"pass", OPT_PASS, 's', "Private key file pass phrase source"},
|
||||
{"dcert", OPT_DCERT, '<',
|
||||
"Second certificate file to use (usually for DSA)"},
|
||||
{"dhparam", OPT_DHPARAM, '<', "DH parameters file to use"},
|
||||
{"dcertform", OPT_DCERTFORM, 'F',
|
||||
"Second certificate format (PEM or DER) PEM default"},
|
||||
{"dkey", OPT_DKEY, '<',
|
||||
|
Loading…
Reference in New Issue
Block a user