Home
last modified time | relevance | path

Searched refs:TLS1_3_VERSION (Results 1 – 25 of 32) sorted by relevance

12

/freebsd-13-stable/crypto/openssl/ssl/
HDmethods.c22 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()
HDktls.c91 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()
HDssl_txt.c40 istls13 = (x->ssl_version == TLS1_3_VERSION); in SSL_SESSION_print()
HDs3_lib.c44 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,
HDt1_trce.c67 {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()
HDssl_lib.c515 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()
HDt1_lib.c1605 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()
HDssl_conf.c321 {"TLSv1.3", TLS1_3_VERSION}, in protocol_from_string()
HDssl_cert.c946 if (level >= 3 && c->min_tls != TLS1_3_VERSION && in ssl_security_default_callback()
/freebsd-13-stable/crypto/openssl/doc/man3/
HDSSL_SESSION_get_protocol_version.pod23 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>.
HDSSL_CTX_set_min_proto_version.pod42 B<TLS1_1_VERSION>, B<TLS1_2_VERSION>, B<TLS1_3_VERSION> for TLS and
HDSSL_get_version.pod87 =item TLS1_3_VERSION
HDSSL_CTX_set_msg_callback.pod56 interpreted by the library such as B<TLS1_3_VERSION>, B<TLS1_2_VERSION> etc.
HDSSL_CTX_set_psk_client_callback.pod82 be TLS1_3_VERSION.
/freebsd-13-stable/crypto/openssl/apps/
HDciphers.c146 min_version = TLS1_3_VERSION; in ciphers_main()
147 max_version = TLS1_3_VERSION; in ciphers_main()
HDs_client.c213 || !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()
HDs_cb.c498 {"TLS 1.3", TLS1_3_VERSION},
580 version == TLS1_3_VERSION || in msg_cb()
HDs_server.c137 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/
HDstatem_lib.c1421 #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()
HDextensions_clnt.c137 || 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()
HDstatem_clnt.c1197 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()
HDextensions_srvr.c823 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/
HDtls1.h30 # define TLS1_3_VERSION 0x0304 macro
31 # define TLS_MAX_VERSION TLS1_3_VERSION
/freebsd-13-stable/usr.sbin/rpc.tlsservd/
HDrpc.tlsservd.c106 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/
HDrpc.tlsclntd.c97 static int rpctls_tlsvers = TLS1_3_VERSION;

12