From 39ae3b338f4ef03354b195c039413216258dbe5e Mon Sep 17 00:00:00 2001 From: Hubert Kario Date: Tue, 10 Sep 2013 15:59:13 +0200 Subject: [PATCH] add description of -no_ecdhe option to s_server man page While the -help message references this option, the man page doesn't mention the -no_ecdhe option. This patch fixes this omission. --- 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 6758ba3080..f9b9ca5326 100644 --- a/doc/apps/s_server.pod +++ b/doc/apps/s_server.pod @@ -44,6 +44,7 @@ B B [B<-no_ssl3>] [B<-no_tls1>] [B<-no_dhe>] +[B<-no_ecdhe>] [B<-bugs>] [B<-hack>] [B<-www>] @@ -131,6 +132,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 loaded 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