Lines Matching +full:no +full:- +full:tls1_3
2 * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
43 static const size_t fmt_http_get_cmd_size = sizeof(fmt_http_get_cmd) - 2;
57 {"help", OPT_HELP, '-', "Display this summary"},
62 {"new", OPT_NEW, '-', "Just time new connections"},
63 {"reuse", OPT_REUSE, '-', "Just time connection reuse"},
64 {"bugs", OPT_BUGS, '-', "Turn on SSL bug compatibility"},
69 {"ssl3", OPT_SSL3, '-', "Just use SSLv3"},
72 {"tls1", OPT_TLS1, '-', "Just use TLSv1.0"},
75 {"tls1_1", OPT_TLS1_1, '-', "Just use TLSv1.1"},
78 {"tls1_2", OPT_TLS1_2, '-', "Just use TLSv1.2"},
81 {"tls1_3", OPT_TLS1_3, '-', "Just use TLSv1.3"},
91 {"key", OPT_KEY, '<', "File with key, PEM; default is -cert file"},
96 {"no-CAfile", OPT_NOCAFILE, '-',
98 {"no-CApath", OPT_NOCAPATH, '-',
100 {"no-CAstore", OPT_NOCASTORE, '-',
141 BIO_printf(bio_err, "%s: Use -help for summary.\n", prog); in s_time_main()
205 BIO_printf(bio_err, "%s: -www option is too long\n", prog); in s_time_main()
236 /* No extra arguments. */ in s_time_main()
314 i = (int)((long)time(NULL) - finishtime + maxtime); in s_time_main()
320 nConn, (long)time(NULL) - finishtime + maxtime, in s_time_main()
400 nConn, (long)time(NULL) - finishtime + maxtime, bytes_read / nConn); in s_time_main()
403 (long)time(NULL) - finishtime + maxtime); in s_time_main()
412 /*-
413 * doConnection - make a connection