On Fri, Aug 30, 2002, Reddie, Steven wrote:

> The bug is in OBJ_txt2obj at obj_dat.c:420.  The 'i' in line:
> 
>       op=d2i_ASN1_OBJECT(NULL,&p,i);
> 
> should be replaced with 'j':
> 
>       op=d2i_ASN1_OBJECT(NULL,&p,j);
> 
> In the case of subject alt name (06 03 55 1D 11), i=3 and j=5.  My guess is
> that the code in ASN1_get_object which had previously been indef'd out had
> been disabled due to this bug, ie. the symptom "fixed" rather than the
> cause.
> 

This has already been reported and fixed in the 0.9.6-stable branch but it
is not currently in any release.

Steve.
--
Dr. Stephen Henson      [EMAIL PROTECTED]            
OpenSSL Project         http://www.openssl.org/~steve/
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to