| /freebsd-13-stable/crypto/openssl/ssl/ |
| HD | methods.c | 22 IMPLEMENT_tls_meth_func(TLS1_3_VERSION, 0, SSL_OP_NO_TLSv1_3, 53 IMPLEMENT_tls_meth_func(TLS1_3_VERSION, 0, SSL_OP_NO_TLSv1_3, in IMPLEMENT_tls_meth_func() 86 IMPLEMENT_tls_meth_func(TLS1_3_VERSION, 0, SSL_OP_NO_TLSv1_3, in IMPLEMENT_tls_meth_func()
|
| HD | ktls.c | 91 case TLS1_3_VERSION: in ktls_check_supported_cipher() 134 if (s->version == TLS1_3_VERSION) in ktls_configure_crypto() 194 case TLS1_3_VERSION: in ktls_check_supported_cipher()
|
| HD | ssl_txt.c | 40 istls13 = (x->ssl_version == TLS1_3_VERSION); in SSL_SESSION_print()
|
| HD | s3_lib.c | 44 TLS1_3_VERSION, TLS1_3_VERSION, 59 TLS1_3_VERSION, TLS1_3_VERSION, 76 TLS1_3_VERSION, TLS1_3_VERSION, 93 TLS1_3_VERSION, TLS1_3_VERSION, 108 TLS1_3_VERSION, TLS1_3_VERSION,
|
| HD | t1_trce.c | 67 {TLS1_3_VERSION, "TLS 1.3"}, 1014 if (vers != TLS1_3_VERSION in ssl_print_server_hello() 1025 if (vers != TLS1_3_VERSION) { in ssl_print_server_hello()
|
| HD | ssl_lib.c | 515 max_version = TLS1_3_VERSION; in ssl_check_allowed_versions() 517 if (max_version == TLS1_3_VERSION) in ssl_check_allowed_versions() 546 min_version = TLS1_3_VERSION; in ssl_check_allowed_versions() 563 || (min_version <= TLS1_3_VERSION && TLS1_3_VERSION <= max_version) in ssl_check_allowed_versions() 2653 if (c->min_tls >= TLS1_3_VERSION) in cipher_list_tls12_num() 2811 && s->session->ssl_version != TLS1_3_VERSION) in SSL_get_servername() 3071 if (s->version != TLS1_3_VERSION) in SSL_export_keying_material_early() 3874 case TLS1_3_VERSION: in ssl_protocol_to_string()
|
| HD | t1_lib.c | 1605 if (!s->server && !SSL_IS_DTLS(s) && s->s3->tmp.min_ver >= TLS1_3_VERSION in tls12_sigalg_allowed() 1623 && s->s3->tmp.max_ver >= TLS1_3_VERSION) { in tls12_sigalg_allowed() 1633 if (s->s3->tmp.min_ver >= TLS1_3_VERSION) in tls12_sigalg_allowed()
|
| HD | ssl_conf.c | 321 {"TLSv1.3", TLS1_3_VERSION}, in protocol_from_string()
|
| HD | ssl_cert.c | 946 if (level >= 3 && c->min_tls != TLS1_3_VERSION && in ssl_security_default_callback()
|
| /freebsd-13-stable/crypto/openssl/doc/man3/ |
| HD | SSL_SESSION_get_protocol_version.pod | 23 constant such as B<TLS1_3_VERSION> etc. For example, this could be used to set 30 B<TLS1_VERSION>, B<TLS1_2_VERSION> or B<TLS1_3_VERSION>.
|
| HD | SSL_CTX_set_min_proto_version.pod | 42 B<TLS1_1_VERSION>, B<TLS1_2_VERSION>, B<TLS1_3_VERSION> for TLS and
|
| HD | SSL_get_version.pod | 87 =item TLS1_3_VERSION
|
| HD | SSL_CTX_set_msg_callback.pod | 56 interpreted by the library such as B<TLS1_3_VERSION>, B<TLS1_2_VERSION> etc.
|
| HD | SSL_CTX_set_psk_client_callback.pod | 82 be TLS1_3_VERSION.
|
| /freebsd-13-stable/crypto/openssl/apps/ |
| HD | ciphers.c | 146 min_version = TLS1_3_VERSION; in ciphers_main() 147 max_version = TLS1_3_VERSION; in ciphers_main()
|
| HD | s_client.c | 213 || !SSL_SESSION_set_protocol_version(usesess, TLS1_3_VERSION)) { in psk_use_session_cb() 868 if (SSL_version(s) == TLS1_3_VERSION) { in new_session_cb() 1293 min_version = TLS1_3_VERSION; in s_client_main() 1294 max_version = TLS1_3_VERSION; in s_client_main() 1570 if (min_version == TLS1_3_VERSION && next_proto_neg_in != NULL) { in s_client_main() 3190 int i, istls13 = (SSL_version(s) == TLS1_3_VERSION); in print_stuff()
|
| HD | s_cb.c | 498 {"TLS 1.3", TLS1_3_VERSION}, 580 version == TLS1_3_VERSION || in msg_cb()
|
| HD | s_server.c | 137 if (!SSL_is_dtls(ssl) && SSL_version(ssl) >= TLS1_3_VERSION) { in psk_server_cb() 1463 min_version = TLS1_3_VERSION; in s_server_main() 1464 max_version = TLS1_3_VERSION; in s_server_main() 1612 if (min_version == TLS1_3_VERSION && next_proto_neg_in != NULL) { in s_server_main()
|
| /freebsd-13-stable/crypto/openssl/ssl/statem/ |
| HD | statem_lib.c | 1421 #if TLS_MAX_VERSION != TLS1_3_VERSION 1422 # error Code needs update for TLS_method() support beyond TLS1_3_VERSION. 1428 {TLS1_3_VERSION, tlsv1_3_client_method, tlsv1_3_server_method}, 1430 {TLS1_3_VERSION, NULL, NULL}, 1605 || version != TLS1_3_VERSION in ssl_version_supported() 1721 && ssl_version_supported(s, TLS1_3_VERSION, NULL)) { in check_for_downgrade() 1844 if (best_vers != TLS1_3_VERSION) in ssl_choose_server_version() 1860 if (version_cmp(s, client_version, TLS1_3_VERSION) >= 0) in ssl_choose_server_version() 1915 && s->version != TLS1_3_VERSION) { in ssl_choose_client_version()
|
| HD | extensions_clnt.c | 137 || c->min_tls >= TLS1_3_VERSION) { in use_ecc() 245 && s->session->ssl_version != TLS1_3_VERSION) { in tls_construct_ctos_session_ticket() 538 if (max_version < TLS1_3_VERSION) in tls_construct_ctos_supported_versions() 766 && psksess->ssl_version != TLS1_3_VERSION))) { in tls_construct_ctos_early_data() 815 || !SSL_SESSION_set_protocol_version(psksess, TLS1_3_VERSION)) { in tls_construct_ctos_early_data() 956 if (s->session->ssl_version == TLS1_3_VERSION in tls_construct_ctos_padding() 1023 if (s->session->ssl_version != TLS1_3_VERSION in tls_construct_ctos_psk() 1792 if (version != TLS1_3_VERSION) { in tls_parse_stoc_supported_versions()
|
| HD | statem_clnt.c | 1197 if (s->new_session || s->session->ssl_version == TLS1_3_VERSION) { in tls_construct_client_hello() 1198 if (s->version == TLS1_3_VERSION in tls_construct_client_hello() 1216 if (s->version == TLS1_3_VERSION) { in tls_construct_client_hello() 1267 && (SSL_IS_DTLS(s) || s->s3->tmp.max_ver < TLS1_3_VERSION)) { in tls_construct_client_hello() 1421 if (s->version == TLS1_3_VERSION in tls_process_server_hello()
|
| HD | extensions_srvr.c | 823 if (version != TLS1_3_VERSION) { in tls_parse_ctos_cookie() 1136 TLS1_3_VERSION)) { in tls_parse_ctos_psk() 1796 || !WPACKET_put_bytes_u16(pkt, TLS1_3_VERSION) in tls_construct_stoc_cookie()
|
| /freebsd-13-stable/crypto/openssl/include/openssl/ |
| HD | tls1.h | 30 # define TLS1_3_VERSION 0x0304 macro 31 # define TLS_MAX_VERSION TLS1_3_VERSION
|
| /freebsd-13-stable/usr.sbin/rpc.tlsservd/ |
| HD | rpc.tlsservd.c | 106 static int rpctls_mintls = TLS1_3_VERSION; 601 ret = SSL_CTX_set_max_proto_version(ctx, TLS1_3_VERSION); in rpctls_setup_ssl()
|
| /freebsd-13-stable/usr.sbin/rpc.tlsclntd/ |
| HD | rpc.tlsclntd.c | 97 static int rpctls_tlsvers = TLS1_3_VERSION;
|