projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
800c488
)
Reenable s_server -dhparam option
author
Benjamin Kaduk
<bkaduk@akamai.com>
Thu, 21 Sep 2017 12:18:10 +0000
(07:18 -0500)
committer
Benjamin Kaduk
<bkaduk@akamai.com>
Thu, 21 Sep 2017 12:44:24 +0000
(07:44 -0500)
This option was lost when converting to a table-driven option parser
in commit
7e1b7485706c2b11091b5fa897fe496a2faa56cc
.
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4398)
apps/s_server.c
patch
|
blob
|
history
diff --git
a/apps/s_server.c
b/apps/s_server.c
index c45256afc2fbeda695fc5f0813f98a81f2fc97fb..d54909ac4976bfd002af5accca7f7af078dc2538 100644
(file)
--- a/
apps/s_server.c
+++ b/
apps/s_server.c
@@
-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, '<',