The branch OpenSSL_1_0_1-stable has been updated
       via  b0c8e38e3398a634b9be081fa377933ed8f45905 (commit)
      from  64ec479559d359cb18cc9dc94b6503a624831eee (commit)


- Log -----------------------------------------------------------------
commit b0c8e38e3398a634b9be081fa377933ed8f45905
Author: Hubert Kario <[email protected]>
Date:   Thu Sep 17 14:42:27 2015 +0200

    RT4051: fix ciphers man page typo
    
    the alias supported by OpenSSL 1.0.1 is "EECDH" not "EECDHE"
    (GH PR 405)
    
    Signed-off-by: Rich Salz <[email protected]>
    Reviewed-by: Andy Polyakov <[email protected]>

-----------------------------------------------------------------------

Summary of changes:
 doc/apps/ciphers.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/apps/ciphers.pod b/doc/apps/ciphers.pod
index 0aa1bad..0afe80d 100644
--- 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<EECDHE>
+=item B<EECDH>
 
 cipher suites using authenticated ephemeral ECDH key agreement.
 
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to