> [EMAIL PROTECTED] - Wed Dec 19 13:04:39 2007]:
> 
> Hi, 
> 
> here a patch to openssl crl.c to display the crlNumber using option
> -crlnumber
> 

Accessing OpenSSL structure internals is never a good idea if it can be
avoided.

A much better way to handle things is to get the crlNumber as an
ASN1_INTEGER using X509_CRL_get_ext_d2i() then print that out in the
same way serial numbers are handled with the x509 utility.



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

Reply via email to