Re: [Openvpn-devel] [PATCH 4/5] Config compatibility patch. Added translate_cipher_name.

2013-03-21 Thread Gert Doering
Hi, On Thu, Mar 21, 2013 at 06:41:04PM +0100, Steffan Karger wrote: > Attached an updated version of the patch, which should resolve the issue. It > passes t_client tests. It does! OCC is happy now, keysize defaults to 128 bits now, so I am happy to report that "release/2.3 plus your most re

Re: [Openvpn-devel] [PATCH 4/5] Config compatibility patch. Added translate_cipher_name.

2013-03-21 Thread Steffan Karger
: [Openvpn-devel] [PATCH 4/5] Config compatibility patch. Added translate_cipher_name. Hi, On Mon, Mar 18, 2013 at 05:37:31PM +0100, steffan.kar...@fox-it.com wrote: > --- a/src/openvpn/options.c > +++ b/src/openvpn/options.c > @@ -6223,7 +6223,7 @@ add_option (struct options

Re: [Openvpn-devel] [PATCH 4/5] Config compatibility patch. Added translate_cipher_name.

2013-03-20 Thread Steffan Karger
nvpn-devel@lists.sourceforge.net Subject: Re: [Openvpn-devel] [PATCH 4/5] Config compatibility patch. Added translate_cipher_name. Hi, On Mon, Mar 18, 2013 at 05:37:31PM +0100, steffan.kar...@fox-it.com wrote: > --- a/src/openvpn/options.c > +++ b/src/openvpn/options.c > @@ -6223,7 +6223,7 @@ add_opt

Re: [Openvpn-devel] [PATCH 4/5] Config compatibility patch. Added translate_cipher_name.

2013-03-20 Thread Gert Doering
Hi, On Mon, Mar 18, 2013 at 05:37:31PM +0100, steffan.kar...@fox-it.com wrote: > --- a/src/openvpn/options.c > +++ b/src/openvpn/options.c > @@ -6223,7 +6223,7 @@ add_option (struct options *options, > { >VERIFY_PERMISSION (OPT_P_CRYPTO); >options->ciphername_defined = true; >

[Openvpn-devel] [PATCH 4/5] Config compatibility patch. Added translate_cipher_name.

2013-03-18 Thread steffan.karger
From: Steffan Karger Added translate_cipher name to crypto_openssl.c and crypto_polarssl.c to translate between OpenVPN(/OpenSSL) and PolarSSL data channel cipher algorithm names. OpenSSL does not require any translating, PolarSSL does for a small number of algorithms. This improves on config fil