summaryrefslogtreecommitdiff
path: root/main/openssl/android.testssl
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2014-11-14 09:52:32 +0100
committerArne Schwabe <arne@rfc2549.org>2014-11-14 09:52:32 +0100
commitb28828796ad6d65ac463b41bba153f74e4531a6b (patch)
tree154b9f7436ae575e324f3374a5145e451bf649a8 /main/openssl/android.testssl
parente7a6c1a987ebee1ddb2f908ca028d613a5c52490 (diff)
Update OpenSSL version
Diffstat (limited to 'main/openssl/android.testssl')
-rwxr-xr-xmain/openssl/android.testssl/testssl6
1 files changed, 6 insertions, 0 deletions
diff --git a/main/openssl/android.testssl/testssl b/main/openssl/android.testssl/testssl
index 5ff48604..66b87361 100755
--- a/main/openssl/android.testssl/testssl
+++ b/main/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