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:
f642ebc
)
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>
Sat, 9 Aug 2014 12:21:29 +0000
(13:21 +0100)
Reviewed-by: Matt Caswell <matt@openssl.org>
test/testssl
patch
|
blob
|
history
diff --git
a/test/testssl
b/test/testssl
index 44c8647e686e849b38670de4c431da70c0d6c1f6..3a63e5d1e5bc2e32b1bc092b8cac8e749fba8ec5 100644
(file)
--- 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
#############################################################################