From: Dr. Stephen Henson Date: Fri, 8 Aug 2014 10:19:39 +0000 (+0100) Subject: Test SRP authentication ciphersuites. X-Git-Tag: OpenSSL_1_0_2-beta3~109 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=90a549ddfbd56970dd88b4bb19fb2046331ed6a6;p=oweals%2Fopenssl.git Test SRP authentication ciphersuites. Reviewed-by: Matt Caswell (cherry picked from commit 193c1c07165b0042abd217274a084b49459d4443) --- diff --git a/test/testssl b/test/testssl index 240c8f624d..e3b342bfd4 100644 --- a/test/testssl +++ b/test/testssl @@ -204,6 +204,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 #############################################################################