[Openvpn-devel] [PATCH]: small tweaks to beta16

2004-11-11 Thread Peter 'Luna' Runestig
ibs +LIB_DIRS = -L${OPENSSL}/out -L${LZO} LIB_DIRS_DMALLOC = ${LIB_DIRS} -L${DMALLOC} I'm using lzo-1.08, and the "liblzo.a" file was created in the base directory there, and the "src/.libs" subdir doesn't even exist. Or is it just me? Cheers, - Peter -- Peter 'Luna' Runestig (fd.

Re: [Openvpn-devel] PATCH[2/2]: Use certificates from MS Cert Store with CryptoAPI

2004-10-19 Thread Peter 'Luna' Runestig
2.0_beta12.orig/cryptoapi.c 1970-01-01 01:00:00.0 +0100 +++ openvpn-2.0_beta12/cryptoapi.c 2004-10-18 11:54:40.0 +0200 @@ -0,0 +1,466 @@ +/* + * Copyright (c) 2004 Peter 'Luna' Runestig <pe...@runestig.com> + * All rights reserved. + * + * Redistribution and use in source

Re: [Openvpn-devel] PATCH[1/2]: Use certificates from MS Cert Store with CryptoAPI

2004-10-19 Thread Peter 'Luna' Runestig
On 2004-10-18 22:13, James Yonan wrote: > On Mon, 18 Oct 2004, Peter 'Luna' Runestig wrote: > >> On 2004-10-18 09:33, James Yonan wrote: >> > I've merged the MSVC patch for beta12, >> >> Hmm, what exactly did you merge? I can't see much trace of it... > >

Re: [Openvpn-devel] PATCH[1/2]: Use certificates from MS Cert Store with CryptoAPI

2004-10-18 Thread Peter 'Luna' Runestig
On 2004-10-18 09:33, James Yonan wrote: > I've merged the MSVC patch for beta12, Hmm, what exactly did you merge? I can't see much trace of it... I have a MinGW solution to the CryptoAPI patch, probably post it tomorrow. Cheers, - Peter -- Peter 'Luna' Runestig (fd. Altberg), Sweden

Re: [Openvpn-devel] PATCH[2/2]: Use certificates from MS Cert Store with CryptoAPI

2004-10-13 Thread Peter 'Luna' Runestig
t to be able to build this code. I don't know, maybe I'll look into it again in a few days, now my girlfriends birthday, and the annual moose hunt is on the schedule. :-) > James Thanks again for your warm welcome, and thanks again for /your/ great code! Cheers, - Peter -- Peter 'Luna' Runestig (f

[Openvpn-devel] PATCH[2/2]: Use certificates from MS Cert Store with CryptoAPI

2004-10-13 Thread Peter 'Luna' Runestig
envpn-2.0_beta11.msvc/SSL_CTX_use_CryptoAPI_certificate.c 1970-01-01 01:00:00.0 +0100 +++ openvpn-2.0_beta11/SSL_CTX_use_CryptoAPI_certificate.c 2004-10-13 14:16:41.680180800 +0200 @@ -0,0 +1,428 @@ +/* + * Copyright (c) 2004 Peter 'Luna' Runestig <pe...@runestig.com> + * All rights reserved. + *