Home
last modified time | relevance | path

Searched refs:DTLS1_VERSION (Results 1 – 23 of 23) sorted by relevance

/freebsd/crypto/openssl/providers/common/
H A Dcapabilities.c35 DTLS1_VERSION, DTLS1_2_VERSION },
37 DTLS1_VERSION, DTLS1_2_VERSION },
39 DTLS1_VERSION, DTLS1_2_VERSION },
41 DTLS1_VERSION, DTLS1_2_VERSION },
43 DTLS1_VERSION, DTLS1_2_VERSION },
45 DTLS1_VERSION, DTLS1_2_VERSION },
47 DTLS1_VERSION, DTLS1_2_VERSION },
49 DTLS1_VERSION, DTLS1_2_VERSION },
51 DTLS1_VERSION, DTLS1_2_VERSION },
53 DTLS1_VERSION, DTLS1_2_VERSION },
[all …]
/freebsd/crypto/openssl/ssl/
H A Dmethods.c117 IMPLEMENT_dtls1_meth_func(DTLS1_VERSION, SSL_METHOD_NO_SUITEB, SSL_OP_NO_DTLSv1, in IMPLEMENT_tls_meth_func()
137 IMPLEMENT_dtls1_meth_func(DTLS1_VERSION, SSL_METHOD_NO_SUITEB, SSL_OP_NO_DTLSv1, in IMPLEMENT_tls_meth_func()
157 IMPLEMENT_dtls1_meth_func(DTLS1_VERSION, SSL_METHOD_NO_SUITEB, SSL_OP_NO_DTLSv1, in IMPLEMENT_tls_meth_func()
H A Dd1_lib.c496 if ((s->version & 0xff00) != (DTLS1_VERSION & 0xff00)) { in DTLSv1_listen()
721 version = (s->method->version == DTLS_ANY_VERSION) ? DTLS1_VERSION in DTLSv1_listen()
H A Dssl_lib.c479 min_version = DTLS1_VERSION; in ssl_check_allowed_versions()
484 max_version = DTLS1_VERSION; in ssl_check_allowed_versions()
487 if (min_version == DTLS1_VERSION) in ssl_check_allowed_versions()
493 || (DTLS_VERSION_GE(min_version, DTLS1_VERSION) in ssl_check_allowed_versions()
494 && DTLS_VERSION_GE(DTLS1_VERSION, max_version)) in ssl_check_allowed_versions()
4043 case DTLS1_VERSION: in ssl_protocol_to_string()
H A Dt1_trce.c68 {DTLS1_VERSION, "DTLS 1.0"},
H A Dssl_conf.c320 {"DTLSv1", DTLS1_VERSION}, in protocol_from_string()
H A Dssl_sess.c386 case DTLS1_VERSION: in ssl_generate_session_id()
H A Ds3_lib.c2724 DTLS1_BAD_VER, DTLS1_VERSION,
/freebsd/crypto/openssl/test/
H A Ddtlstest.c82 DTLS1_VERSION, 0, in test_dtls_unprocessed()
204 DTLS1_VERSION, 0, in test_dtls_drop_records()
317 DTLS1_VERSION, 0, in test_cookie()
357 DTLS1_VERSION, 0, in test_dtls_duplicate_records()
483 DTLS1_VERSION, 0, in test_swap_records()
H A Dssl_old_test.c815 {"dtls1", DTLS1_VERSION}, in protocol_from_string()
1371 min_version = DTLS1_VERSION; in main()
1372 max_version = DTLS1_VERSION; in main()
H A Dsslapitest.c1519 DTLS1_VERSION, 0, 0); in test_large_message_dtls()
1594 prot = DTLS1_VERSION; in test_large_app_data()
1607 if ((prot < TLS1_2_VERSION || prot == DTLS1_VERSION) && is_fips) in test_large_app_data()
1625 if (prot < TLS1_2_VERSION || prot == DTLS1_VERSION) { in test_large_app_data()
1815 DTLS1_VERSION, in test_cleanse_plaintext()
7633 DTLS1_VERSION, 0, in test_ssl_pending()
/freebsd/crypto/openssl/include/openssl/
H A Dprov_ssl.h27 # define DTLS1_VERSION 0xFEFF macro
H A Ddtls1.h29 # define DTLS_MIN_VERSION DTLS1_VERSION
/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dciphercommon_block.c175 case DTLS1_VERSION: in ossl_cipher_tlsunpadblock()
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_min_proto_version.pod43 B<DTLS1_VERSION>, B<DTLS1_2_VERSION> for DTLS.
/freebsd/crypto/openssl/ssl/record/
H A Drec_layer_d1.c861 *(p++) = DTLS1_VERSION >> 8; in do_dtls1_write()
862 *(p++) = DTLS1_VERSION & 0xff; in do_dtls1_write()
/freebsd/crypto/openssl/ssl/statem/
H A Dstatem_lib.c114 if (DTLS_VERSION_LE(ver_max, DTLS1_VERSION)) in tls_setup_handshake()
1481 {DTLS1_VERSION, dtlsv1_client_method, dtlsv1_server_method},
1484 {DTLS1_VERSION, NULL, NULL},
H A Dstatem.c372 if ((s->version & 0xff00) != (DTLS1_VERSION & 0xff00) && in state_machine()
H A Dstatem_srvr.c1281 if (!WPACKET_put_bytes_u16(pkt, DTLS1_VERSION) in dtls_raw_hello_verify_request()
/freebsd/crypto/openssl/apps/lib/
H A Ds_cb.c498 {"DTLS 1.0", DTLS1_VERSION},
580 version == DTLS1_VERSION || version == DTLS1_BAD_VER) { in msg_cb()
/freebsd/crypto/openssl/test/helpers/
H A Dssl_test_ctx.c157 {"DTLSv1", DTLS1_VERSION},
/freebsd/crypto/openssl/apps/
H A Ds_server.c1507 min_version = DTLS1_VERSION; in s_server_main()
1508 max_version = DTLS1_VERSION; in s_server_main()
2612 if (SSL_version(con) != DTLS1_VERSION) in sv_body()
H A Ds_client.c1255 min_version = DTLS1_VERSION; in s_client_main()
1256 max_version = DTLS1_VERSION; in s_client_main()