Please close this ticket.  It is wrong.

On 9/13/2012 3:15 AM, The default queue via RT wrote:
>
> Greetings,
>
> This message has been automatically generated in response to the
> creation of a trouble ticket regarding:
>       "Bug report - X509_check_akid() incorrectly handles dirName:",
> a summary of which appears below.
>
> There is no need to reply to this message right now.  Your ticket has been
> assigned an ID of [openssl.org #2879].
>
> Please include the string:
>
>           [openssl.org #2879]
>
> in the subject line of all future correspondence about this issue. To do so,
> you may reply to this message.
>
>                          Thank you,
>                          [email protected]
>
> -------------------------------------------------------------------------
> Using:
> Windows 7 Professional SP1
> openssl-1.0.0g
>
> Build:
> perl Configure debug-VC-WIN64A no-asm --prefix=c:\openssl
> ms\do_win64a
> nmake -f ms\nt.mak
>
> source file:
> openssl-1.0.0g\crypto\x509v3\v3_purp.c
>
> function:
> int X509_check_akid(X509 *issuer, AUTHORITY_KEYID *akid)
>
> line 762:
>           if(nm && X509_NAME_cmp(nm, X509_get_issuer_name(issuer)))
>                                               ^^^^^^
> I believe this should be:
>           if(nm && X509_NAME_cmp(nm, X509_get_subject_name(issuer)))
>                                               ^^^^^^^
> I have tested and verified this fix.
>
> Best regards,
> --David Shambroom
>


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [email protected]

Reply via email to