Re: race condition in X509_NAME_dup

2006-11-30 Thread Nils Larsch
Beat Zimmermann wrote: Hi we have experienced a reproducible race condition when calling X509_NAME_dup which leads to corrupt asn1 data. Corresponding error messages were: ASN1_CHECK_TLEN: wrong tag ASN1_TEMPLATE_NOEXP_D2I: unexpected eoc Our usage pattern: 1) we create a new x509 name (prot

race condition in X509_NAME_dup

2006-11-28 Thread Beat Zimmermann
Hi we have experienced a reproducible race condition when calling X509_NAME_dup which leads to corrupt asn1 data. Corresponding error messages were: ASN1_CHECK_TLEN: wrong tag ASN1_TEMPLATE_NOEXP_D2I: unexpected eoc Our usage pattern: 1) we create a new x509 name (protected by lock) by calling