Regarding the obj_mac.h

2008-01-09 Thread sunilv
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. --- nid=OBJ_sn2nid(trimmedExtensionName);

Re: Regarding the X509_get_ext_d2i

2008-01-08 Thread sunilv
Hi Stephen, Where can I get the information whic is the DN component and whcich is the extension. Am new to this certificate related work.Thats the reason I might be asking some trivial questions. Regards Sunil. Dr. Stephen Henson wrote: > > On Tue, Jan 08, 2008, sunilv wrote: >

Regarding the X509_get_ext_d2i

2008-01-08 Thread sunilv
Hi, Presently I am using the certificate authentication for one application. In that one,am reading the certificate thru C program. In that program am using the function called X509_get_ext_d2i. When I am trying to retrieve the value of the extension serialNumber , it is throwing the error it cou