Re: problem with signature chain in X509 certificates

2005-06-21 Thread Dr. Stephen Henson
On Tue, Jun 21, 2005, soukyan wrote: > Dr. Stephen Henson wrote: > >On Tue, Jun 21, 2005, soukyan wrote: > > > > > >>Hello > >> > >>I have the following code: > >>variables > >>X509 * cert; > >>and > >>X509_PUBKEY * working_public_key; > >>are previously instantiated. > >>ASN1_

Re: problem with signature chain in X509 certificates

2005-06-21 Thread soukyan
Dr. Stephen Henson wrote: On Tue, Jun 21, 2005, soukyan wrote: Hello I have the following code: variables X509 * cert; and X509_PUBKEY * working_public_key; are previously instantiated. ASN1_BIT_STRING_free(working_public_key->public_key); working_public_key->public_ke

Re: problem with signature chain in X509 certificates

2005-06-21 Thread Dr. Stephen Henson
On Tue, Jun 21, 2005, soukyan wrote: > Hello > > I have the following code: > variables > X509 * cert; > and > X509_PUBKEY * working_public_key; > are previously instantiated. > ASN1_BIT_STRING_free(working_public_key->public_key); > working_public_key->public_key = > ASN1