Searched refs:TLS1_1_VERSION (Results 1 - 20 of 20) sorted by relevance

/freebsd-12-stable/crypto/openssl/ssl/
H A Dmethods.c33 IMPLEMENT_tls_meth_func(TLS1_1_VERSION, SSL_METHOD_NO_SUITEB, SSL_OP_NO_TLSv1_1,
64 IMPLEMENT_tls_meth_func(TLS1_1_VERSION, SSL_METHOD_NO_SUITEB, SSL_OP_NO_TLSv1_1,
97 IMPLEMENT_tls_meth_func(TLS1_1_VERSION, SSL_METHOD_NO_SUITEB, SSL_OP_NO_TLSv1_1,
H A Dssl_lib.c520 max_version = TLS1_1_VERSION;
523 if (max_version == TLS1_1_VERSION)
536 min_version = TLS1_1_VERSION;
539 if (min_version == TLS1_1_VERSION)
555 || (min_version <= TLS1_1_VERSION && TLS1_1_VERSION <= max_version)
3730 case TLS1_1_VERSION:
H A Dssl_cert.c938 if (nid <= TLS1_1_VERSION && level >= 4)
H A Dssl_conf.c319 {"TLSv1.1", TLS1_1_VERSION},
H A Dssl_sess.c288 case TLS1_1_VERSION:
H A Dt1_trce.c65 {TLS1_1_VERSION, "TLS 1.1"},
H A Ds3_lib.c2680 SSL3_VERSION, TLS1_1_VERSION,
/freebsd-12-stable/crypto/openssl/apps/
H A Dciphers.c138 min_version = TLS1_1_VERSION;
139 max_version = TLS1_1_VERSION;
H A Ds_cb.c490 {"TLS 1.1", TLS1_1_VERSION},
572 version == TLS1_1_VERSION ||
H A Ds_client.c1308 min_version = TLS1_1_VERSION;
1309 max_version = TLS1_1_VERSION;
H A Ds_server.c1460 min_version = TLS1_1_VERSION;
1461 max_version = TLS1_1_VERSION;
/freebsd-12-stable/crypto/openssl/include/crypto/
H A Devp.h432 #ifndef TLS1_1_VERSION
433 # define TLS1_1_VERSION 0x0302 macro
/freebsd-12-stable/crypto/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha1.c428 else if (key->aux.tls_ver >= TLS1_1_VERSION)
497 >= TLS1_1_VERSION) {
816 p[arg - 4] << 8 | p[arg - 3]) >= TLS1_1_VERSION) {
852 if ((param->inp[9] << 8 | param->inp[10]) < TLS1_1_VERSION)
H A De_aes_cbc_hmac_sha256.c444 else if (key->aux.tls_ver >= TLS1_1_VERSION)
527 >= TLS1_1_VERSION)
797 p[arg - 4] << 8 | p[arg - 3]) >= TLS1_1_VERSION) {
836 if ((param->inp[9] << 8 | param->inp[10]) < TLS1_1_VERSION)
/freebsd-12-stable/sys/dev/cxgbe/tom/
H A Dt4_tls.h37 #define TLS1_1_VERSION 0x0302 macro
H A Dt4_tls.c324 case TLS1_1_VERSION:
/freebsd-12-stable/crypto/openssl/engines/
H A De_dasync.c614 if ((p[arg - 4] << 8 | p[arg - 3]) >= TLS1_1_VERSION) {
/freebsd-12-stable/crypto/openssl/ssl/statem/
H A Dstatem_lib.c1438 {TLS1_1_VERSION, tlsv1_1_client_method, tlsv1_1_server_method},
1440 {TLS1_1_VERSION, NULL, NULL},
/freebsd-12-stable/crypto/openssl/include/openssl/
H A Dtls1.h28 # define TLS1_1_VERSION 0x0302 macro
/freebsd-12-stable/contrib/wpa/src/crypto/
H A Dtls_openssl.c2958 version = TLS1_1_VERSION;

Completed in 391 milliseconds