Re: Doubt regarding extracting the Extended Key usage attribute

2002-01-10 Thread Dr S N Henson
Chandu wrote: > > Hi, > Iam facing a problem regarding the extracting the Extended Key usage > attribute. > My requirement is to know if Extended Key Usage attribute Nid_OCSP_sign is > present. > I tried the following way > > X509 *pCert; /* The certificate */ > int iVal; > > iVal = X5

Doubt regarding extracting the Extended Key usage attribute

2002-01-07 Thread Chandu
Hi, Iam facing a problem regarding the extracting the Extended Key usage attribute. My requirement is to know if Extended Key Usage attribute Nid_OCSP_sign is present. I tried the following way X509 *pCert; /* The certificate */ int iVal; iVal = X509_get_ext_by_NID(pCert, NID_OCSP_sign,