/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 | s3_lib.c | 139 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 …]
|
H A D | methods.c | 123 IMPLEMENT_dtls1_meth_func(DTLS1_2_VERSION, 0, SSL_OP_NO_DTLSv1_2, in IMPLEMENT_tls_meth_func() 143 IMPLEMENT_dtls1_meth_func(DTLS1_2_VERSION, 0, SSL_OP_NO_DTLSv1_2, in IMPLEMENT_tls_meth_func() 167 IMPLEMENT_dtls1_meth_func(DTLS1_2_VERSION, 0, SSL_OP_NO_DTLSv1_2, in IMPLEMENT_tls_meth_func()
|
H A D | ssl_lib.c | 481 max_version = DTLS1_2_VERSION; in ssl_check_allowed_versions() 483 if (max_version == DTLS1_2_VERSION) in ssl_check_allowed_versions() 488 min_version = DTLS1_2_VERSION; in ssl_check_allowed_versions() 497 || (DTLS_VERSION_GE(min_version, DTLS1_2_VERSION) in ssl_check_allowed_versions() 498 && DTLS_VERSION_GE(DTLS1_2_VERSION, max_version)) in ssl_check_allowed_versions() 4046 case DTLS1_2_VERSION: in ssl_protocol_to_string()
|
H A D | t1_trce.c | 69 {DTLS1_2_VERSION, "DTLS 1.2"},
|
H A D | ssl_conf.c | 321 {"DTLSv1.2", DTLS1_2_VERSION} in protocol_from_string()
|
H A D | ssl_local.h | 135 # define DTLS_MAX_VERSION_INTERNAL DTLS1_2_VERSION 379 (SSL_IS_DTLS(s) && DTLS_VERSION_GE(s->client_version, DTLS1_2_VERSION)))
|
H A D | ssl_cert.c | 1086 if (DTLS_VERSION_LT(nid, DTLS1_2_VERSION) && level >= 4) in ssl_security_default_callback()
|
H A D | ssl_sess.c | 387 case DTLS1_2_VERSION: in ssl_generate_session_id()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | prov_ssl.h | 28 # define DTLS1_2_VERSION 0xFEFD macro
|
H A D | dtls1.h | 30 # define DTLS_MAX_VERSION DTLS1_2_VERSION
|
/freebsd/crypto/openssl/providers/implementations/ciphers/ |
H A D | ciphercommon_block.c | 173 case DTLS1_2_VERSION: in ossl_cipher_tlsunpadblock()
|
/freebsd/crypto/openssl/test/ |
H A D | dtlstest.c | 405 (DTLS1_2_VERSION >> 8) & 0xff, /* protocol version hi byte */ in test_just_finished() 406 DTLS1_2_VERSION & 0xff, /* protocol version lo byte */ in test_just_finished()
|
H A D | ssl_old_test.c | 816 {"dtls1.2", DTLS1_2_VERSION}}; in protocol_from_string() 1374 min_version = DTLS1_2_VERSION; in main() 1375 max_version = DTLS1_2_VERSION; in main()
|
H A D | sslapitest.c | 1584 prot = DTLS1_2_VERSION; in test_large_app_data()
|
/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/statem/ |
H A D | statem_lib.c | 133 if (DTLS_VERSION_LT(ver_min, DTLS1_2_VERSION)) in tls_setup_handshake() 134 ok = SSL_set_min_proto_version(s, DTLS1_2_VERSION); in tls_setup_handshake() 1469 #if DTLS_MAX_VERSION_INTERNAL != DTLS1_2_VERSION 1470 # error Code needs update for DTLS_method() support beyond DTLS1_2_VERSION. 1476 {DTLS1_2_VERSION, dtlsv1_2_client_method, dtlsv1_2_server_method}, 1478 {DTLS1_2_VERSION, NULL, NULL},
|
H A D | statem_clnt.c | 170 #if DTLS_MAX_VERSION_INTERNAL != DTLS1_2_VERSION in ossl_statem_client13_read_transition()
|
/freebsd/crypto/openssl/test/helpers/ |
H A D | ssl_test_ctx.c | 158 {"DTLSv1.2", DTLS1_2_VERSION},
|
/freebsd/crypto/openssl/apps/ |
H A D | s_client.c | 1264 min_version = DTLS1_2_VERSION; in s_client_main() 1265 max_version = DTLS1_2_VERSION; in s_client_main()
|
H A D | s_server.c | 1515 min_version = DTLS1_2_VERSION; in s_server_main() 1516 max_version = DTLS1_2_VERSION; in s_server_main()
|