Re: CRL parsing, in C

2002-10-31 Thread POC
Thanks. You've been most helpful. One thing about the import of CRLs in the cert DB: how big can the cert DB get? I looks like the cert DB will keep growing without bounds, as long as new CRLs are added to it. Moreover, deleting a CRL from the cert DB does not reduce the DB's size! Finally, at

RE: CRL parsing, in C

2002-10-30 Thread Cesard, Patrick O.
parsing, in C Patrick, POC wrote: Does mozilla have a API I could use to parse through a CRL? I'm currently using Sun's CertificateFactory and calling the generateCRL() method but I find it very slow when dealing with large CRLs 1 MB...Moreover if I build a list of such CRL objects, my JVM

Re: CRL parsing, in C

2002-10-30 Thread Julien Pierre
;com.netscape.netscape.com] Sent: Tuesday, October 29, 2002 5:51 PM To: [EMAIL PROTECTED] Subject: Re: CRL parsing, in C Patrick, POC wrote: Does mozilla have a API I could use to parse through a CRL? I'm currently using Sun's CertificateFactory and calling the generateCRL() method but I find it very slow

Re: CRL parsing, in C

2002-10-29 Thread Julien Pierre
Patrick, POC wrote: Does mozilla have a API I could use to parse through a CRL? I'm currently using Sun's CertificateFactory and calling the generateCRL() method but I find it very slow when dealing with large CRLs 1 MB...Moreover if I build a list of such CRL objects, my JVM runs out of