summaryrefslogtreecommitdiffstats
path: root/test/testssl
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2014-08-08 11:19:39 +0100
committerDr. Stephen Henson <steve@openssl.org>2014-08-09 00:09:01 +0100
commit90a549ddfbd56970dd88b4bb19fb2046331ed6a6 (patch)
tree0974f4c444440d2d071b18554bfaba7d4ba2f7e2 /test/testssl
parentbc792813f0bd02deff545aaba3b81334956779da (diff)
Test SRP authentication ciphersuites.
Reviewed-by: Matt Caswell <matt@openssl.org> (cherry picked from commit 193c1c07165b0042abd217274a084b49459d4443)
Diffstat (limited to 'test/testssl')
-rw-r--r--test/testssl6
1 files changed, 6 insertions, 0 deletions
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
#############################################################################