Home
last modified time | relevance | path

Searched refs:TLS1_1_VERSION (Results 1 – 25 of 33) sorted by relevance

12

/freebsd-14-stable/crypto/openssl/ssl/
HDmethods.c34 IMPLEMENT_tls_meth_func(TLS1_1_VERSION, SSL_METHOD_NO_SUITEB, SSL_OP_NO_TLSv1_1, in IMPLEMENT_tls_meth_func() argument
65 IMPLEMENT_tls_meth_func(TLS1_1_VERSION, SSL_METHOD_NO_SUITEB, SSL_OP_NO_TLSv1_1, in IMPLEMENT_tls_meth_func()
98 IMPLEMENT_tls_meth_func(TLS1_1_VERSION, SSL_METHOD_NO_SUITEB, SSL_OP_NO_TLSv1_1, in IMPLEMENT_tls_meth_func()
HDktls.c89 case TLS1_1_VERSION: in ktls_check_supported_cipher()
HDssl_lib.c514 max_version = TLS1_1_VERSION; in ssl_check_allowed_versions()
517 if (max_version == TLS1_1_VERSION) in ssl_check_allowed_versions()
530 min_version = TLS1_1_VERSION; in ssl_check_allowed_versions()
533 if (min_version == TLS1_1_VERSION) in ssl_check_allowed_versions()
549 || (min_version <= TLS1_1_VERSION && TLS1_1_VERSION <= max_version) in ssl_check_allowed_versions()
4031 case TLS1_1_VERSION: in ssl_protocol_to_string()
HDssl_conf.c317 {"TLSv1.1", TLS1_1_VERSION}, in protocol_from_string()
HDt1_trce.c65 {TLS1_1_VERSION, "TLS 1.1"},
HDssl_cert.c1082 if (nid <= TLS1_1_VERSION && level >= 4) in ssl_security_default_callback()
/freebsd-14-stable/crypto/openssl/test/
HDssl_ctx_test.c27 {TLS1_2_VERSION, TLS1_1_VERSION, 1, 1, TLS1_2_VERSION, TLS1_1_VERSION},
HDssl_test_ctx_test.c172 fixture->expected_ctx->expected_protocol = TLS1_1_VERSION; in test_good_configuration()
HDssl_old_test.c812 {"tls1.1", TLS1_1_VERSION}, in protocol_from_string()
1352 min_version = TLS1_1_VERSION; in main()
1353 max_version = TLS1_1_VERSION; in main()
/freebsd-14-stable/crypto/openssl/include/openssl/
HDprov_ssl.h24 # define TLS1_1_VERSION 0x0302 macro
/freebsd-14-stable/crypto/openssl/apps/
HDciphers.c144 min_version = TLS1_1_VERSION; in ciphers_main()
145 max_version = TLS1_1_VERSION; in ciphers_main()
HDs_time.c218 min_version = TLS1_1_VERSION; in s_time_main()
219 max_version = TLS1_1_VERSION; in s_time_main()
/freebsd-14-stable/crypto/openssl/providers/implementations/ciphers/
HDciphercommon_block.c174 case TLS1_1_VERSION: in ossl_cipher_tlsunpadblock()
HDcipher_aes_cbc_hmac_sha1_hw.c396 else if (ctx->aux.tls_ver >= TLS1_1_VERSION) in aesni_cbc_hmac_sha1_cipher()
458 >= TLS1_1_VERSION) { in aesni_cbc_hmac_sha1_cipher()
679 p[aad_len - 4] << 8 | p[aad_len - 3]) >= TLS1_1_VERSION) { in aesni_cbc_hmac_sha1_set_tls1_aad()
725 if ((param->inp[9] << 8 | param->inp[10]) < TLS1_1_VERSION) in aesni_cbc_hmac_sha1_tls1_multiblock_aad()
HDcipher_aes_cbc_hmac_sha256_hw.c419 else if (ctx->aux.tls_ver >= TLS1_1_VERSION) in aesni_cbc_hmac_sha256_cipher()
500 >= TLS1_1_VERSION) in aesni_cbc_hmac_sha256_cipher()
732 p[aad_len - 4] << 8 | p[aad_len - 3]) >= TLS1_1_VERSION) { in aesni_cbc_hmac_sha256_set_tls1_aad()
777 if ((param->inp[9] << 8 | param->inp[10]) < TLS1_1_VERSION) in aesni_cbc_hmac_sha256_tls1_multiblock_aad()
/freebsd-14-stable/crypto/openssl/doc/man3/
HDSSL_CTX_set_min_proto_version.pod42 B<TLS1_1_VERSION>, B<TLS1_2_VERSION>, B<TLS1_3_VERSION> for TLS and
HDSSL_get_version.pod79 =item TLS1_1_VERSION
/freebsd-14-stable/crypto/openssl/crypto/evp/
HDe_aes_cbc_hmac_sha1.c434 else if (key->aux.tls_ver >= TLS1_1_VERSION) in aesni_cbc_hmac_sha1_cipher()
502 >= TLS1_1_VERSION) { in aesni_cbc_hmac_sha1_cipher()
819 p[arg - 4] << 8 | p[arg - 3]) >= TLS1_1_VERSION) { in aesni_cbc_hmac_sha1_ctrl()
855 if ((param->inp[9] << 8 | param->inp[10]) < TLS1_1_VERSION) in aesni_cbc_hmac_sha1_ctrl()
HDe_aes_cbc_hmac_sha256.c449 else if (key->aux.tls_ver >= TLS1_1_VERSION) in aesni_cbc_hmac_sha256_cipher()
531 >= TLS1_1_VERSION) in aesni_cbc_hmac_sha256_cipher()
800 p[arg - 4] << 8 | p[arg - 3]) >= TLS1_1_VERSION) { in aesni_cbc_hmac_sha256_ctrl()
839 if ((param->inp[9] << 8 | param->inp[10]) < TLS1_1_VERSION) in aesni_cbc_hmac_sha256_ctrl()
/freebsd-14-stable/crypto/openssl/engines/
HDe_ossltest.c830 if (key->tls_ver >= TLS1_1_VERSION) { in ossltest_aes128_cbc_hmac_sha1_cipher()
877 if (key->tls_ver >= TLS1_1_VERSION) { in ossltest_aes128_cbc_hmac_sha1_ctrl()
HDe_dasync.c694 if ((p[arg - 4] << 8 | p[arg - 3]) >= TLS1_1_VERSION) { in dasync_cipher_ctrl_helper()
/freebsd-14-stable/crypto/openssl/include/crypto/
HDevp.h851 # ifndef TLS1_1_VERSION
852 # define TLS1_1_VERSION 0x0302 macro
/freebsd-14-stable/crypto/openssl/ssl/statem/
HDstatem_lib.c117 if (ver_max <= TLS1_1_VERSION) in tls_setup_handshake()
1452 {TLS1_1_VERSION, tlsv1_1_client_method, tlsv1_1_server_method},
1454 {TLS1_1_VERSION, NULL, NULL},
/freebsd-14-stable/crypto/openssl/apps/lib/
HDs_cb.c515 {"TLS 1.1", TLS1_1_VERSION},
597 version == TLS1_1_VERSION || in msg_cb()
/freebsd-14-stable/crypto/openssl/test/helpers/
HDssl_test_ctx.c154 {"TLSv1.1", TLS1_1_VERSION},

12