CRL signature failure

2008-03-25 Thread lowbassman
I'm running freeradius and have EAP-TLS configured. Occasionally I get this error after the process has been running fine for a while: SSL error error:04077068:rsa routines:RSA_verify:bad signature >From that point on, all certificate auth fails. Has anyone seen this before? It's difficult

Re: CRL signature failure

2004-08-31 Thread Joseph Bruni
I applied the patch this morning and the server seems to be perfectly stable, even under conditions with a bazillion simultaneous in-bound connections. I'll keep an eye on it but I think your patch nailed the problem. Thanks! On Aug 28, 2004, at 5:40 PM, Dr. Stephen Henson wrote: I've attached

Re: CRL signature failure

2004-08-27 Thread Dr. Stephen Henson
On Thu, Aug 26, 2004, Joseph Bruni wrote: > I did as you suggested and dumped the CRL object from within the validation routine. > Using the X509_STORE_CTX pointer passed in, I used the current_crl member to get > to a X509_CRL pointer, and fed that to a PEM_write() routine. > > Interestingly, th

Re: CRL signature failure

2004-08-26 Thread Joseph Bruni
uot;Dr. Stephen Henson" <[EMAIL PROTECTED]> Sent: Aug 26, 2004 2:44 PM To: [EMAIL PROTECTED] Subject: Re: CRL signature failure On Thu, Aug 26, 2004, Joseph Bruni wrote: > I wrote a bit earlier about a problem I'm having with regards to a server > that is verifying client ce

Re: CRL signature failure

2004-08-26 Thread Dr. Stephen Henson
_CTX goes bad and all new connection fail with the following error chain: > > X509_verify_cert_error_string() = CRL signature failure > > ### error:04077068:rsa routines:RSA_verify:bad signature ### > error:0D089006:asn1 encoding routines:ASN1_verify:

CRL signature failure

2004-08-26 Thread Joseph Bruni
error chain: X509_verify_cert_error_string() = CRL signature failure ### error:04077068:rsa routines:RSA_verify:bad signature ### error:0D089006:asn1 encoding routines:ASN1_verify:EVP lib ### error:140890B2:SSL routines:SSL3_GET_CLIENT_CERTIFICATE:no certificate returned Only by bouncing the pr