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;
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