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:
64ec479
)
RT4051: fix ciphers man page typo
author
Hubert Kario
<hkario@redhat.com>
Thu, 17 Sep 2015 12:42:27 +0000
(14:42 +0200)
committer
Rich Salz
<rsalz@openssl.org>
Tue, 29 Sep 2015 15:15:12 +0000
(11:15 -0400)
the alias supported by OpenSSL 1.0.1 is "EECDH" not "EECDHE"
(GH PR 405)
Signed-off-by: Rich Salz <rsalz@akamai.com>
Reviewed-by: Andy Polyakov <appro@openssl.org>
doc/apps/ciphers.pod
patch
|
blob
|
history
diff --git
a/doc/apps/ciphers.pod
b/doc/apps/ciphers.pod
index 0aa1bad111c5d007b5ef3d9cea0bb8fb8cd6a4c6..0afe80d97d5498dc0cb78ce4d291a1c8f039778c 100644
(file)
--- a/
doc/apps/ciphers.pod
+++ b/
doc/apps/ciphers.pod
@@
-205,7
+205,7
@@
keys or either respectively.
cipher suites using ephemeral ECDH key agreement, including anonymous
cipher suites.
-=item B<EECDH
E
>
+=item B<EECDH>
cipher suites using authenticated ephemeral ECDH key agreement.