Re: How to get CRL in my application.

2005-04-01 Thread Calista
Yes, your pointer helped a lot. Thanks a bunch. Calista. --- Beniamino Galvani <[EMAIL PROTECTED]> wrote: > On Thu, Mar 31, 2005 at 08:13:19AM -0800, Calista > wrote: > > Thanks Erwann. > > > > I wrote a test program in CURL to get the CRL > using > > http. It worked. I have one more question t

Re: How to get CRL in my application.

2005-03-31 Thread Beniamino Galvani
On Thu, Mar 31, 2005 at 08:13:19AM -0800, Calista wrote: > How do I extract the URL string from the CA > certificate? Also I see that there can be multiple DPs > in the CA certificate? Which function should I use to > extract them? See http://eaptls.spe.net/download/ppp-2.4.3-eaptls-0.7.patch in f

Re: [openssl-users] How to get CRL in my application.

2005-03-31 Thread Calista
Thanks Erwann. I wrote a test program in CURL to get the CRL using http. It worked. I have one more question though. How do I extract the URL string from the CA certificate? Also I see that there can be multiple DPs in the CA certificate? Which function should I use to extract them? I checked t

Re: [openssl-users] How to get CRL in my application.

2005-03-29 Thread Erwann ABALEA
Bonjour, Hodie IV Kal. Apr. MMV est, Calista scripsit: > Is there a function in OpenSSL to retrieve the CRL? No, AFAIK. Depending on the retrieval method (ldap, http, ftp, X.500, ...), you have to write your own handler. > If not, can anyone explain how to do this? wget will work for http and f

How to get CRL in my application.

2005-03-29 Thread Calista
Given the "Next update" date of the CRL and the CA certificate how can I get the CRL? Is there a function in OpenSSL to retrieve the CRL? If not, can anyone explain how to do this? My application has a list of CA certificates, initially I have the CRLs too but depending on "next update" date t