From: Dr. Stephen Henson Date: Fri, 8 Aug 2014 10:19:39 +0000 (+0100) Subject: Test SRP authentication ciphersuites. X-Git-Tag: master-pre-reformat~481 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=562fd0d883053f6f62d97439d65cda03a3a1e25d;p=thirdparty%2Fopenssl.git Test SRP authentication ciphersuites. Reviewed-by: Matt Caswell --- diff --git a/test/testssl b/test/testssl index 44c8647e686..3a63e5d1e5b 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 #############################################################################