From 90a549ddfbd56970dd88b4bb19fb2046331ed6a6 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Fri, 8 Aug 2014 11:19:39 +0100 Subject: [PATCH] Test SRP authentication ciphersuites. Reviewed-by: Matt Caswell (cherry picked from commit 193c1c07165b0042abd217274a084b49459d4443) --- test/testssl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/testssl b/test/testssl index 240c8f624d..e3b342bfd4 100644 --- a/test/testssl +++ b/test/testssl @@ -204,6 +204,12 @@ else echo test tls1 with SRP via BIO pair $ssltest -bio_pair -tls1 -cipher SRP -srpuser test -srppass abc123 + + echo test tls1 with SRP auth + $ssltest -tls1 -cipher aSRP -srpuser test -srppass abc123 + + echo test tls1 with SRP auth via BIO pair + $ssltest -bio_pair -tls1 -cipher aSRP -srpuser test -srppass abc123 fi ############################################################################# -- 2.25.1