Re: [Openvpn-devel] [PATCH] Added fake configure.h generation to Python-based build system

2010-11-30 Thread Samuli Seppänen
Hi David, > On 26/11/10 16:03, Samuli Seppänen wrote: > > One clarification... this is how configure.h will look: > > > /* Automatically generated by OpenVPN Windows build system */ > > > #define CONFIGURE_DEFINES " DIST=dist, PRODUCT_TAP_RELDATE=04/19/2010, > > PRODUCT_TAP_MINOR_VER=7, DDKVER=760

Re: [Openvpn-devel] use extv3 extensions such as subjectAltName as common_name

2010-11-30 Thread Matthias Andree
Am 24.11.2010 16:00, schrieb Markus Koetter: > Hi, > > attached is a patch which allows using the extv3 extension of a > certificate as common name with email address. > Email addresses are more likely to be unique than the common name, and > the environment forced me to use the subjectAltName e

Re: [Openvpn-devel] use extv3 extensions such as subjectAltName as common_name

2010-11-30 Thread Matthias Andree
Am 30.11.2010 16:50, schrieb Matthias Andree: > Make sure that the extraction reports failure (aka "return false;") and the > caller deals with that in case there are embedded NULs, IOW strlen() != > ia5.size. That ia5.size should be read as "ia5->length". Sorry for the confusion. -- Matthias A