summaryrefslogtreecommitdiff
path: root/app/openssl/android.testssl/testssl
diff options
context:
space:
mode:
Diffstat (limited to 'app/openssl/android.testssl/testssl')
-rwxr-xr-xapp/openssl/android.testssl/testssl6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/openssl/android.testssl/testssl b/app/openssl/android.testssl/testssl
index 5ff48604..66b87361 100755
--- a/app/openssl/android.testssl/testssl
+++ b/app/openssl/android.testssl/testssl
@@ -176,6 +176,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