I'm looking for a way to revalidate my CRLs and Certificate files for an active 
TLS client session whenever the files themselves have been updated using the 
SSL(3) api calls.

Specifically, my application would like to do the following:
Whenever a new CRL or Certificate is downloaded to my application, I would like 
to  revalidate all of my CRL and Cert files using the same directory locations 
that were used to initially establish the connection.

I've used SSL_renegotiate(), and this appears to revalidate all of my CRLs and 
Certificates, but closer examination reveals that it only revalidates the 
images of the CRLs and Certs that are already in memory, not the newly 
downloaded files.

Could someone please give me some insight on how to do this?

Ron Blechman | Distinguished Member of Technical Staff | Avaya |
rblech...@avaya.com<mailto:rblech...@avaya.com>

Reply via email to