Lines Matching +full:no +full:- +full:tls1_3
2 {- OpenSSL::safe::output_do_not_edit_headers(); -}
6 openssl-s_time - SSL/TLS performance timing program
11 [B<-help>]
12 [B<-connect> I<host>:I<port>]
13 [B<-www> I<page>]
14 [B<-cert> I<filename>]
15 [B<-key> I<filename>]
16 [B<-reuse>]
17 [B<-new>]
18 [B<-verify> I<depth>]
19 [B<-time> I<seconds>]
20 [B<-ssl3>]
21 [B<-tls1>]
22 [B<-tls1_1>]
23 [B<-tls1_2>]
24 [B<-tls1_3>]
25 [B<-bugs>]
26 [B<-cipher> I<cipherlist>]
27 [B<-ciphersuites> I<val>]
28 {- $OpenSSL::safe::opt_name_synopsis -}
29 [B<-cafile> I<file>]
30 {- $OpenSSL::safe::opt_trust_synopsis -}
31 {- $OpenSSL::safe::opt_provider_synopsis -}
46 =item B<-help>
50 =item B<-connect> I<host>:I<port>
54 =item B<-www> I<page>
61 =item B<-cert> I<certname>
66 =item B<-key> I<keyfile>
71 =item B<-verify> I<depth>
79 =item B<-new>
82 If neither B<-new> nor B<-reuse> are specified, they are both on by default
85 =item B<-reuse>
88 that session caching is working. If neither B<-new> nor B<-reuse> are
91 =item B<-bugs>
96 =item B<-cipher> I<cipherlist>
102 L<openssl-ciphers(1)> for more information.
104 =item B<-ciphersuites> I<val>
110 L<openssl-ciphers(1)> for more information. The format for this list is a
113 =item B<-time> I<length>
120 {- $OpenSSL::safe::opt_name_item -}
122 {- $OpenSSL::safe::opt_trust_item -}
124 {- $OpenSSL::safe::opt_provider_item -}
126 =item B<-cafile> I<file>
128 This is an obsolete synonym for B<-CAfile>.
130 =item B<-ssl3>, B<-tls1>, B<-tls1_1>, B<-tls1_2>, B<-tls1_3>
141 …openssl s_time -connect servername:443 -www / -CApath yourdir -CAfile yourfile.pem -cipher commonc…
144 which both client and server can agree, see the L<openssl-ciphers(1)> command
148 nothing obvious like no client certificate then the B<-bugs> and
149 B<-ssl3> options can be tried
154 is that a web client complains it has no certificates or gives an empty
157 requests a certificate. By using L<openssl-s_client(1)> the CA list can be
160 is necessary to use the B<-prexit> option of L<openssl-s_client(1)> and
163 If a certificate is specified on the command line using the B<-cert>
166 on the command line is no guarantee that the certificate works.
171 L<openssl-s_client(1)> program to turn protocols on and off, you may not
174 The B<-verify> option should really exit if the server verification
179 The B<-cafile> option was deprecated in OpenSSL 3.0.
184 L<openssl-s_client(1)>,
185 L<openssl-s_server(1)>,
186 L<openssl-ciphers(1)>,
187 L<ossl_store-file(7)>
191 Copyright 2004-2021 The OpenSSL Project Authors. All Rights Reserved.