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 13:21:29 +0100
commit562fd0d883053f6f62d97439d65cda03a3a1e25d (patch)
tree7c76913429c3a47c1208f074be69676af42b54ad /test/testssl
parentf642ebc1e2dca34bc2b3c46796c131e1f5077bee (diff)
Test SRP authentication ciphersuites.
Reviewed-by: Matt Caswell <matt@openssl.org>
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 44c8647e68..3a63e5d1e5 100644
--- a/test/testssl
+++ b/test/testssl
@@ -215,6 +215,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
#############################################################################