Home | History | Annotate | Download | only in test

Lines Matching defs:ciphersuite

4537      * So updating ciphersuite in 'sess' which will get reflected in
4727 * Test 0: Set a default ciphersuite in the SSL_CTX (no explicit cipher_list)
4728 * Test 1: Set a non-default ciphersuite in the SSL_CTX (no explicit cipher_list)
4729 * Test 2: Set a default ciphersuite in the SSL (no explicit cipher_list)
4730 * Test 3: Set a non-default ciphersuite in the SSL (no explicit cipher_list)
4731 * Test 4: Set a default ciphersuite in the SSL_CTX (SSL_CTX cipher_list)
4732 * Test 5: Set a non-default ciphersuite in the SSL_CTX (SSL_CTX cipher_list)
4733 * Test 6: Set a default ciphersuite in the SSL (SSL_CTX cipher_list)
4734 * Test 7: Set a non-default ciphersuite in the SSL (SSL_CTX cipher_list)
4735 * Test 8: Set a default ciphersuite in the SSL (SSL cipher_list)
4736 * Test 9: Set a non-default ciphersuite in the SSL (SSL cipher_list)
4758 /* Default ciphersuite */
4763 /* Non default ciphersuite */
4780 /* Default ciphersuite */
4785 /* Non default ciphersuite */
4840 /* Check we can resume a session with a different SHA-256 ciphersuite */
4917 * ciphersuite, but client thinks the session is for SHA-256, so it should
5145 * Must include an EC ciphersuite so that we send supported groups in
5625 * We use a ciphersuite with SHA256 to ease testing old style PSK
10851 const char *ciphersuite = "DHE-RSA-AES128-SHA";
10897 ciphersuite = "ADH-AES128-SHA256:@SECLEVEL=0";
10901 ciphersuite = "ADH-AES256-SHA256:@SECLEVEL=0";
10923 || !TEST_true(SSL_set_cipher_list(serverssl, ciphersuite))
10924 || !TEST_true(SSL_set_cipher_list(clientssl, ciphersuite)))
12972 * Test 3: Use a CCM based ciphersuite