Home
last modified time | relevance | path

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

12

/external/boringssl/src/ssl/
Dssl_versions.cc33 case TLS1_3_VERSION: in ssl_protocol_version_from_wire()
55 TLS1_3_VERSION,
95 case TLS1_3_VERSION: in ssl_version_to_string()
176 {TLS1_3_VERSION, SSL_OP_NO_TLSv1_3},
195 if (hs->ssl->quic_method && min_version < TLS1_3_VERSION) { in ssl_get_version_range()
196 min_version = TLS1_3_VERSION; in ssl_get_version_range()
310 if (versions[i] == TLS1_3_VERSION && hs->apply_jdk11_workaround) { in ssl_negotiate_version()
Dt1_lib.cc330 (ssl_protocol_version(ssl) >= TLS1_3_VERSION || in tls1_get_shared_group()
394 ssl_protocol_version(hs->ssl) < TLS1_3_VERSION) { in tls1_check_group_id()
696 if (hs->min_version >= TLS1_3_VERSION) { in ext_ri_add_clienthello()
719 if (contents != NULL && ssl_protocol_version(ssl) >= TLS1_3_VERSION) { in ext_ri_parse_serverhello()
806 if (ssl_protocol_version(ssl) >= TLS1_3_VERSION) { in ext_ri_parse_clienthello()
840 if (ssl_protocol_version(ssl) >= TLS1_3_VERSION) { in ext_ri_add_serverhello()
860 if (hs->min_version >= TLS1_3_VERSION) { in ext_ems_add_clienthello()
877 if (ssl_protocol_version(ssl) >= TLS1_3_VERSION || in ext_ems_parse_serverhello()
899 if (ssl_protocol_version(hs->ssl) >= TLS1_3_VERSION) { in ext_ems_parse_clienthello()
936 if (hs->min_version >= TLS1_3_VERSION || in ext_ticket_add_clienthello()
[all …]
Dtls_record.cc267 ssl_protocol_version(ssl) >= TLS1_3_VERSION && in tls_open_record()
313 ssl->s3->aead_read_ctx->ProtocolVersion() >= TLS1_3_VERSION; in tls_open_record()
383 aead->ProtocolVersion() >= TLS1_3_VERSION) { in do_seal_record()
446 ssl->s3->aead_write_ctx->ProtocolVersion() >= TLS1_3_VERSION) { in tls_seal_scatter_suffix_len()
571 ssl_protocol_version(ssl) >= TLS1_3_VERSION) { in ssl_process_alert()
691 ssl->s3->aead_write_ctx->ProtocolVersion() >= TLS1_3_VERSION) { in SSL_max_seal_overhead()
Dssl_test.cc82 {TLS1_3_VERSION, VersionParam::is_tls, "TLS1_3"},
2325 const time_t timeout = version() == TLS1_3_VERSION in TEST_P()
2387 if (version() == TLS1_3_VERSION) { in TEST_P()
2581 ASSERT_TRUE(SSL_CTX_set_max_proto_version(client_ctx.get(), TLS1_3_VERSION)); in TEST()
2582 ASSERT_TRUE(SSL_CTX_set_max_proto_version(server_ctx.get(), TLS1_3_VERSION)); in TEST()
2625 EXPECT_TRUE(SSL_CTX_set_max_proto_version(ctx.get(), TLS1_3_VERSION)); in TEST()
2626 EXPECT_EQ(TLS1_3_VERSION, ctx->conf_max_version); in TEST()
2662 case TLS1_3_VERSION: in GetVersionName()
2727 if (version() == TLS1_3_VERSION) { in TEST_P()
3579 testing::Combine(testing::Values(TLS1_2_VERSION, TLS1_3_VERSION),
[all …]
Dt1_enc.cc321 if (ssl_protocol_version(ssl) >= TLS1_3_VERSION) { in SSL_export_keying_material()
368 ssl_protocol_version(ssl) < TLS1_3_VERSION)) { in SSL_export_early_keying_material()
Dhandshake_client.cc235 if (hs->max_version >= TLS1_3_VERSION) { in ssl_write_client_cipher_list()
250 if (hs->min_version < TLS1_3_VERSION) { in ssl_write_client_cipher_list()
269 if (!any_enabled && hs->max_version < TLS1_3_VERSION) { in ssl_write_client_cipher_list()
425 } else if (hs->max_version >= TLS1_3_VERSION) { in do_start_connect()
586 if (ssl_protocol_version(ssl) >= TLS1_3_VERSION) { in do_read_server_hello()
611 ssl_supports_version(hs, TLS1_3_VERSION)) { in do_read_server_hello()
Dssl_cipher.cc569 const bool is_tls13 = version == TLS1_3_VERSION && !is_dtls; in ssl_cipher_get_evp_aead()
599 if (version >= TLS1_3_VERSION) { in ssl_cipher_get_evp_aead()
1467 return TLS1_3_VERSION; in SSL_CIPHER_get_min_version()
1481 return TLS1_3_VERSION; in SSL_CIPHER_get_max_version()
Dssl_aead_ctx.cc132 if (protocol_version >= TLS1_3_VERSION) { in Create()
140 assert(protocol_version < TLS1_3_VERSION); in Create()
Dssl_lib.cc467 if (ssl_protocol_version(ssl) >= TLS1_3_VERSION) { in ssl_can_renegotiate()
512 if (SSL_version(ssl) < TLS1_3_VERSION) { in SSL_get_traffic_secrets()
926 if (ssl_protocol_version(ssl) >= TLS1_3_VERSION) { in ssl_do_post_handshake()
1157 if (ssl_protocol_version(ssl) < TLS1_3_VERSION) { in SSL_key_update()
1468 ssl_protocol_version(ssl) >= TLS1_3_VERSION) { in SSL_get_tls_unique()
1619 ssl_protocol_version(ssl) >= TLS1_3_VERSION) { in SSL_get_finished()
1634 ssl_protocol_version(ssl) >= TLS1_3_VERSION) { in SSL_get_peer_finished()
1661 if (ssl_protocol_version(ssl) >= TLS1_3_VERSION) { in SSL_get_extms_support()
1779 return ssl_protocol_version(ssl) >= TLS1_3_VERSION || in SSL_get_secure_renegotiation_support()
Dssl_session.cc366 if (version >= TLS1_3_VERSION) { in ssl_get_new_session()
379 if (hs->ticket_expected || version >= TLS1_3_VERSION) { in ssl_get_new_session()
1000 return ssl_session_protocol_version(session) >= TLS1_3_VERSION; in SSL_SESSION_should_be_single_use()
Ds3_pkt.cc321 if (ssl->server && ssl_protocol_version(ssl) < TLS1_3_VERSION) { in ssl3_open_app_data()
Dssl_cert.cc705 assert(ssl_protocol_version(hs->ssl) < TLS1_3_VERSION); in ssl_check_leaf_certificate()
820 if (ssl_protocol_version(hs->ssl) < TLS1_3_VERSION) { in ssl_can_serve_dc()
Dhandshake_server.cc574 (ssl_protocol_version(ssl) >= TLS1_3_VERSION && in do_read_client_hello()
632 if (ssl_protocol_version(ssl) >= TLS1_3_VERSION) { in do_select_certificate()
819 if (ssl_supports_version(hs, TLS1_3_VERSION)) { in do_send_server_hello()
Dhandshake.cc208 if (ssl_protocol_version(ssl) < TLS1_3_VERSION) { in ssl_max_handshake_message_len()
Dssl_privkey.cc154 if (ssl_protocol_version(ssl) >= TLS1_3_VERSION) { in pkey_supports_algorithm()
/external/conscrypt/constants/src/gen/cpp/
Dgenerate_constants.cc84 CONST(TLS1_3_VERSION); in main()
/external/curl/lib/vtls/
Dopenssl.c1977 #ifdef TLS1_3_VERSION in ssl_tls_trace()
1978 case TLS1_3_VERSION: in ssl_tls_trace()
2135 #ifdef TLS1_3_VERSION in get_ssl_version_txt()
2136 case TLS1_3_VERSION: in get_ssl_version_txt()
2160 #if (OPENSSL_VERSION_NUMBER < 0x1000100FL) || !defined(TLS1_3_VERSION) in set_ssl_version_min_max()
2170 #ifdef TLS1_3_VERSION in set_ssl_version_min_max()
2173 SSL_CTX_set_max_proto_version(BACKEND->ctx, TLS1_3_VERSION); in set_ssl_version_min_max()
2216 #ifdef TLS1_3_VERSION in set_ssl_version_min_max()
2221 #ifdef TLS1_3_VERSION in set_ssl_version_min_max()
2465 #ifdef TLS1_3_VERSION in ossl_connect_step1()
[all …]
/external/honggfuzz/examples/openssl/
Dclient.c534 SSL_set_max_proto_version(client, TLS1_3_VERSION); in LLVMFuzzerTestOneInput()
Dserver.c572 SSL_set_max_proto_version(server, TLS1_3_VERSION); in LLVMFuzzerTestOneInput()
/external/boringssl/src/ssl/test/
Dbssl_shim.cc434 GetProtocolVersion(ssl) < TLS1_3_VERSION; in CheckHandshakeProperties()
1003 GetProtocolVersion(ssl) < TLS1_3_VERSION && in DoExchange()
1009 if (GetProtocolVersion(ssl) >= TLS1_3_VERSION && !config->is_server) { in DoExchange()
Dfuzzer.h413 !SSL_CTX_set_max_proto_version(ctx_.get(), TLS1_3_VERSION)) { in Init()
/external/python/cpython3/Modules/
D_ssl.c340 #ifdef TLS1_3_VERSION
341 PY_PROTO_TLSv1_3 = TLS1_3_VERSION,
359 #elif defined(TLS1_3_VERSION) && !defined(OPENSSL_NO_TLS1_3)
365 #if defined(TLS1_3_VERSION) && !defined(OPENSSL_NO_TLS1_3)
424 #ifdef TLS1_3_VERSION
2677 #ifdef TLS1_3_VERSION in _ssl__SSLSocket_verify_client_post_handshake_impl()
2931 #ifdef TLS1_3_VERSION in _set_verify_mode()
3118 #ifdef TLS1_3_VERSION in _ssl__SSLContext_impl()
3621 #if TLS1_3_VERSION in get_post_handshake_auth()
3628 #if TLS1_3_VERSION
[all …]
/external/boringssl/src/tool/
Dserver.cc276 uint16_t max_version = TLS1_3_VERSION; in Server()
Dclient.cc377 uint16_t max_version = TLS1_3_VERSION; in Client()
Dtransport_common.cc269 *out_version = TLS1_3_VERSION; in VersionFromString()

12