Home
last modified time | relevance | path

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

12

/freebsd/crypto/openssl/providers/common/
H A Dcapabilities.c90 { OSSL_TLS_GROUP_ID_ffdhe2048, 112, TLS1_3_VERSION, 0, -1, -1 },
91 { OSSL_TLS_GROUP_ID_ffdhe3072, 128, TLS1_3_VERSION, 0, -1, -1 },
92 { OSSL_TLS_GROUP_ID_ffdhe4096, 128, TLS1_3_VERSION, 0, -1, -1 },
93 { OSSL_TLS_GROUP_ID_ffdhe6144, 128, TLS1_3_VERSION, 0, -1, -1 },
94 { OSSL_TLS_GROUP_ID_ffdhe8192, 192, TLS1_3_VERSION, 0, -1, -1 },
/freebsd/crypto/openssl/ssl/
H A Dmethods.c23 IMPLEMENT_tls_meth_func(TLS1_3_VERSION, 0, SSL_OP_NO_TLSv1_3,
54 IMPLEMENT_tls_meth_func(TLS1_3_VERSION, 0, SSL_OP_NO_TLSv1_3, in IMPLEMENT_tls_meth_func()
87 IMPLEMENT_tls_meth_func(TLS1_3_VERSION, 0, SSL_OP_NO_TLSv1_3, in IMPLEMENT_tls_meth_func()
H A Dktls.c91 case TLS1_3_VERSION: in ktls_check_supported_cipher()
134 if (s->version == TLS1_3_VERSION) { in ktls_configure_crypto()
197 case TLS1_3_VERSION: in ktls_check_supported_cipher()
H A Dssl_txt.c40 istls13 = (x->ssl_version == TLS1_3_VERSION); in SSL_SESSION_print()
H A Ds3_lib.c47 TLS1_3_VERSION, TLS1_3_VERSION,
62 TLS1_3_VERSION, TLS1_3_VERSION,
78 TLS1_3_VERSION, TLS1_3_VERSION,
94 TLS1_3_VERSION, TLS1_3_VERSION,
109 TLS1_3_VERSION, TLS1_3_VERSION,
H A Dt1_trce.c67 {TLS1_3_VERSION, "TLS 1.3"},
1025 if (vers != TLS1_3_VERSION in ssl_print_server_hello()
1036 if (vers != TLS1_3_VERSION) { in ssl_print_server_hello()
H A Dssl_lib.c507 max_version = TLS1_3_VERSION; in ssl_check_allowed_versions()
509 if (max_version == TLS1_3_VERSION) in ssl_check_allowed_versions()
538 min_version = TLS1_3_VERSION; in ssl_check_allowed_versions()
555 || (min_version <= TLS1_3_VERSION && TLS1_3_VERSION <= max_version) in ssl_check_allowed_versions()
2754 if (c->min_tls >= TLS1_3_VERSION) in cipher_list_tls12_num()
2912 && s->session->ssl_version != TLS1_3_VERSION) in SSL_get_servername()
3170 if (s->version != TLS1_3_VERSION) in SSL_export_keying_material_early()
4007 case TLS1_3_VERSION: in ssl_protocol_to_string()
H A Dt1_lib.c555 if (ret && okfortls13 != NULL && maxversion == TLS1_3_VERSION) in tls_valid_group()
557 || (ginfo->maxtls >= TLS1_3_VERSION); in tls_valid_group()
2084 if (!s->server && !SSL_IS_DTLS(s) && s->s3.tmp.min_ver >= TLS1_3_VERSION in tls12_sigalg_allowed()
2102 && s->s3.tmp.max_ver >= TLS1_3_VERSION) { in tls12_sigalg_allowed()
2112 if (s->s3.tmp.min_ver >= TLS1_3_VERSION) in tls12_sigalg_allowed()
/freebsd/crypto/openssl/ssl/statem/
H A Dextensions_clnt.c132 || c->min_tls >= TLS1_3_VERSION) { in use_ecc()
204 && (SSL_IS_DTLS(s) || max_version < TLS1_3_VERSION)) in tls_construct_ctos_supported_groups()
231 if (okfortls13 && max_version == TLS1_3_VERSION) in tls_construct_ctos_supported_groups()
245 if (tls13added == 0 && max_version == TLS1_3_VERSION) { in tls_construct_ctos_supported_groups()
265 && s->session->ssl_version != TLS1_3_VERSION) { in tls_construct_ctos_session_ticket()
539 if (max_version < TLS1_3_VERSION) in tls_construct_ctos_supported_versions()
682 if (!tls_valid_group(s, pgroups[i], TLS1_3_VERSION, TLS1_3_VERSION, in tls_construct_ctos_key_share()
933 if (s->session->ssl_version == TLS1_3_VERSION in tls_construct_ctos_padding()
999 if (s->session->ssl_version != TLS1_3_VERSION in tls_construct_ctos_psk()
1721 if (version != TLS1_3_VERSION) { in tls_parse_stoc_supported_versions()
[all …]
H A Dstatem_lib.c1431 #if TLS_MAX_VERSION_INTERNAL != TLS1_3_VERSION
1432 # error Code needs update for TLS_method() support beyond TLS1_3_VERSION.
1438 {TLS1_3_VERSION, tlsv1_3_client_method, tlsv1_3_server_method},
1440 {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()
H A Dextensions_srvr.c657 || !tls_valid_group(s, group_id, TLS1_3_VERSION, TLS1_3_VERSION, in tls_parse_ctos_key_share()
773 if (version != TLS1_3_VERSION) { in tls_parse_ctos_cookie()
1065 TLS1_3_VERSION)) { in tls_parse_ctos_psk()
1744 || !WPACKET_put_bytes_u16(pkt, TLS1_3_VERSION) in tls_construct_stoc_cookie()
H A Dextensions.c788 && (SSL_IS_DTLS(s) || max_version < TLS1_3_VERSION))) in should_add_extension()
1398 && tls_valid_group(s, group_id, TLS1_3_VERSION, in final_key_share()
1399 TLS1_3_VERSION, 0, NULL)) in final_key_share()
H A Dstatem_clnt.c1188 if (s->new_session || s->session->ssl_version == TLS1_3_VERSION) { in tls_construct_client_hello()
1189 if (s->version == TLS1_3_VERSION in tls_construct_client_hello()
1206 if (s->version == TLS1_3_VERSION) { in tls_construct_client_hello()
1252 && (SSL_IS_DTLS(s) || s->s3.tmp.max_ver < TLS1_3_VERSION)) { in tls_construct_client_hello()
1396 if (s->version == TLS1_3_VERSION in tls_process_server_hello()
/freebsd/crypto/openssl/doc/man3/
H A DSSL_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>.
H A DSSL_CTX_set_min_proto_version.pod42 B<TLS1_1_VERSION>, B<TLS1_2_VERSION>, B<TLS1_3_VERSION> for TLS and
H A DSSL_get_version.pod87 =item TLS1_3_VERSION
H A DSSL_CTX_set_msg_callback.pod56 interpreted by the library such as B<TLS1_3_VERSION>, B<TLS1_2_VERSION> etc.
/freebsd/crypto/openssl/include/openssl/
H A Dprov_ssl.h26 # define TLS1_3_VERSION 0x0304 macro
/freebsd/crypto/openssl/apps/
H A Dciphers.c152 min_version = TLS1_3_VERSION; in ciphers_main()
153 max_version = TLS1_3_VERSION; in ciphers_main()
H A Ds_time.c226 min_version = TLS1_3_VERSION; in s_time_main()
227 max_version = TLS1_3_VERSION; in s_time_main()
H A Ds_client.c190 || !SSL_SESSION_set_protocol_version(usesess, TLS1_3_VERSION)) { in psk_use_session_cb()
768 if (SSL_version(s) == TLS1_3_VERSION) { in new_session_cb()
1214 min_version = TLS1_3_VERSION; in s_client_main()
1215 max_version = TLS1_3_VERSION; in s_client_main()
1505 if (min_version == TLS1_3_VERSION && next_proto_neg_in != NULL) { in s_client_main()
3136 int i, istls13 = (SSL_version(s) == TLS1_3_VERSION); in print_stuff()
/freebsd/crypto/openssl/test/
H A Dsslapitest.c1544 prot = TLS1_3_VERSION; in test_large_app_data()
2047 if (maxprot == TLS1_3_VERSION) in execute_test_session()
2105 if (maxprot == TLS1_3_VERSION) { in execute_test_session()
6221 TLS1_3_VERSION, in test_export_key_mat()
6222 TLS1_3_VERSION, in test_export_key_mat()
6223 TLS1_3_VERSION in test_export_key_mat()
7454 tlsvers = TLS1_3_VERSION; in test_info_callback()
7690 TLS1_3_VERSION,
7702 TLS1_3_VERSION,
8678 if (prot == TLS1_3_VERSION in test_ca_names_int()
[all …]
H A Dtls-provider.c112 TLS1_3_VERSION, /* mintls */
124 TLS1_3_VERSION, /* mintls */
H A Dasynciotest.c232 || (negversion == TLS1_3_VERSION in async_write()
/freebsd/usr.sbin/rpc.tlsservd/
H A Drpc.tlsservd.c106 static int rpctls_mintls = TLS1_3_VERSION;
680 ret = SSL_CTX_set_max_proto_version(ctx, TLS1_3_VERSION); in rpctls_setup_ssl()

12