Check for errors with SRP
Reviewed-by: Matt Caswell <matt@openssl.org> (cherry picked from commit 5fced2395ddfb603a50fd1bd87411e603a59dc6f)
This commit is contained in:
parent
0d25eb7800
commit
eb0e2a5c5d
@ -198,16 +198,16 @@ if ../util/shlib_wrap.sh ../apps/openssl no-srp; then
|
|||||||
echo skipping SRP tests
|
echo skipping SRP tests
|
||||||
else
|
else
|
||||||
echo test tls1 with SRP
|
echo test tls1 with SRP
|
||||||
$ssltest -tls1 -cipher SRP -srpuser test -srppass abc123
|
$ssltest -tls1 -cipher SRP -srpuser test -srppass abc123 || exit 1
|
||||||
|
|
||||||
echo test tls1 with SRP via BIO pair
|
echo test tls1 with SRP via BIO pair
|
||||||
$ssltest -bio_pair -tls1 -cipher SRP -srpuser test -srppass abc123
|
$ssltest -bio_pair -tls1 -cipher SRP -srpuser test -srppass abc123 || exit 1
|
||||||
|
|
||||||
echo test tls1 with SRP auth
|
echo test tls1 with SRP auth
|
||||||
$ssltest -tls1 -cipher aSRP -srpuser test -srppass abc123
|
$ssltest -tls1 -cipher aSRP -srpuser test -srppass abc123 || exit 1
|
||||||
|
|
||||||
echo test tls1 with SRP auth via BIO pair
|
echo test tls1 with SRP auth via BIO pair
|
||||||
$ssltest -bio_pair -tls1 -cipher aSRP -srpuser test -srppass abc123
|
$ssltest -bio_pair -tls1 -cipher aSRP -srpuser test -srppass abc123 || exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user