Loading test/recipes/70-test_sslmessages.t +17 −12 Original line number Diff line number Diff line Loading @@ -363,11 +363,15 @@ SKIP: { "NPN handshake test"); } SKIP: { skip "No SRP support in this OpenSSL build", 1 if disabled("srp"); #Test 20: SRP extension #Note: We are not actually going to perform an SRP handshake (TLSProxy does not #support it). However it is sufficient for us to check that the SRP extension #gets added on the client side. There is no SRP extension generated on the #server side anyway. #Note: We are not actually going to perform an SRP handshake (TLSProxy #does not support it). However it is sufficient for us to check that the #SRP extension gets added on the client side. There is no SRP extension #generated on the server side anyway. $proxy->clear(); $proxy->clientflags("-no_tls1_3 -srpuser user -srppass pass:pass"); $proxy->start(); Loading @@ -375,6 +379,7 @@ checkhandshake($proxy, checkhandshake::DEFAULT_HANDSHAKE, checkhandshake::DEFAULT_EXTENSIONS | checkhandshake::SRP_CLI_EXTENSION, "SRP extension test"); } #Test 21: EC handshake SKIP: { Loading Loading
test/recipes/70-test_sslmessages.t +17 −12 Original line number Diff line number Diff line Loading @@ -363,11 +363,15 @@ SKIP: { "NPN handshake test"); } SKIP: { skip "No SRP support in this OpenSSL build", 1 if disabled("srp"); #Test 20: SRP extension #Note: We are not actually going to perform an SRP handshake (TLSProxy does not #support it). However it is sufficient for us to check that the SRP extension #gets added on the client side. There is no SRP extension generated on the #server side anyway. #Note: We are not actually going to perform an SRP handshake (TLSProxy #does not support it). However it is sufficient for us to check that the #SRP extension gets added on the client side. There is no SRP extension #generated on the server side anyway. $proxy->clear(); $proxy->clientflags("-no_tls1_3 -srpuser user -srppass pass:pass"); $proxy->start(); Loading @@ -375,6 +379,7 @@ checkhandshake($proxy, checkhandshake::DEFAULT_HANDSHAKE, checkhandshake::DEFAULT_EXTENSIONS | checkhandshake::SRP_CLI_EXTENSION, "SRP extension test"); } #Test 21: EC handshake SKIP: { Loading