Re: [Openvpn-devel] Plugins programming issue

2005-04-14 Thread James Yonan
On Thu, 14 Apr 2005, RN wrote: > OpenVPN issue on rc21: I experience a very big oddity when a plugin is > initialized with OPENVPN_PLUGIN_AUTH_USER_PASS_VERIFY flag on, but the VPN > config is set to TLS: on ssl.c, we get into the "if" on line 2581, but this > is > IMO not correct. Then we go

[Openvpn-devel] Plugins programming issue

2005-04-14 Thread RN
OpenVPN issue on rc21: I experience a very big oddity when a plugin is initialized with OPENVPN_PLUGIN_AUTH_USER_PASS_VERIFY flag on, but the VPN config is set to TLS: on ssl.c, we get into the "if" on line 2581, but this is IMO not correct. Then we go further to read_string on line 2589 and fin