Searched refs:test_cipherlist (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/crypto/openssl/ssl/
H A Dssltest.c885 " -test_cipherlist - Verifies the order of the ssl cipher lists.\n"
1080 int test_cipherlist = 0; local
1303 } else if (strcmp(*argv, "-test_cipherlist") == 0) {
1304 test_cipherlist = 1;
1403 * test_cipherlist prevails over protocol switch: we test the cipherlist
1406 if (test_cipherlist == 1) {

Completed in 126 milliseconds