Re: SSL with CRL check

2003-01-11 Thread Dr. Stephen Henson
On Wed, Jan 08, 2003, philippe BOUGERET wrote: > Hi, > > I have made a client - server connexion using TLS with a server > authentification and also client authentification > > I use SSL_CTX_load_verify_locations function in order to load the AC > certificat > > I use SSL_CTX_use_certificate_fi

SSL with CRL check

2003-01-11 Thread philippe BOUGERET
Hi, I have made a client - server connexion using TLS with a server authentification and also client authentification I use SSL_CTX_load_verify_locations function in order to load the AC certificat I use SSL_CTX_use_certificate_file function in order to load the client certificat HOW CAN I LO