On Thu, Jul 14, 2011 at 08:18:56AM +0200, Adriaan de Jong wrote: > > -----Original Message----- > > From: Samuli Seppänen [mailto:sam...@openvpn.net] > > > > There's some support for challenge-response authentication in OpenVPN: > > > > <http://openvpn.git.sourceforge.net/git/gitweb.cgi?p=openvpn/openvpn- > > testing.git;a=commit;h=3cf9dd88fd84108eccfcce0ebf44e00f9481cd82> > > > > This code is in the "master" branch. Look here for instructions on how > > to fetch the sources: > > > > <https://community.openvpn.net/openvpn/wiki/DeveloperDocumentation#Main > > developmentrepositorygit> > > > > Note that this code was refactored quite heavily, and now lives in its own > verification module. > > It lives here at the moment: > https://github.com/andj/openvpn-ssl-refactoring/blob/master/ssl_verify.c . > The verification code is called from key_method_2_write and > key_method_2_read, in ssl.c > (https://github.com/andj/openvpn-ssl-refactoring/blob/master/ssl.c). >
Hello! What's the current status of OpenVPN challenge/response support? I got busy with other projects and didn't test/investigate this yet, but I'll probably get to it in the near future.. Thanks! -- Pasi