Re: Extracting a CRL-distributionpoint from a certificate (2'nd try)

2003-11-10 Thread Dr. Stephen Henson
On Mon, Nov 10, 2003, Sebastian Osten wrote: > Hi all! > I'm trying to scratch a distpoint from an X509 certificate. The code is shown > below. It works, but it's a little bit dirty... > 'i2d_DIST_POINT_NAME' delivers me the distpoints, but I have to skip four > bytes the extract the string. >

Extracting a CRL-distributionpoint from a certificate (2'nd try)

2003-11-10 Thread Sebastian Osten
Hi all! I'm trying to scratch a distpoint from an X509 certificate. The code is shown below. It works, but it's a little bit dirty... 'i2d_DIST_POINT_NAME' delivers me the distpoints, but I have to skip four bytes the extract the string. Does anyone know: - The data type created by 'i2d_DIST_PO