From: James Yonan Date: Thu, 17 Mar 2011 20:04:56 +0000 (+0000) Subject: env_filter_match now includes the serial number of all certs X-Git-Tag: v2.3-alpha1~211^2^2~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65bd97203c45ce01845964069120959730d46215;p=thirdparty%2Fopenvpn.git env_filter_match now includes the serial number of all certs in chain (as tls_serial_n vars), rather than only tls_serial_0. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@7055 e7ae566f-a301-0410-adde-c780ea21d3b5 --- diff --git a/manage.c b/manage.c index e8f67cde0..0939105ac 100644 --- a/manage.c +++ b/manage.c @@ -2259,7 +2259,7 @@ env_filter_match (const char *env_str, const int env_filter_level) "username=", "password=", "X509_0_CN=", - "tls_serial_0=", + "tls_serial_", "untrusted_ip=", "ifconfig_local=", "ifconfig_netmask=",