Home
last modified time | relevance | path

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

123

/netbsd-src/crypto/external/bsd/openssl/dist/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 },
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Dmethods.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()
H A Ds3_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,
H A Dssl_txt.c40 istls13 = (x->ssl_version == TLS1_3_VERSION); in SSL_SESSION_print()
H A Dt1_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()
/netbsd-src/crypto/external/bsd/openssl/dist/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.c30 case TLS1_3_VERSION: in ktls_check_supported_cipher()
69 if (s->version == TLS1_3_VERSION) { in ktls_configure_crypto()
126 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()
/netbsd-src/crypto/external/bsd/openssl.old/dist/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
/netbsd-src/crypto/external/bsd/openssl/dist/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
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dsslapitest.c818 prot = TLS1_3_VERSION; in test_large_app_data()
1169 if (maxprot == TLS1_3_VERSION) in execute_test_session()
1223 if (maxprot == TLS1_3_VERSION) { in execute_test_session()
1357 if (maxprot == TLS1_3_VERSION && !use_ext_cache) { in execute_test_session()
1385 if (use_int_cache && maxprot != TLS1_3_VERSION) { in execute_test_session()
1408 if (maxprot == TLS1_3_VERSION) { in execute_test_session()
1442 if (!execute_test_session(TLS1_3_VERSION, 1, 0)) in test_session_with_only_int_cache()
1456 if (!execute_test_session(TLS1_3_VERSION, 0, 1)) in test_session_with_only_ext_cache()
1470 if (!execute_test_session(TLS1_3_VERSION, 1, 1)) in test_session_with_both_cache()
1858 SSL_CTX_set_min_proto_version(sctx, TLS1_3_VERSION); in test_ssl_set_bio()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/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()
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Dciphers.c146 min_version = TLS1_3_VERSION; in ciphers_main()
147 max_version = TLS1_3_VERSION; in ciphers_main()
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dprov_ssl.h26 # define TLS1_3_VERSION 0x0304 macro
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/statem/
H A Dstatem_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()
H A Dextensions_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()
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ossl_shim/
H A Dossl_shim.cc547 !SSL_CTX_set_max_proto_version(ssl_ctx.get(), TLS1_3_VERSION)) { in SetupCtx()
818 GetProtocolVersion(ssl) < TLS1_3_VERSION; in CheckHandshakeProperties()
1180 GetProtocolVersion(ssl.get()) < TLS1_3_VERSION && in DoExchange()
1186 if (GetProtocolVersion(ssl.get()) >= TLS1_3_VERSION && !config->is_server) { in DoExchange()
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dtls-provider.c112 TLS1_3_VERSION, /* mintls */
124 TLS1_3_VERSION, /* mintls */

123