Searched refs:TLS1_2_VERSION (Results 1 - 24 of 24) sorted by relevance

/freebsd-13-stable/crypto/openssl/ssl/
H A Ds3_lib.c137 SSL3_VERSION, TLS1_2_VERSION,
153 SSL3_VERSION, TLS1_2_VERSION,
170 SSL3_VERSION, TLS1_2_VERSION,
186 SSL3_VERSION, TLS1_2_VERSION,
202 SSL3_VERSION, TLS1_2_VERSION,
218 SSL3_VERSION, TLS1_2_VERSION,
235 SSL3_VERSION, TLS1_2_VERSION,
251 SSL3_VERSION, TLS1_2_VERSION,
267 SSL3_VERSION, TLS1_2_VERSION,
283 SSL3_VERSION, TLS1_2_VERSION,
[all...]
H A Dmethods.c27 IMPLEMENT_tls_meth_func(TLS1_2_VERSION, 0, SSL_OP_NO_TLSv1_2,
58 IMPLEMENT_tls_meth_func(TLS1_2_VERSION, 0, SSL_OP_NO_TLSv1_2,
91 IMPLEMENT_tls_meth_func(TLS1_2_VERSION, 0, SSL_OP_NO_TLSv1_2,
H A Dktls.c29 case TLS1_2_VERSION:
122 case TLS1_2_VERSION:
159 if (s->version == TLS1_2_VERSION &&
H A Dssl_lib.c518 max_version = TLS1_2_VERSION;
521 if (max_version == TLS1_2_VERSION)
542 min_version = TLS1_2_VERSION;
545 if (min_version == TLS1_2_VERSION)
560 || (min_version <= TLS1_2_VERSION && TLS1_2_VERSION <= max_version)
3456 && TLS1_get_version(s) == TLS1_2_VERSION))
3482 && TLS1_get_version(s) == TLS1_2_VERSION)
3488 && TLS1_get_version(s) == TLS1_2_VERSION)
3816 case TLS1_2_VERSION
[all...]
H A Dssl_ciph.c298 {0, SSL_TXT_TLSV1_2, NULL, 0, 0, 0, 0, 0, TLS1_2_VERSION},
1521 ssl_cipher_apply_rule(0, 0, 0, 0, 0, TLS1_2_VERSION, 0, CIPHER_BUMP, -1,
H A Dssl_conf.c320 {"TLSv1.2", TLS1_2_VERSION},
H A Dssl_sess.c289 case TLS1_2_VERSION:
H A Dt1_trce.c66 {TLS1_2_VERSION, "TLS 1.2"},
H A Dt1_lib.c2227 if (TLS1_get_version(s) >= TLS1_2_VERSION && strict_mode) {
2398 if (TLS1_get_version(s) >= TLS1_2_VERSION)
H A Dssl_local.h358 ((!SSL_IS_DTLS(s) && s->client_version >= TLS1_2_VERSION) || \
/freebsd-13-stable/crypto/openssl/apps/
H A Dciphers.c142 min_version = TLS1_2_VERSION;
143 max_version = TLS1_2_VERSION;
H A Ds_cb.c491 {"TLS 1.2", TLS1_2_VERSION},
573 version == TLS1_2_VERSION ||
H A Ds_client.c1300 min_version = TLS1_2_VERSION;
1301 max_version = TLS1_2_VERSION;
H A Ds_server.c1456 min_version = TLS1_2_VERSION;
1457 max_version = TLS1_2_VERSION;
/freebsd-13-stable/crypto/openssl/ssl/statem/
H A Dstatem_lib.c1433 {TLS1_2_VERSION, tlsv1_2_client_method, tlsv1_2_server_method},
1435 {TLS1_2_VERSION, NULL, NULL},
1720 if (vers == TLS1_2_VERSION
1724 && vers < TLS1_2_VERSION
1732 && ssl_version_supported(s, TLS1_2_VERSION, NULL)) {
1816 * The TLSv1.3 spec says the client MUST set this to TLS1_2_VERSION.
1861 client_version = TLS1_2_VERSION;
1972 if (s->version == TLS1_2_VERSION && real_max > s->version) {
1984 && s->version < TLS1_2_VERSION
2160 if (!SSL_IS_DTLS(s) && ver_max > TLS1_2_VERSION)
[all...]
H A Dstatem_clnt.c1421 && sversion == TLS1_2_VERSION
3758 if (TLS1_get_version(s) >= TLS1_2_VERSION)
H A Dextensions_srvr.c890 || !WPACKET_put_bytes_u16(&hrrpkt, TLS1_2_VERSION)
H A Dstatem_srvr.c1375 ext_len = TLS1_get_client_version(s) >= TLS1_2_VERSION ?
2373 version = usetls13 ? TLS1_2_VERSION : s->version;
/freebsd-13-stable/sys/dev/cxgbe/tom/
H A Dt4_tls.h38 #define TLS1_2_VERSION 0x0303 macro
39 #define TLS_MAX_VERSION TLS1_2_VERSION
H A Dt4_tls.c331 case TLS1_2_VERSION:
/freebsd-13-stable/crypto/openssl/include/openssl/
H A Dtls1.h29 # define TLS1_2_VERSION 0x0303 macro
/freebsd-13-stable/crypto/openssl/ssl/record/
H A Drec_layer_s3.c847 unsigned int version = (s->version == TLS1_3_VERSION) ? TLS1_2_VERSION
H A Dssl3_record.c379 if (thisrr->rec_version != TLS1_2_VERSION) {
/freebsd-13-stable/contrib/wpa/src/crypto/
H A Dtls_openssl.c2962 version = TLS1_2_VERSION;

Completed in 447 milliseconds