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