"ALPN handshake test");
SKIP: {
- skip "No CT support in this OpenSSL build", 1 if disabled("ct");
+ skip "No CT and/or EC support in this OpenSSL build", 1
+ if disabled("ct") || disabled("ec");
#Test 14: SCT handshake (client request only)
$proxy->clear();
"SCT handshake test (server)");
SKIP: {
- skip "No CT support in this OpenSSL build", 1 if disabled("ct");
+ skip "No CT and/or EC support in this OpenSSL build", 1
+ if disabled("ct") || disabled("ec");
#Test 16: SCT handshake (client and server)
#There is no built-in server side support for this so we are actually also