Dr. Stephen Henson wrote:
I'm assuming you want the CRL number extension from a CRL? If so
X509_CRL_get_ext_d2i() will do the trick, you get back an ASN1_INTEGER.
This is documented in doc/openssl.txt
This was exactly what I'm looking for. Thanks for the hint.
Michael
--
---
On Mon, Aug 16, 2004, Michael Bell wrote:
> Hi,
>
> I'm experimenting with CRL serials to avoid crashes if there is a
> problem with the crl number file. Actually I extracted the CRL serial as
> an ASN1_OBJECT from the extension by comparing the NIDs. I also now how
> to convert an ASN1_INTEGE
Hi,
I'm experimenting with CRL serials to avoid crashes if there is a
problem with the crl number file. Actually I extracted the CRL serial as
an ASN1_OBJECT from the extension by comparing the NIDs. I also now how
to convert an ASN1_INTEGER to long but how can I extract an ASN1_INTEGER
from an