aboutsummaryrefslogtreecommitdiff
path: root/openssl/test/testssl
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/test/testssl')
-rw-r--r--openssl/test/testssl6
1 files changed, 6 insertions, 0 deletions
diff --git a/openssl/test/testssl b/openssl/test/testssl
index 4e8542b55..9fb89a3dd 100644
--- a/openssl/test/testssl
+++ b/openssl/test/testssl
@@ -173,6 +173,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
exit 0