Re: [Openvpn-devel] [PATCH] enhance tls-verify possibility

2010-03-01 Thread Gert Doering
Hi, On Sun, Feb 28, 2010 at 02:59:42PM +0100, David Sommerseth wrote: > It should be nice to enhance tls-verify check possibilities against peer > cert during a pending TLS connection like : > - OCSP verification > - check any X509 extensions of the peer certificate > - delta CRL verification > -

Re: [Openvpn-devel] [PATCH] enhance tls-verify possibility

2010-03-01 Thread Karl O. Pinc
On 03/01/2010 04:22:04 AM, David Sommerseth wrote: > On 01/03/10 06:32, Karl O. Pinc wrote: > > On 02/28/2010 10:24:36 PM, Peter Stuge wrote: > >> David Sommerseth wrote: > >>> +++ b/options.c > >>> @@ -529,6 +529,9 @@ static const char usage_message[] = > >>>" tests of certifi

Re: [Openvpn-devel] [PATCH] enhance tls-verify possibility

2010-03-01 Thread Karl O. Pinc
On 02/28/2010 11:52:56 PM, Karl O. Pinc wrote: > On 02/28/2010 11:39:11 PM, Peter Stuge wrote: > > Karl O. Pinc wrote: > > > > > + "--tls-export-cert [directory] : Get peer cert in PEM > format > > and > > > > > > There is no man page. It's in sample-scripts/. > > > > It's a new option, right?

Re: [Openvpn-devel] [PATCH] enhance tls-verify possibility

2010-03-01 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/03/10 06:32, Karl O. Pinc wrote: > On 02/28/2010 10:24:36 PM, Peter Stuge wrote: >> David Sommerseth wrote: >>> +++ b/options.c >>> @@ -529,6 +529,9 @@ static const char usage_message[] = >>>" tests of certification. cmd sho

Re: [Openvpn-devel] [PATCH] enhance tls-verify possibility

2010-03-01 Thread Karl O. Pinc
On 02/28/2010 11:39:11 PM, Peter Stuge wrote: > Karl O. Pinc wrote: > > > > + "--tls-export-cert [directory] : Get peer cert in PEM format > and > > > > There is no man page. It's in sample-scripts/. > > It's a new option, right? The sample script has a new option, yes. But the --tls-verify o

Re: [Openvpn-devel] [PATCH] enhance tls-verify possibility

2010-03-01 Thread Karl O. Pinc
On 02/28/2010 11:32:46 PM, Karl O. Pinc wrote: > However, the openvpn(8) --tls-verify section of the man page > is poor. I just sent another patch that clarifies it. > Perhaps this is what you're looking for? If not then > just ignore my man page patch. I just sent another man page patch to be

Re: [Openvpn-devel] [PATCH] enhance tls-verify possibility

2010-03-01 Thread Peter Stuge
Karl O. Pinc wrote: > > > + "--tls-export-cert [directory] : Get peer cert in PEM format and > > There is no man page. It's in sample-scripts/. It's a new option, right? //Peter

Re: [Openvpn-devel] [PATCH] enhance tls-verify possibility

2010-03-01 Thread Karl O. Pinc
On 02/28/2010 10:24:36 PM, Peter Stuge wrote: > David Sommerseth wrote: > > +++ b/options.c > > @@ -529,6 +529,9 @@ static const char usage_message[] = > >" tests of certification. cmd should return 0 > to allow\n" > >" TLS handshake to proceed, or 1 to fa

Re: [Openvpn-devel] [PATCH] enhance tls-verify possibility

2010-03-01 Thread Peter Stuge
David Sommerseth wrote: > +++ b/options.c > @@ -529,6 +529,9 @@ static const char usage_message[] = >" tests of certification. cmd should return 0 to allow\n" >" TLS handshake to proceed, or 1 to fail. (cmd is\n" >" executed as 'cmd c

[Openvpn-devel] [PATCH] enhance tls-verify possibility

2010-02-28 Thread David Sommerseth
From: Mathieu GIANNECCHINI It should be nice to enhance tls-verify check possibilities against peer cert during a pending TLS connection like : - OCSP verification - check any X509 extensions of the peer certificate - delta CRL verification - ... This patch add a new "tls-export-cert" option whi

Re: [Openvpn-devel] [patch] enhance tls-verify possibility

2009-01-13 Thread Thomas NOEL
Alon Bar-Lev a écrit : I think all the above can be implemented as logic into OCSP responder... OpenVPN needs a standard way to forward the certificate. Standard == OCSP It's not easy to configure an OCSP responder with a specific logic... If a simple script based OCSP is out there, then all

Re: [Openvpn-devel] [patch] enhance tls-verify possibility

2009-01-13 Thread Alon Bar-Lev
On 1/12/09, Thomas NOEL wrote: > Hello, > > Alon Bar-Lev a écrit : > > > Thank you for the patch. > > I am more in favor of adding OCSP support into OpenVPN. > > It should be very easy using OpenSSL trunk. > > Also available at [1]. > > So if you can help perfecting this patch it would be a s

Re: [Openvpn-devel] [patch] enhance tls-verify possibility

2009-01-12 Thread Thomas NOEL
Hello, Alon Bar-Lev a écrit : Thank you for the patch. I am more in favor of adding OCSP support into OpenVPN. It should be very easy using OpenSSL trunk. Also available at [1]. So if you can help perfecting this patch it would be a step in the right direction. [1] http://www.block64.net/ I th

Re: [Openvpn-devel] [patch] enhance tls-verify possibility

2009-01-12 Thread Alon Bar-Lev
Hello, Thank you for the patch. I am more in favor of adding OCSP support into OpenVPN. It should be very easy using OpenSSL trunk. Also available at [1]. So if you can help perfecting this patch it would be a step in the right direction. [1] http://www.block64.net/ On 1/12/09, Mathieu GIANNEC

[Openvpn-devel] [patch] enhance tls-verify possibility

2009-01-12 Thread Mathieu GIANNECCHINI
Hello, It should be nice to enhance tls-verify check possibilities against peer cert during a pending TLS connection like : - OCSP verification - check any X509 extensions of the peer certificate - delta CRL verification - ... This patch add a new "tls-export-cert" option which allow to get peer