Home
last modified time | relevance | path

Searched refs:DTLS1_BAD_VER (Results 1 – 19 of 19) sorted by relevance

/third_party/openssl/ssl/
Ds3_lib.c139 DTLS1_BAD_VER, DTLS1_2_VERSION,
155 DTLS1_BAD_VER, DTLS1_2_VERSION,
172 DTLS1_BAD_VER, DTLS1_2_VERSION,
188 DTLS1_BAD_VER, DTLS1_2_VERSION,
204 DTLS1_BAD_VER, DTLS1_2_VERSION,
220 DTLS1_BAD_VER, DTLS1_2_VERSION,
237 DTLS1_BAD_VER, DTLS1_2_VERSION,
253 DTLS1_BAD_VER, DTLS1_2_VERSION,
269 DTLS1_BAD_VER, DTLS1_2_VERSION,
285 DTLS1_BAD_VER, DTLS1_2_VERSION,
[all …]
Dmethods.c161 IMPLEMENT_dtls1_meth_func(DTLS1_BAD_VER, SSL_METHOD_NO_SUITEB, SSL_OP_NO_DTLSv1, in IMPLEMENT_tls_meth_func()
Dssl_asn1.c272 && as->ssl_version != DTLS1_BAD_VER) { in d2i_SSL_SESSION()
Dd1_lib.c199 s->client_version = s->version = DTLS1_BAD_VER; in dtls1_clear()
Dt1_trce.c70 {DTLS1_BAD_VER, "DTLS 1.0 (bad)"}
Dssl_lib.c447 if (min_version == DTLS1_BAD_VER in ssl_check_allowed_versions()
450 if (max_version == DTLS1_BAD_VER in ssl_check_allowed_versions()
3138 || (s->version < TLS1_VERSION && s->version != DTLS1_BAD_VER)) in SSL_export_keying_material()
4003 case DTLS1_BAD_VER: in ssl_protocol_to_string()
Dssl_sess.c349 case DTLS1_BAD_VER: in ssl_generate_session_id()
Dssl_local.h141 # define dtls_ver_ordinal(v1) (((v1) == DTLS1_BAD_VER) ? 0xff00 : (v1))
/third_party/openssl/test/
Dbad_dtls_test.c134 if (!PACKET_get_net_2(&pkt, &u) || u != DTLS1_BAD_VER) in validate_client_hello()
148 if (!PACKET_get_net_2(&pkt, &u) || u != DTLS1_BAD_VER) in validate_client_hello()
411 if (!PACKET_get_net_2(&pkt, &u) || u != DTLS1_BAD_VER) in validate_ccs()
428 if (!PACKET_get_net_2(&pkt, &u) || u != DTLS1_BAD_VER) in validate_ccs()
495 || !TEST_true(SSL_CTX_set_min_proto_version(ctx, DTLS1_BAD_VER)) in test_bad_dtls()
496 || !TEST_true(SSL_CTX_set_max_proto_version(ctx, DTLS1_BAD_VER)) in test_bad_dtls()
/third_party/openssl/include/openssl/
Dprov_ssl.h29 # define DTLS1_BAD_VER 0x0100 macro
/third_party/openssl/ohos_lite/include/openssl/
Ddtls1.h23 # define DTLS1_BAD_VER 0x0100 macro
/third_party/openssl/providers/implementations/ciphers/
Dciphercommon_block.c176 case DTLS1_BAD_VER: in ossl_cipher_tlsunpadblock()
/third_party/openssl/ssl/statem/
Dstatem_dtls.c282 if (frag_off == 0 && s->version != DTLS1_BAD_VER) { in dtls1_do_write()
408 if (s->version == DTLS1_BAD_VER) { in dtls_get_message_body()
999 if (s->version == DTLS1_BAD_VER) { in dtls_construct_change_cipher_spec()
1135 DTLS1_BAD_VER) ? 3 : DTLS1_CCS_HEADER_LENGTH) in dtls1_buffer_message()
Dstatem_lib.c737 if ((s->version == DTLS1_BAD_VER in tls_process_change_cipher_spec()
739 || (s->version != DTLS1_BAD_VER in tls_process_change_cipher_spec()
766 if (s->version == DTLS1_BAD_VER) in tls_process_change_cipher_spec()
1477 {DTLS1_BAD_VER, dtls_bad_ver_client_method, NULL},
1480 {DTLS1_BAD_VER, NULL, NULL},
1681 DTLS_VERSION_GE(version, DTLS1_BAD_VER); in ssl_set_version_bound()
Dstatem.c373 (server || (s->version & 0xff00) != (DTLS1_BAD_VER & 0xff00))) { in state_machine()
Dstatem_srvr.c833 if (s->version != DTLS1_BAD_VER && !ssl3_init_finished_mac(s)) { in ossl_statem_server_post_work()
2875 if (s->version == SSL3_VERSION || s->version == DTLS1_BAD_VER) { in tls_process_cke_rsa()
Dstatem_clnt.c994 if (s->version == DTLS1_BAD_VER) in ossl_statem_client_max_message_size()
/third_party/openssl/apps/lib/
Ds_cb.c499 {"DTLS 1.0 (bad)", DTLS1_BAD_VER},
580 version == DTLS1_VERSION || version == DTLS1_BAD_VER) { in msg_cb()
/third_party/openssl/ssl/record/
Drec_layer_d1.c860 s->max_proto_version != DTLS1_BAD_VER) { in do_dtls1_write()