Hi
On Thu, Feb 05, 2015 at 06:15:21PM -0300, Jorge Luiz Silva Peixoto wrote:
> > 64 characters according to some specs, but needs to be 65 to allow NULL
> > termination? I'm speculating here ... so if I'm right I'd appreciate an
> > update to the comment above if it includes NULL termination or n
2015-02-05 7:49 GMT-03:00 David Sommerseth :
> On 04/02/15 18:01, Jorge Luiz Silva Peixoto wrote:
>> The following patch fixes CN maximum length as discussed with Steffan
>> Kargen at openvpn users mailing list.
>>
>>
>> Signed-off-by: Jorge Peixoto
>> ---
>> src/openvpn/ssl_verify.c | 6 +++---
>
Hi,
On Wed, Feb 04, 2015 at 02:01:58PM -0300, Jorge Luiz Silva Peixoto wrote:
> subject,
> -TLS_USERNAME_LEN);
> +TLS_USERNAME_LEN-1);
As David has remarked, this is not really easy to understand - better
keep this at 64, and ensure the buffers whe
Good Morning,
I would like to know the possible error of openVPN that need to be
recorded. I want to make a logstash configuration file for OpenVPN. So far
I have recorded login, diconnection and outdated certificate.
Do you have a list of all the error ar event available on OpenVPN ?
Thank you
On 04/02/15 18:01, Jorge Luiz Silva Peixoto wrote:
> The following patch fixes CN maximum length as discussed with Steffan
> Kargen at openvpn users mailing list.
>
>
> Signed-off-by: Jorge Peixoto
> ---
> src/openvpn/ssl_verify.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>