Binary format of Netscape Certificate Server gererated CRL

1999-03-11 Thread schuetz
And thanks to those who have helped me with previous questions!) John Schuetz __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated Li

How do I check if a cert is in a crl?

1999-03-08 Thread schuetz
I would like to add crl checking in a program I'm maintaining. How does crl file checking work in openssl? I've gleaned enough to figure out how to verify that a crl is valid, but as far as using the X509_CRL structure itself, I'm clueless Thanks for any help

Re: CA certs

1999-03-04 Thread schuetz
value use the c_hash script found in the tools directory under the openssl top directory. Type . ./c_hash . This will print out the hash use for renaming the issuer's certificate. You'll need to do this for all certs up to the root certificate. Hope this helps.... John Schuetz &