summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2014-08-08 11:19:39 +0100
committerJanusz Kozerski <j.kozerski@samsung.com>2014-10-20 15:25:34 +0200
commit2728a859336194c8737fc84486df3c95105a70c4 (patch)
treee580b02c7921c9c457531eceb66570a0a0e8efc6 /test
parent1aaeaf200e58d442a7bc85af849b2a2ab7f99616 (diff)
downloadopenssl-2728a859336194c8737fc84486df3c95105a70c4.tar.gz
openssl-2728a859336194c8737fc84486df3c95105a70c4.tar.bz2
openssl-2728a859336194c8737fc84486df3c95105a70c4.zip
Test SRP authentication ciphersuites.
Reviewed-by: Matt Caswell <matt@openssl.org> (cherry picked from commit 193c1c07165b0042abd217274a084b49459d4443)
Diffstat (limited to 'test')
-rw-r--r--test/testssl6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/testssl b/test/testssl
index 4e8542b..9fb89a3 100644
--- a/test/testssl
+++ b/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