summaryrefslogtreecommitdiff
path: root/test/testssl
diff options
context:
space:
mode:
authorbodo <bodo>2002-02-28 10:51:19 +0000
committerbodo <bodo>2002-02-28 10:51:19 +0000
commit09750d7a4776668fad31b26e30955069d8700f37 (patch)
treece56f738ecbebd101f4f43195e45b9d119d4db15 /test/testssl
parente847fb722d893e35c6377a403243ad4de7eda575 (diff)
downloadopenssl-09750d7a4776668fad31b26e30955069d8700f37.tar.gz
Add 'void *' argument to app_verify_callback.
Submitted by: D. K. Smetters <smetters@parc.xerox.com> Reviewed by: Bodo Moeller
Diffstat (limited to 'test/testssl')
-rw-r--r--test/testssl3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/testssl b/test/testssl
index 3ca5c8010..ba5e41c86 100644
--- a/test/testssl
+++ b/test/testssl
@@ -116,6 +116,9 @@ $ssltest -bio_pair -client_auth $CA $extra || exit 1
echo test sslv2/sslv3 with both client and server authentication via BIO pair
$ssltest -bio_pair -server_auth -client_auth $CA $extra || exit 1
+echo test sslv2/sslv3 with both client and server authentication via BIO pair and app verify
+$ssltest -bio_pair -server_auth -client_auth -app_verify $CA $extra || exit 1
+
#############################################################################
echo test tls1 with 1024bit anonymous DH, multiple handshakes