Re: [Openvpn-devel] Still incorrect common name extraction

2008-06-04 Thread James Yonan
Heikki Kallasjoki wrote: The OpenSSL-based common name extraction code in current revision (2965) of the BETA21 branch is still incorrect in the cases where the extracted field is the first one in the DN: extract_x509_field_ssl: int lastpos = -1; int tmp = -1; ... do { lastpos = tmp;

[Openvpn-devel] Still incorrect common name extraction

2008-05-23 Thread Heikki Kallasjoki
The OpenSSL-based common name extraction code in current revision (2965) of the BETA21 branch is still incorrect in the cases where the extracted field is the first one in the DN: extract_x509_field_ssl: int lastpos = -1; int tmp = -1; ... do { lastpos = tmp; tmp = X509_NAME_get_in