Re: Reloading the CRL

2004-09-13 Thread Ralf Haferkamp
On Thursday 09 September 2004 18:00, Dr. Stephen Henson wrote: > On Thu, Sep 09, 2004, Ralf Haferkamp wrote: > > Hi, > > > > I am currently trying to implement CRL checking inside a server. I am now > > facing the problem, that I would like to trigger a reload of the CRL from > > disc if it has bee

Re: Reloading the CRL

2004-09-09 Thread Austin Krauss
X509_STORE) and treat the error of X509_R_CERT_ALREADY_IN_HASH_TABLE as normal and recoverable. Austin - Original Message - From: "Ralf Haferkamp" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 09, 2004 9:38 AM Subject: Reloading the CRL &g

Re: Reloading the CRL

2004-09-09 Thread Dr. Stephen Henson
On Thu, Sep 09, 2004, Ralf Haferkamp wrote: > Hi, > > I am currently trying to implement CRL checking inside a server. I am now > facing the problem, that I would like to trigger a reload of the CRL from > disc if it has been updated, without restarting the server application. How > can that b

Re: Reloading the CRL

2004-09-09 Thread Joseph Bruni
The way I did it was to delete my SSL_CTX and build a new one. On Sep 9, 2004, at 7:38 AM, Ralf Haferkamp wrote: Hi, I am currently trying to implement CRL checking inside a server. I am now facing the problem, that I would like to trigger a reload of the CRL from disc if it has been updated, wit

Reloading the CRL

2004-09-09 Thread Ralf Haferkamp
Hi, I am currently trying to implement CRL checking inside a server. I am now facing the problem, that I would like to trigger a reload of the CRL from disc if it has been updated, without restarting the server application. How can that be done. Is there any possiblity to remove a CRL for the X