From: Sebastian Andrzej Siewior Date: Fri, 31 Mar 2017 18:48:28 +0000 (+0200) Subject: Don't mention TLS 1.3 in the man page X-Git-Tag: OpenSSL_1_1_0f~102 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=845645327dd4b12b6c26c0814502d79740f84028;p=openssl Don't mention TLS 1.3 in the man page The man pages for ciphers, s_client and s_server mention the tls1_3 option but it is not implemented in the 1.1.0 branch. Thus remove it to avoid confusion. Signed-off-by: Sebastian Andrzej Siewior Reviewed-by: Kurt Roeckx Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/3099) --- diff --git a/doc/apps/ciphers.pod b/doc/apps/ciphers.pod index e0ab291d6e..03cac2f1c1 100644 --- a/doc/apps/ciphers.pod +++ b/doc/apps/ciphers.pod @@ -15,7 +15,6 @@ B B [B<-tls1>] [B<-tls1_1>] [B<-tls1_2>] -[B<-tls1_3>] [B<-s>] [B<-psk>] [B<-srp>] @@ -70,11 +69,6 @@ L. Like B<-v>, but include the official cipher suite values in hex. -=item B<-tls1_3> - -In combination with the B<-s> option, list the ciphers which would be used if -TLSv1.3 were negotiated. - =item B<-tls1_2> In combination with the B<-s> option, list the ciphers which would be used if diff --git a/doc/apps/s_client.pod b/doc/apps/s_client.pod index 764a63dbfb..43989d0ca2 100644 --- a/doc/apps/s_client.pod +++ b/doc/apps/s_client.pod @@ -71,12 +71,10 @@ B B [B<-tls1>] [B<-tls1_1>] [B<-tls1_2>] -[B<-tls1_3>] [B<-no_ssl3>] [B<-no_tls1>] [B<-no_tls1_1>] [B<-no_tls1_2>] -[B<-no_tls1_3>] [B<-dtls>] [B<-dtls1>] [B<-dtls1_2>] @@ -355,7 +353,7 @@ Use the PSK key B when using a PSK cipher suite. The key is given as a hexadecimal number without leading 0x, for example -psk 1a2b3c4d. -=item B<-ssl3>, B<-tls1>, B<-tls1_1>, B<-tls1_2>, B<-tls1_3>, B<-no_ssl3>, B<-no_tls1>, B<-no_tls1_1>, B<-no_tls1_2>, B<-no_tls1_3> +=item B<-ssl3>, B<-tls1>, B<-tls1_1>, B<-tls1_2>, B<-no_ssl3>, B<-no_tls1>, B<-no_tls1_1>, B<-no_tls1_2> These options require or disable the use of the specified SSL or TLS protocols. By default B will negotiate the highest mutually supported protocol diff --git a/doc/apps/s_server.pod b/doc/apps/s_server.pod index 6aaefe400e..ad718679c2 100644 --- a/doc/apps/s_server.pod +++ b/doc/apps/s_server.pod @@ -78,7 +78,6 @@ B B [B<-tls1>] [B<-tls1_1>] [B<-tls1_2>] -[B<-tls1_3>] [B<-dtls>] [B<-dtls1>] [B<-dtls1_2>] @@ -91,7 +90,6 @@ B B [B<-no_tls1>] [B<-no_tls1_1>] [B<-no_tls1_2>] -[B<-no_tls1_3>] [B<-no_dhe>] [B<-bugs>] [B<-comp>] @@ -326,7 +324,7 @@ Use the PSK key B when using a PSK cipher suite. The key is given as a hexadecimal number without leading 0x, for example -psk 1a2b3c4d. -=item B<-ssl2>, B<-ssl3>, B<-tls1>, B<-tls1_1>, B<-tls1_2>, B<-tls1_3>, B<-no_ssl2>, B<-no_ssl3>, B<-no_tls1>, B<-no_tls1_1>, B<-no_tls1_2>, B<-no_tls1_3> +=item B<-ssl2>, B<-ssl3>, B<-tls1>, B<-tls1_1>, B<-tls1_2>, B<-no_ssl2>, B<-no_ssl3>, B<-no_tls1>, B<-no_tls1_1>, B<-no_tls1_2> These options require or disable the use of the specified SSL or TLS protocols. By default B will negotiate the highest mutually supported protocol