CC: openvpn: add support for X.509 name options
authorJohn Crispin <john@openwrt.org>
Tue, 8 Mar 2016 18:12:02 +0000 (18:12 +0000)
committerZoltan HERPAI <wigyori@uid0.hu>
Thu, 12 Oct 2017 14:26:00 +0000 (16:26 +0200)
x509-username-field was added in OpenVPN 2.2, and verify-x509-name was
added in 2.3. This fixes ticket #18807.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
SVN-Revision: 48969

package/network/services/openvpn/files/openvpn.init

index 342e5d8..5396d0b 100644 (file)
@@ -124,6 +124,7 @@ start_instance() {
                socks_proxy status status_version syslog tcp_queue_limit tls_auth \
                tls_cipher tls_remote tls_timeout tls_verify tmp_dir topology tran_window \
                tun_mtu tun_mtu_extra txqueuelen user verb down push up \
+               verify_x509_name x509_username_field \
                ifconfig_ipv6 route_ipv6 server_ipv6 ifconfig_ipv6_pool ifconfig_ipv6_push iroute_ipv6
 
        openvpn_add_instance "$s" "/var/etc" "openvpn-$s.conf"