RE: How to retrive the delta CRL location and revocation reason?

2006-09-18 Thread surendra.ande
strcpy(delta_cdp, (char*)gen1->d.ia5->data); break; } } } } } == -Original Message- From: Surendra Babu Ande (WT01 - SOFTWARE PRODUCTS GROUP) Sent: Monday, September 04, 2006 6:13 PM To: 'openssl

RE: How to retrive the delta CRL location and revocation reason?

2006-09-04 Thread surendra.ande
EMAIL PROTECTED] On Behalf Of Dr. Stephen Henson Sent: Saturday, September 02, 2006 10:35 PM To: openssl-users@openssl.org Subject: Re: How to retrive the delta CRL location and revocation reason? On Sat, Sep 02, 2006, [EMAIL PROTECTED] wrote: > > Hi, > > Please have a look at the a

Re: How to retrive the delta CRL location and revocation reason?

2006-09-02 Thread Dr. Stephen Henson
On Sat, Sep 02, 2006, [EMAIL PROTECTED] wrote: > > Hi, > > Please have a look at the attached delta crl, base crl and certificate. > I could retrieve the CDP for base crl using traditional way. But I am > seeing problem in retrieving the CDP of delta crl. > Well among other things that certif

RE: How to retrive the delta CRL location and revocation reason?

2006-09-02 Thread surendra.ande
t be NULL. Am I missing some thing? Could you please throw some light on this? (THOUSAND)**(THOUSAND) THANKS for your help. -Surendra -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dr. Stephen Henson Sent: Friday, September 01, 2006 10:39 PM To: openssl-user

Re: How to retrive the delta CRL location and revocation reason?

2006-09-01 Thread Dr. Stephen Henson
On Fri, Sep 01, 2006, [EMAIL PROTECTED] wrote: > > Hi, > > Thanks a lot for clarification. But still I am NOT able to retrieve it. > > I followed below mentioned logic to retrive the delta crl as per your > suggestion. > But it not NOT extracting the cdp of delta crl. Could you please throw >

RE: How to retrive the delta CRL location and revocation reason?

2006-09-01 Thread surendra.ande
L PROTECTED] On Behalf Of Dr. Stephen Henson Sent: Friday, September 01, 2006 6:27 PM To: openssl-users@openssl.org Subject: Re: How to retrive the delta CRL location and revocation reason? On Thu, Aug 31, 2006, [EMAIL PROTECTED] wrote: > > Hi, > I am working on CRL validation. I am using

Re: How to retrive the delta CRL location and revocation reason?

2006-09-01 Thread Dr. Stephen Henson
On Thu, Aug 31, 2006, [EMAIL PROTECTED] wrote: > > Hi, > I am working on CRL validation. I am using openssl 0.9.8b. > > QUESTION: How to retrive the CDP for Delta CRL? > > Procedure: > Delta CRLDP is a bit messy because it isn't yet supported by OpenSSL > directly. > However you can add the OI

RE: How to retrive the delta CRL location and revocation reason?

2006-09-01 Thread surendra.ande
AM To: openssl-users@openssl.org Subject: Re: How to retrive the delta CRL location and revocation reason? On Fri, Aug 25, 2006, [EMAIL PROTECTED] wrote: > > Hi Team, > > I am working on the CRL validation. I am seeing some issues in > extracting the > - delta crl distribution p

RE: How to retrive the delta CRL location and revocation reason?

2006-08-31 Thread surendra.ande
unday, August 27, 2006 4:03 AM To: openssl-users@openssl.org Subject: Re: How to retrive the delta CRL location and revocation reason? On Fri, Aug 25, 2006, [EMAIL PROTECTED] wrote: > > Hi Team, > > I am working on the CRL validation. I am seeing some issues in > extracti

RE: How to retrive the delta CRL location and revocation reason?

2006-08-31 Thread surendra.ande
P and retrieve it that way. Could you please elaborate the same? Thousand Thanks -Suren -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dr. Stephen Henson Sent: Sunday, August 27, 2006 4:03 AM To: openssl-users@openssl.org Subject: Re: How to retrive the

RE: How to retrive the delta CRL location and revocation reason?

2006-08-28 Thread surendra.ande
How to retrieve the delta crl's CDP? Could you please elaborate the same? Thank you, -Surendra On Fri, Aug 25, 2006, [EMAIL PROTECTED] wrote: > > Hi Team, > > I am working on the CRL validation. I am seeing some issues in > extracting the > - delta crl distribution point and > - reason for revo

RE: How to retrive the delta CRL location and revocation reason?

2006-08-28 Thread surendra.ande
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dr. Stephen Henson Sent: Sunday, August 27, 2006 4:03 AM To: openssl-users@openssl.org Subject: Re: How to retrive the delta CRL location and revocation reason? On Fri, Aug 25, 2006, [EMAIL PROTECTED

Re: How to retrive the delta CRL location and revocation reason?

2006-08-26 Thread Dr. Stephen Henson
On Fri, Aug 25, 2006, [EMAIL PROTECTED] wrote: > > Hi Team, > > I am working on the CRL validation. I am seeing some issues in > extracting the > - delta crl distribution point and > - reason for revocation. > > Could you please let me know your thoughts on how to access these two > above menti

RE: How to retrive the delta CRL location and revocation reason?

2006-08-26 Thread surendra.ande
Hi Team, I am working on the CRL validation. I am seeing some issues in extracting the - delta crl distribution point and - reason for revocation from the certifiacte. Which structure members in the CRL to be used to retrieve the information? Could you please let me know your thoughts on how