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:
32ef82a
)
Fix 'key' option in s_server can be in ENGINE keyform
author
Pichulin Dmitrii
<deem@deem.ru>
Fri, 22 Sep 2017 08:41:04 +0000
(11:41 +0300)
committer
Dr. Stephen Henson
<steve@openssl.org>
Sat, 23 Sep 2017 12:46:58 +0000
(13:46 +0100)
Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Stephen Henson <steve@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4405)
(cherry picked from commit
75c445e49bb3d22afe72b28ae67945a9f67091f6
)
apps/s_server.c
patch
|
blob
|
history
diff --git
a/apps/s_server.c
b/apps/s_server.c
index a445ad2cc26763429c911c3df1bd6e8c08761b22..f6418af46bd4a7dfc0e7695bd047af4392c4eb42 100644
(file)
--- a/
apps/s_server.c
+++ b/
apps/s_server.c
@@
-704,7
+704,7
@@
OPTIONS s_server_options[] = {
"PEM serverinfo file for certificate"},
{"certform", OPT_CERTFORM, 'F',
"Certificate format (PEM or DER) PEM default"},
- {"key", OPT_KEY, '
<
',
+ {"key", OPT_KEY, '
s
',
"Private Key if not in -cert; default is " TEST_CERT},
{"keyform", OPT_KEYFORM, 'f',
"Key format (PEM, DER or ENGINE) PEM default"},