aboutsummaryrefslogtreecommitdiff
path: root/ssl.h
diff options
context:
space:
mode:
authorJames Yonan <james@openvpn.net>2011-04-25 04:58:34 +0000
committerDavid Sommerseth <dazo@users.sourceforge.net>2011-04-26 22:29:12 +0200
commit7966d75a9d41453a56e41eaae7b0fd64f75f7ec3 (patch)
tree97e65f4bb5d010a61a1fbb99d7253ac5350550fb /ssl.h
parentAdded 'dir' flag to "crl-verify" (see man page for info). (diff)
downloadopenvpn-7966d75a9d41453a56e41eaae7b0fd64f75f7ec3.tar.xz
Added new "extra-certs" and "verify-hash" options (see man page for
details). Increase the timeout after SIGUSR1 restart when restart is not due to server_poll_timeout. Version 2.1.3v git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@7215 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'ssl.h')
-rw-r--r--ssl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ssl.h b/ssl.h
index fe494b1..1b23d7d 100644
--- a/ssl.h
+++ b/ssl.h
@@ -466,6 +466,7 @@ struct tls_options
int ns_cert_type;
unsigned remote_cert_ku[MAX_PARMS];
const char *remote_cert_eku;
+ uint8_t *verify_hash;
/* allow openvpn config info to be
passed over control channel */