Re: Loading CRL's into client application

2005-11-10 Thread Dr. Stephen Henson
On Thu, Nov 10, 2005, david kine wrote: > Okay, I solved this problem in a very unexpected way. > > First of all, I was using s_server incorrectly. I > neglected to add -CAfile. Doing so caused my > application to get the error "23: certificate revoked" > as expected. > > However, accessing se

Re: Loading CRL's into client application

2005-11-10 Thread david kine
Okay, I solved this problem in a very unexpected way. First of all, I was using s_server incorrectly. I neglected to add -CAfile. Doing so caused my application to get the error "23: certificate revoked" as expected. However, accessing servers which were NOT revoked still produced the error "3:

Re: Loading CRL's into client application

2005-11-10 Thread Dr. Stephen Henson
On Thu, Nov 10, 2005, david kine wrote: > I tried your suggestion to set only > X509_V_FLAG_CRL_CHECK, but unfortunately it did not > help. Attempting to connect to ANY secure server > still causes the same "unable to get certificate CRL" > error. > > I know that the CRL is loaded successfully,

Re: Loading CRL's into client application

2005-11-10 Thread david kine
I tried your suggestion to set only X509_V_FLAG_CRL_CHECK, but unfortunately it did not help. Attempting to connect to ANY secure server still causes the same "unable to get certificate CRL" error. I know that the CRL is loaded successfully, because I can later extract it from the SSL_CTX and pri

Re: Loading CRL's into client application

2005-11-09 Thread Dr. Stephen Henson
On Wed, Nov 09, 2005, david kine wrote: > I have a secure client application that loads a pkcs12 > file containing client cert, client key, and trusted > root CA's. It works perfectly, connecting only to > servers signed by the trusted CA's. > > However, when I load a single CRL file, then all >