/openssl/ssl/ |
H A D | methods.c | 34 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()
|
H A D | ssl_lib.c | 508 max_version = TLS1_1_VERSION; in ssl_check_allowed_versions() 511 if (max_version == TLS1_1_VERSION) in ssl_check_allowed_versions() 524 min_version = TLS1_1_VERSION; in ssl_check_allowed_versions() 527 if (min_version == TLS1_1_VERSION) in ssl_check_allowed_versions() 543 || (min_version <= TLS1_1_VERSION && TLS1_1_VERSION <= max_version) in ssl_check_allowed_versions() 4955 case TLS1_1_VERSION: in ssl_protocol_to_string()
|
H A D | ssl_conf.c | 319 {"TLSv1.1", TLS1_1_VERSION}, in protocol_from_string()
|
H A D | t1_trce.c | 66 {TLS1_1_VERSION, "TLS 1.1"},
|
/openssl/test/ |
H A D | ssl_ctx_test.c | 40 …{PROTO_TLS, TLS1_2_VERSION, TLS1_1_VERSION, 1, 1, TLS1_2_VERSION, TLS1_1_VERS…
|
H A D | ssl_test_ctx_test.c | 172 fixture->expected_ctx->expected_protocol = TLS1_1_VERSION; in test_good_configuration()
|
H A D | ssl_old_test.c | 825 {"tls1.1", TLS1_1_VERSION}, in protocol_from_string() 1364 min_version = TLS1_1_VERSION; in main() 1365 max_version = TLS1_1_VERSION; in main()
|
/openssl/include/openssl/ |
H A D | prov_ssl.h | 25 # define TLS1_1_VERSION 0x0302 macro
|
/openssl/apps/ |
H A D | ciphers.c | 144 min_version = TLS1_1_VERSION; in ciphers_main() 145 max_version = TLS1_1_VERSION; in ciphers_main()
|
H A D | s_time.c | 218 min_version = TLS1_1_VERSION; in s_time_main() 219 max_version = TLS1_1_VERSION; in s_time_main()
|
/openssl/providers/implementations/ciphers/ |
H A D | ciphercommon_block.c | 157 case TLS1_1_VERSION: in ossl_cipher_tlsunpadblock()
|
H A D | cipher_aes_cbc_hmac_sha1_hw.c | 396 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()
|
H A D | cipher_aes_cbc_hmac_sha256_hw.c | 419 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()
|
/openssl/doc/man3/ |
H A D | SSL_CTX_set_min_proto_version.pod | 42 B<TLS1_1_VERSION>, B<TLS1_2_VERSION>, B<TLS1_3_VERSION> for TLS and
|
H A D | SSL_get_version.pod | 103 =item TLS1_1_VERSION
|
/openssl/crypto/evp/ |
H A D | e_aes_cbc_hmac_sha1.c | 435 else if (key->aux.tls_ver >= TLS1_1_VERSION) in aesni_cbc_hmac_sha1_cipher() 509 >= TLS1_1_VERSION) { in aesni_cbc_hmac_sha1_cipher() 826 p[arg - 4] << 8 | p[arg - 3]) >= TLS1_1_VERSION) { in aesni_cbc_hmac_sha1_ctrl() 862 if ((param->inp[9] << 8 | param->inp[10]) < TLS1_1_VERSION) in aesni_cbc_hmac_sha1_ctrl()
|
H A D | e_aes_cbc_hmac_sha256.c | 449 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()
|
/openssl/engines/ |
H A D | e_ossltest.c | 830 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()
|
H A D | e_dasync.c | 693 if ((p[arg - 4] << 8 | p[arg - 3]) >= TLS1_1_VERSION) { in dasync_cipher_ctrl_helper()
|
/openssl/include/crypto/ |
H A D | evp.h | 856 # ifndef TLS1_1_VERSION 857 # define TLS1_1_VERSION 0x0302 macro
|
/openssl/ssl/record/methods/ |
H A D | ktls_meth.c | 36 case TLS1_1_VERSION: in ktls_int_check_supported_cipher()
|
H A D | recmethod_local.h | 398 #define RLAYER_USE_EXPLICIT_IV(rl) ((rl)->version == TLS1_1_VERSION \
|
/openssl/apps/lib/ |
H A D | s_cb.c | 574 {"TLS 1.1", TLS1_1_VERSION}, 657 version == TLS1_1_VERSION || in msg_cb()
|
/openssl/ssl/statem/ |
H A D | statem_lib.c | 162 ? DTLS1_VERSION : TLS1_1_VERSION; in tls_setup_handshake() 1831 {TLS1_1_VERSION, tlsv1_1_client_method, tlsv1_1_server_method}, 1833 {TLS1_1_VERSION, NULL, NULL},
|
/openssl/test/helpers/ |
H A D | ssl_test_ctx.c | 154 {"TLSv1.1", TLS1_1_VERSION},
|