Home
last modified time | relevance | path

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

12

/openssl/ssl/
H A Dmethods.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()
H A Dssl_lib.c504 max_version = TLS1_1_VERSION; in ssl_check_allowed_versions()
507 if (max_version == TLS1_1_VERSION) in ssl_check_allowed_versions()
520 min_version = TLS1_1_VERSION; in ssl_check_allowed_versions()
523 if (min_version == TLS1_1_VERSION) in ssl_check_allowed_versions()
539 || (min_version <= TLS1_1_VERSION && TLS1_1_VERSION <= max_version) in ssl_check_allowed_versions()
4830 case TLS1_1_VERSION: in ssl_protocol_to_string()
H A Dssl_conf.c317 {"TLSv1.1", TLS1_1_VERSION}, in protocol_from_string()
H A Dt1_trce.c66 {TLS1_1_VERSION, "TLS 1.1"},
/openssl/test/
H A Dssl_ctx_test.c40 …{PROTO_TLS, TLS1_2_VERSION, TLS1_1_VERSION, 1, 1, TLS1_2_VERSION, TLS1_1_VERS…
H A Dssl_test_ctx_test.c172 fixture->expected_ctx->expected_protocol = TLS1_1_VERSION; in test_good_configuration()
H A Dssl_old_test.c825 {"tls1.1", TLS1_1_VERSION}, in protocol_from_string()
1365 min_version = TLS1_1_VERSION; in main()
1366 max_version = TLS1_1_VERSION; in main()
/openssl/include/openssl/
H A Dprov_ssl.h25 # define TLS1_1_VERSION 0x0302 macro
/openssl/apps/
H A Dciphers.c144 min_version = TLS1_1_VERSION; in ciphers_main()
145 max_version = TLS1_1_VERSION; in ciphers_main()
H A Ds_time.c218 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 Dciphercommon_block.c157 case TLS1_1_VERSION: in ossl_cipher_tlsunpadblock()
H A Dcipher_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()
H A Dcipher_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()
/openssl/doc/man3/
H A DSSL_CTX_set_min_proto_version.pod42 B<TLS1_1_VERSION>, B<TLS1_2_VERSION>, B<TLS1_3_VERSION> for TLS and
H A DSSL_get_version.pod103 =item TLS1_1_VERSION
/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha1.c435 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 De_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()
/openssl/engines/
H A De_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()
H A De_dasync.c693 if ((p[arg - 4] << 8 | p[arg - 3]) >= TLS1_1_VERSION) { in dasync_cipher_ctrl_helper()
/openssl/include/crypto/
H A Devp.h860 # ifndef TLS1_1_VERSION
861 # define TLS1_1_VERSION 0x0302 macro
/openssl/ssl/record/methods/
H A Dktls_meth.c36 case TLS1_1_VERSION: in ktls_int_check_supported_cipher()
H A Drecmethod_local.h399 #define RLAYER_USE_EXPLICIT_IV(rl) ((rl)->version == TLS1_1_VERSION \
/openssl/apps/lib/
H A Ds_cb.c549 {"TLS 1.1", TLS1_1_VERSION},
632 version == TLS1_1_VERSION || in msg_cb()
/openssl/ssl/statem/
H A Dstatem_lib.c161 ? DTLS1_VERSION : TLS1_1_VERSION; in tls_setup_handshake()
1824 {TLS1_1_VERSION, tlsv1_1_client_method, tlsv1_1_server_method},
1826 {TLS1_1_VERSION, NULL, NULL},
/openssl/test/helpers/
H A Dssl_test_ctx.c154 {"TLSv1.1", TLS1_1_VERSION},

Completed in 113 milliseconds

12