[openssl-commits] [openssl] OpenSSL_1_0_2-stable update

yang.yang at baishancloud.com yang.yang at baishancloud.com
Mon Aug 27 13:22:28 UTC 2018


The branch OpenSSL_1_0_2-stable has been updated
       via  19096672b48b3282bb9f11c4adadbcdd545f54a3 (commit)
      from  9804228a4313fcdff1cface0f87ce8b8ed180259 (commit)


- Log -----------------------------------------------------------------
commit 19096672b48b3282bb9f11c4adadbcdd545f54a3
Author: Hubert Kario <hkario at redhat.com>
Date:   Mon Aug 27 21:21:18 2018 +0800

    document the -no_ecdhe option in s_server man page
    
    the option is provided in the -help message of the s_server utility
    but it is not documented in the man page, this fixes it
    
    Reviewed-by: Nicola Tuveri <nic.tuv at gmail.com>
    Reviewed-by: Tim Hudson <tjh at openssl.org>
    Reviewed-by: Paul Yang <yang.yang at baishancloud.com>
    (Merged from https://github.com/openssl/openssl/pull/7046)

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

Summary of changes:
 doc/apps/s_server.pod | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/doc/apps/s_server.pod b/doc/apps/s_server.pod
index 9916fc3..84777ee 100644
--- a/doc/apps/s_server.pod
+++ b/doc/apps/s_server.pod
@@ -49,6 +49,7 @@ B<openssl> B<s_server>
 [B<-no_ssl3>]
 [B<-no_tls1>]
 [B<-no_dhe>]
+[B<-no_ecdhe>]
 [B<-bugs>]
 [B<-hack>]
 [B<-www>]
@@ -144,6 +145,11 @@ a static set of parameters hard coded into the s_server program will be used.
 if this option is set then no DH parameters will be loaded effectively
 disabling the ephemeral DH cipher suites.
 
+=item B<-no_ecdhe>
+
+if this option is set then no ECDH parameters will be selected, effectively
+disabling the ephemeral ECDH cipher suites.
+
 =item B<-no_tmp_rsa>
 
 certain export cipher suites sometimes use a temporary RSA key, this option


More information about the openssl-commits mailing list