Home
last modified time | relevance | path

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

12

/third_party/node/lib/
D_tls_common.js45 TLS1_3_VERSION,
56 if (v === 'TLSv1.3') return TLS1_3_VERSION;
221 c.context.getMinProto() < TLS1_3_VERSION)
224 if (cipherList === '' && c.context.getMinProto() < TLS1_3_VERSION &&
226 c.context.setMinProto(TLS1_3_VERSION);
/third_party/nghttp2/src/
Dtls.h68 #ifdef TLS1_3_VERSION
69 constexpr auto NGHTTP2_TLS_MAX_VERSION = TLS1_3_VERSION;
Dtls.cc83 #ifdef TLS1_3_VERSION in get_tls_protocol()
84 case TLS1_3_VERSION: in get_tls_protocol()
Dshrpx_tls.cc342 #ifdef TLS1_3_VERSION in tls_session_new_cb()
343 if (SSL_version(ssl) == TLS1_3_VERSION) { in tls_session_new_cb()
548 #ifdef TLS1_3_VERSION in info_callback()
550 if (SSL_version(ssl) == TLS1_3_VERSION) { in info_callback()
1906 #ifdef TLS1_3_VERSION in proto_version_from_string()
1908 return TLS1_3_VERSION; in proto_version_from_string()
Dshrpx_connection.cc955 # ifdef TLS1_3_VERSION in get_tcp_hint()
956 if (SSL_version(tls.ssl) == TLS1_3_VERSION) { in get_tcp_hint()
/third_party/openssl/ssl/
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()
Dssl_txt.c40 istls13 = (x->ssl_version == TLS1_3_VERSION); in SSL_SESSION_print()
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,
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()
/third_party/openssl/doc/man3/
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>.
DSSL_CTX_set_min_proto_version.pod42 B<TLS1_1_VERSION>, B<TLS1_2_VERSION>, B<TLS1_3_VERSION> for TLS and
DSSL_get_version.pod87 =item TLS1_3_VERSION
/third_party/openssl/apps/
Dciphers.c146 min_version = TLS1_3_VERSION; in ciphers_main()
147 max_version = TLS1_3_VERSION; in ciphers_main()
Ds_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()
/third_party/openssl/test/
Dsslapitest.c1032 if (maxprot == TLS1_3_VERSION) in execute_test_session()
1086 if (maxprot == TLS1_3_VERSION) { in execute_test_session()
1220 if (maxprot == TLS1_3_VERSION && !use_ext_cache) { in execute_test_session()
1248 if (use_int_cache && maxprot != TLS1_3_VERSION) { in execute_test_session()
1271 if (maxprot == TLS1_3_VERSION) { in execute_test_session()
1305 if (!execute_test_session(TLS1_3_VERSION, 1, 0)) in test_session_with_only_int_cache()
1319 if (!execute_test_session(TLS1_3_VERSION, 0, 1)) in test_session_with_only_ext_cache()
1333 if (!execute_test_session(TLS1_3_VERSION, 1, 1)) in test_session_with_both_cache()
1721 SSL_CTX_set_min_proto_version(sctx, TLS1_3_VERSION); in test_ssl_set_bio()
2163 TLS1_3_VERSION))) { in create_a_psk()
[all …]
Dasynciotest.c232 || (negversion == TLS1_3_VERSION in async_write()
/third_party/openssl/ssl/statem/
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()
Dextensions_clnt.c135 || c->min_tls >= TLS1_3_VERSION) { in use_ecc()
231 && s->session->ssl_version != TLS1_3_VERSION) { in tls_construct_ctos_session_ticket()
524 if (max_version < TLS1_3_VERSION) in tls_construct_ctos_supported_versions()
752 && psksess->ssl_version != TLS1_3_VERSION))) { in tls_construct_ctos_early_data()
801 || !SSL_SESSION_set_protocol_version(psksess, TLS1_3_VERSION)) { in tls_construct_ctos_early_data()
942 if (s->session->ssl_version == TLS1_3_VERSION in tls_construct_ctos_padding()
1009 if (s->session->ssl_version != TLS1_3_VERSION in tls_construct_ctos_psk()
1779 if (version != TLS1_3_VERSION) { in tls_parse_stoc_supported_versions()
/third_party/boost/boost/asio/ssl/impl/
Dcontext.ipp277 SSL_CTX_set_min_proto_version(handle_, TLS1_3_VERSION);
278 SSL_CTX_set_max_proto_version(handle_, TLS1_3_VERSION);
285 SSL_CTX_set_min_proto_version(handle_, TLS1_3_VERSION);
286 SSL_CTX_set_max_proto_version(handle_, TLS1_3_VERSION);
293 SSL_CTX_set_min_proto_version(handle_, TLS1_3_VERSION);
294 SSL_CTX_set_max_proto_version(handle_, TLS1_3_VERSION);
/third_party/boost/libs/asio/include/boost/asio/ssl/impl/
Dcontext.ipp277 SSL_CTX_set_min_proto_version(handle_, TLS1_3_VERSION);
278 SSL_CTX_set_max_proto_version(handle_, TLS1_3_VERSION);
285 SSL_CTX_set_min_proto_version(handle_, TLS1_3_VERSION);
286 SSL_CTX_set_max_proto_version(handle_, TLS1_3_VERSION);
293 SSL_CTX_set_min_proto_version(handle_, TLS1_3_VERSION);
294 SSL_CTX_set_max_proto_version(handle_, TLS1_3_VERSION);
/third_party/curl/lib/vtls/
Dopenssl.c2146 #ifdef TLS1_3_VERSION in ossl_trace()
2147 case TLS1_3_VERSION: in ossl_trace()
2321 #ifdef TLS1_3_VERSION in set_ssl_version_min_max()
2323 ossl_ssl_version_min = TLS1_3_VERSION; in set_ssl_version_min_max()
2354 #ifdef TLS1_3_VERSION in set_ssl_version_min_max()
2356 ossl_ssl_version_max = TLS1_3_VERSION; in set_ssl_version_min_max()
2397 #ifdef TLS1_3_VERSION in set_ssl_version_min_max_legacy()
2400 SSL_CTX_set_max_proto_version(backend->ctx, TLS1_3_VERSION); in set_ssl_version_min_max_legacy()
2443 #ifdef TLS1_3_VERSION in set_ssl_version_min_max_legacy()
2448 #ifdef TLS1_3_VERSION in set_ssl_version_min_max_legacy()
/third_party/openssl/test/ossl_shim/
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()
/third_party/python/Modules/
D_ssl.c228 #ifdef TLS1_3_VERSION
229 PY_PROTO_TLSv1_3 = TLS1_3_VERSION,
247 #elif defined(TLS1_3_VERSION) && !defined(OPENSSL_NO_TLS1_3)
253 #if defined(TLS1_3_VERSION) && !defined(OPENSSL_NO_TLS1_3)
290 #ifdef TLS1_3_VERSION
852 #ifdef TLS1_3_VERSION in newPySSLSocket()
2732 #ifdef TLS1_3_VERSION in _ssl__SSLSocket_verify_client_post_handshake_impl()
3164 #ifdef TLS1_3_VERSION in _ssl__SSLContext_impl()
3538 #ifdef TLS1_3_VERSION
3659 #if TLS1_3_VERSION in get_post_handshake_auth()
[all …]
/third_party/openssl/include/openssl/
Dtls1.h30 # define TLS1_3_VERSION 0x0304 macro
31 # define TLS_MAX_VERSION TLS1_3_VERSION
/third_party/grpc/src/core/tsi/
Dssl_transport_security.cc918 #if defined(TLS1_3_VERSION) in tsi_set_min_and_max_tls_versions()
923 SSL_CTX_set_min_proto_version(ssl_context, TLS1_3_VERSION); in tsi_set_min_and_max_tls_versions()
937 #if defined(TLS1_3_VERSION) in tsi_set_min_and_max_tls_versions()
938 SSL_CTX_set_max_proto_version(ssl_context, TLS1_3_VERSION); in tsi_set_min_and_max_tls_versions()

12