From 09cc9c81c8e57a21395de4848baaa8213627d3c6 Mon Sep 17 00:00:00 2001 From: james Date: Tue, 18 Nov 2008 03:22:52 +0000 Subject: Added server-side --opt-verify option: clients that connect with options that are incompatible with those of the server will be disconnected. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@3505 e7ae566f-a301-0410-adde-c780ea21d3b5 --- ssl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ssl.h') diff --git a/ssl.h b/ssl.h index 41df175..6dedac1 100644 --- a/ssl.h +++ b/ssl.h @@ -469,6 +469,7 @@ struct tls_options # define SSLF_USERNAME_AS_COMMON_NAME (1<<1) # define SSLF_AUTH_USER_PASS_OPTIONAL (1<<2) # define SSLF_NO_NAME_REMAPPING (1<<3) +# define SSLF_OPT_VERIFY (1<<4) unsigned int ssl_flags; #ifdef MANAGEMENT_DEF_AUTH -- cgit v1.2.3