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_
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
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