summaryrefslogtreecommitdiffstats
path: root/test/testssl
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2002-02-28 10:52:56 +0000
committerBodo Möller <bodo@openssl.org>2002-02-28 10:52:56 +0000
commit023ec151df447fbb12bba8dddb0bf1396c44014e (patch)
tree07b3265ce3163980f86c1c209d72e6a47aebc217 /test/testssl
parent59dbdb51dc41fb871f491e7d91bf6d8aae7078a5 (diff)
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 3ca5c8010b..ba5e41c861 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