summaryrefslogtreecommitdiffstats
path: root/doc/man1/openssl-s_time.pod.in
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2019-10-12 17:45:56 -0400
committerDmitry Belyavskiy <beldmit@gmail.com>2020-01-13 20:48:03 +0300
commitd4bff20d55b7ab7b4dd43ada28372efb90942dfd (patch)
tree5ba4a0ee446083df0fb812dd37c1b95730629de7 /doc/man1/openssl-s_time.pod.in
parent6d242fa585d6e52ee6e099ac4f89601231c0f1d3 (diff)
Refactor the tls/dlts version options
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> (Merged from https://github.com/openssl/openssl/pull/10134)
Diffstat (limited to 'doc/man1/openssl-s_time.pod.in')
-rw-r--r--doc/man1/openssl-s_time.pod.in17
1 files changed, 3 insertions, 14 deletions
diff --git a/doc/man1/openssl-s_time.pod.in b/doc/man1/openssl-s_time.pod.in
index 01707324db..ed1c012f8e 100644
--- a/doc/man1/openssl-s_time.pod.in
+++ b/doc/man1/openssl-s_time.pod.in
@@ -17,11 +17,7 @@ B<openssl> B<s_time>
[B<-new>]
[B<-verify> I<depth>]
[B<-time> I<seconds>]
-[B<-ssl3>]
-[B<-tls1>]
-[B<-tls1_1>]
-[B<-tls1_2>]
-[B<-tls1_3>]
+{- $OpenSSL::safe::opt_versiontls_synopsis -}
[B<-bugs>]
[B<-cipher> I<cipherlist>]
[B<-ciphersuites> I<val>]
@@ -94,15 +90,6 @@ Performs the timing test using the same session ID; this can be used as a test
that session caching is working. If neither B<-new> nor B<-reuse> are
specified, they are both on by default and executed in sequence.
-=item B<-ssl3>, B<-tls1>, B<-tls1_1>, B<-tls1_2>, B<-tls1_3>
-
-These options enable specific SSL or TLS protocol versions for the handshake
-initiated by this command.
-By default, it negotiates the highest mutually supported protocol
-version.
-Note that not all protocols and flags may be available, depending on how
-OpenSSL was built.
-
=item B<-bugs>
There are several known bugs in SSL and TLS implementations. Adding this
@@ -136,6 +123,8 @@ can establish.
{- $OpenSSL::safe::opt_trust_item -}
+{- $OpenSSL::safe::opt_versiontls_item -}
+
=back
=head1 NOTES