Home
last modified time | relevance | path

Searched refs:t12_cipher (Results 1 – 1 of 1) sorted by relevance

/openssl/test/
H A Dsslapitest.c5017 const char *t12_cipher = NULL; in test_tls13_ciphersuite() local
5035 t12_cipher = TLS1_TXT_RSA_WITH_AES_128_SHA256; in test_tls13_ciphersuite()
5039 t12_cipher = TLS1_TXT_RSA_WITH_AES_128_SHA256; in test_tls13_ciphersuite()
5067 if (t12_cipher != NULL) { in test_tls13_ciphersuite()
5068 if (!TEST_true(SSL_CTX_set_cipher_list(sctx, t12_cipher)) in test_tls13_ciphersuite()
5070 t12_cipher))) in test_tls13_ciphersuite()
5083 if (t12_cipher != NULL) { in test_tls13_ciphersuite()
5084 if (!TEST_true(SSL_set_cipher_list(serverssl, t12_cipher)) in test_tls13_ciphersuite()
5086 t12_cipher))) in test_tls13_ciphersuite()
5113 if (max_ver == TLS1_2_VERSION && t12_cipher != NULL in test_tls13_ciphersuite()
[all …]

Completed in 29 milliseconds