Checking certs against CRLs

2002-07-12 Thread Brad Barfield
Is there some mechanism within the openssl library for checking a certificate against a CRL? I expected to find a function that would take a X509 *cert and an X509_CRL *crl as arguments, and give an indication as to whether the certificate is listed in the CRL. I have been unable to locate any s

Re: SSL crashing due to ssl->s3 NULL pointer

2002-04-02 Thread Brad Barfield
Lutz, thanks for the input. I did exactly as you suggested made a simple macro to check s->s3 for the NULL condition and log the event, and try to recover the session gracefully. It is possible that this is happening during a renegotiation. I also considered that *s could be getting s