summaryrefslogtreecommitdiffstats
path: root/doc/apps/s_server.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/apps/s_server.pod')
-rw-r--r--doc/apps/s_server.pod6
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/apps/s_server.pod b/doc/apps/s_server.pod
index 3085944e4b..1cc965f3e9 100644
--- a/doc/apps/s_server.pod
+++ b/doc/apps/s_server.pod
@@ -64,10 +64,8 @@ B<openssl> B<s_server>
[B<-serverpref>]
[B<-quiet>]
[B<-no_tmp_rsa>]
-[B<-ssl2>]
[B<-ssl3>]
[B<-tls1>]
-[B<-no_ssl2>]
[B<-no_ssl3>]
[B<-no_tls1>]
[B<-no_dhe>]
@@ -279,11 +277,11 @@ Use the PSK key B<key> 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<-no_ssl2>, B<-no_ssl3>, B<-no_tls1>
+=item B<-ssl3>, B<-tls1>, B<-no_ssl3>, B<-no_tls1>
these options disable the use of certain SSL or TLS protocols. By default
the initial handshake uses a method which should be compatible with all
-servers and permit them to use SSL v3, SSL v2 or TLS as appropriate.
+servers and permit them to use SSL v3 or TLS as appropriate.
=item B<-bugs>