/freebsd/crypto/openssl/providers/common/ |
H A D | capabilities.c | 35 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 D | methods.c | 117 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 D | d1_lib.c | 496 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 D | ssl_lib.c | 479 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 D | t1_trce.c | 68 {DTLS1_VERSION, "DTLS 1.0"},
|
H A D | ssl_conf.c | 320 {"DTLSv1", DTLS1_VERSION}, in protocol_from_string()
|
H A D | ssl_sess.c | 386 case DTLS1_VERSION: in ssl_generate_session_id()
|
H A D | s3_lib.c | 2724 DTLS1_BAD_VER, DTLS1_VERSION,
|
/freebsd/crypto/openssl/test/ |
H A D | dtlstest.c | 82 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 D | ssl_old_test.c | 815 {"dtls1", DTLS1_VERSION}, in protocol_from_string() 1371 min_version = DTLS1_VERSION; in main() 1372 max_version = DTLS1_VERSION; in main()
|
H A D | sslapitest.c | 1519 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 D | prov_ssl.h | 27 # define DTLS1_VERSION 0xFEFF macro
|
H A D | dtls1.h | 29 # define DTLS_MIN_VERSION DTLS1_VERSION
|
/freebsd/crypto/openssl/providers/implementations/ciphers/ |
H A D | ciphercommon_block.c | 175 case DTLS1_VERSION: in ossl_cipher_tlsunpadblock()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_set_min_proto_version.pod | 43 B<DTLS1_VERSION>, B<DTLS1_2_VERSION> for DTLS.
|
/freebsd/crypto/openssl/ssl/record/ |
H A D | rec_layer_d1.c | 861 *(p++) = DTLS1_VERSION >> 8; in do_dtls1_write() 862 *(p++) = DTLS1_VERSION & 0xff; in do_dtls1_write()
|
/freebsd/crypto/openssl/ssl/statem/ |
H A D | statem_lib.c | 114 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 D | statem.c | 372 if ((s->version & 0xff00) != (DTLS1_VERSION & 0xff00) && in state_machine()
|
H A D | statem_srvr.c | 1281 if (!WPACKET_put_bytes_u16(pkt, DTLS1_VERSION) in dtls_raw_hello_verify_request()
|
/freebsd/crypto/openssl/apps/lib/ |
H A D | s_cb.c | 498 {"DTLS 1.0", DTLS1_VERSION}, 580 version == DTLS1_VERSION || version == DTLS1_BAD_VER) { in msg_cb()
|
/freebsd/crypto/openssl/test/helpers/ |
H A D | ssl_test_ctx.c | 157 {"DTLSv1", DTLS1_VERSION},
|
/freebsd/crypto/openssl/apps/ |
H A D | s_server.c | 1507 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 D | s_client.c | 1255 min_version = DTLS1_VERSION; in s_client_main() 1256 max_version = DTLS1_VERSION; in s_client_main()
|