Home
last modified time | relevance | path

Searched refs:DTLS1_2_VERSION (Results 1 – 21 of 21) 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 Ds3_lib.c365 DTLS1_2_VERSION, DTLS1_2_VERSION,
381 DTLS1_2_VERSION, DTLS1_2_VERSION,
397 DTLS1_2_VERSION, DTLS1_2_VERSION,
413 DTLS1_2_VERSION, DTLS1_2_VERSION,
429 DTLS1_2_VERSION, DTLS1_2_VERSION,
445 DTLS1_2_VERSION, DTLS1_2_VERSION,
461 DTLS1_2_VERSION, DTLS1_2_VERSION,
477 DTLS1_2_VERSION, DTLS1_2_VERSION,
493 DTLS1_2_VERSION, DTLS1_2_VERSION,
509 DTLS1_2_VERSION, DTLS1_2_VERSION,
[all …]
H A Dmethods.c123 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 Dssl_lib.c481 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()
4028 case DTLS1_2_VERSION: in ssl_protocol_to_string()
H A Dt1_trce.c69 {DTLS1_2_VERSION, "DTLS 1.2"},
H A Dssl_conf.c321 {"DTLSv1.2", DTLS1_2_VERSION} in protocol_from_string()
H A Dssl_local.h135 # define DTLS_MAX_VERSION_INTERNAL DTLS1_2_VERSION
379 (SSL_IS_DTLS(s) && DTLS_VERSION_GE(s->client_version, DTLS1_2_VERSION)))
H A Dssl_cert.c1086 if (DTLS_VERSION_LT(nid, DTLS1_2_VERSION) && level >= 4) in ssl_security_default_callback()
H A Dssl_sess.c355 case DTLS1_2_VERSION: in ssl_generate_session_id()
/freebsd/crypto/openssl/include/openssl/
H A Dprov_ssl.h28 # define DTLS1_2_VERSION 0xFEFD macro
H A Ddtls1.h30 # define DTLS_MAX_VERSION DTLS1_2_VERSION
/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dciphercommon_block.c173 case DTLS1_2_VERSION: in ossl_cipher_tlsunpadblock()
/freebsd/crypto/openssl/test/
H A Ddtlstest.c405 (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 Dssl_old_test.c816 {"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 Dsslapitest.c1584 prot = DTLS1_2_VERSION; in test_large_app_data()
/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/statem/
H A Dstatem_lib.c133 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()
1465 #if DTLS_MAX_VERSION_INTERNAL != DTLS1_2_VERSION
1466 # error Code needs update for DTLS_method() support beyond DTLS1_2_VERSION.
1472 {DTLS1_2_VERSION, dtlsv1_2_client_method, dtlsv1_2_server_method},
1474 {DTLS1_2_VERSION, NULL, NULL},
H A Dstatem_clnt.c170 #if DTLS_MAX_VERSION_INTERNAL != DTLS1_2_VERSION in ossl_statem_client13_read_transition()
/freebsd/crypto/openssl/test/helpers/
H A Dssl_test_ctx.c158 {"DTLSv1.2", DTLS1_2_VERSION},
/freebsd/crypto/openssl/apps/
H A Ds_client.c1264 min_version = DTLS1_2_VERSION; in s_client_main()
1265 max_version = DTLS1_2_VERSION; in s_client_main()
H A Ds_server.c1515 min_version = DTLS1_2_VERSION; in s_server_main()
1516 max_version = DTLS1_2_VERSION; in s_server_main()