Re: [Openvpn-devel] Developer documentation moved to Trac

2010-04-25 Thread Samuli Seppänen
Gives the same error message on my Firefox... I'll ask the guys at the company what the problem is. Samuli > Hi Samuli, > > On Fri, 2010-04-23 at 16:45 +0300, Samuli Seppänen wrote: > >> I moved/copied our developer documentation to Trac as discussed >> earlier[1]. The documentation is

[Openvpn-devel] [PATCH] Serial number export, fixed

2010-04-25 Thread Davide Brini
ssl.c: correctly manage and export serial numbers of any size (as parsed by OpenSSL) into the environment. Set to empty string in case of errors, as 0 and negative numbers are all possible (although illegal) certificate serial numbers. Use an OpenSSL

[Openvpn-devel] [PATCH] Revamped the script-security warning logging (version 2)

2010-04-25 Thread David Sommerseth
From: David Sommerseth The main task of this patch is to avoid reporting the SCRIPT_SECURITY_WARNING over and over again, in addition to not show this warning when it should not be a problem. This general warning should now only appear once, and only when

[Openvpn-devel] [PATCH] Avoid repetition of "this config may cache passwords in memory"

2010-04-25 Thread David Sommerseth
From: David Sommerseth For OpenVPN clients with long living connections, this message is repeated everytime the connection is renegotiated. This patch removes this behaviour and will only show this warning once. Signed-off-by: David Sommerseth