From 19096672b48b3282bb9f11c4adadbcdd545f54a3 Mon Sep 17 00:00:00 2001 From: Hubert Kario Date: Mon, 27 Aug 2018 21:21:18 +0800 Subject: [PATCH] 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 Reviewed-by: Tim Hudson Reviewed-by: Paul Yang (Merged from https://github.com/openssl/openssl/pull/7046) --- 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 9916fc3ef6..84777ee80a 100644 --- a/doc/apps/s_server.pod +++ b/doc/apps/s_server.pod @@ -49,6 +49,7 @@ B B [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 -- 2.25.1