projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc79281
)
Test SRP authentication ciphersuites.
author
Dr. Stephen Henson
<steve@openssl.org>
Fri, 8 Aug 2014 10:19:39 +0000
(11:19 +0100)
committer
Dr. Stephen Henson
<steve@openssl.org>
Fri, 8 Aug 2014 23:09:01 +0000
(
00:09
+0100)
Reviewed-by: Matt Caswell <matt@openssl.org>
(cherry picked from commit
193c1c07165b0042abd217274a084b49459d4443
)
test/testssl
patch
|
blob
|
history
diff --git
a/test/testssl
b/test/testssl
index 240c8f624dc003a69a6147e29499a08c3f7516c0..e3b342bfd4c060f05c65082591769c2bfba8875d 100644
(file)
--- 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
#############################################################################