Re: [Openvpn-devel] FOSDEM

2012-02-06 Thread Paul Bakker
On 6-2-2012 8:22, Jan Just Keijser wrote: > as David mentioned: is BlowFish support finished ;) ? Almost! :).. > my wiki page on comparing OpenSSL vs NSS vs GnuTLS vs PolarSSL when > used in Curl can be found here: > > http://www.nikhef.nl/pub/projects/grid/gridwiki/index.php/Funny_Curly_thing

[Openvpn-devel] Elliptic curve patch

2012-02-06 Thread Jan Just Keijser
hi all, attached is my elliptic curve patch, to add support for using ECDSA curves in combination with SHA256/SHA512 signed certificates; currently you can do either ECDSA with SHA1-signed certificates, or no ECDSA but SHA256/SHA512 signed certs . The error message seen is SSL3_CLIENT_GET_HE

Re: [Openvpn-devel] [PATCH 2/2] Removed support for calling gc_malloc with a NULL gc_arena struct

2012-02-06 Thread Adriaan de Jong
> -Original Message- > From: Jan Just Keijser [mailto:janj...@nikhef.nl] > > I agree with Gert: > I spent most of my train journey yesterday figuring out what the next > assert failure/segfault was , caused by this buffer.c change; > env_set_create is one, log_history_add was also giving m

Re: [Openvpn-devel] FOSDEM

2012-02-06 Thread Jan Just Keijser
Welcome Paul, Paul Bakker wrote: Hi OpenVPN Devel.. As promised ;) I'm now subscribed to the OpenVPN devel list. So if you need me for any questions related to PolarSSL, just mail.. as David mentioned: is BlowFish support finished ;) ? my wiki page on comparing OpenSSL vs NSS vs GnuTLS v

Re: [Openvpn-devel] [PATCH 2/2] Removed support for calling gc_malloc with a NULL gc_arena struct

2012-02-06 Thread Jan Just Keijser
Hi, David Sommerseth wrote: On 05/02/12 16:57, Gert Doering wrote: Hi, On Sun, Feb 05, 2012 at 12:51:25PM +0100, Adriaan de Jong wrote: Signed-off-by: Adriaan de Jong --- buffer.c | 29 ++--- 1 files changed, 10 insertions(+), 19 deletions(-) diff --git a