> The problem is if I give the name of the extension given as in the
> certificate,
What is the "name of the extension given as in the certificate"?
Certificates don't contain extension names.
> the OBJ_sn2nid function is throwing NULL value that
> means it is
> unable to find the extension.
Pr
On Wed, Jan 09, 2008, [EMAIL PROTECTED] wrote:
> Hi,
>
> I wrote one C program to read the X509 certificate using OPENSSL
> functions.
> And I was trying access the different extensions and their values from
> certificate.
> First I am getting the NID of the extension using the below function.
>