Hello all,
 
 I run a SSL server that does CRL verification for the client certificates.
 
 **************************************************************************
 
     Load CRL and CA file             //X509_LOOKUP_load_file();
           
            for(; ;)
            {
    
            Accept client connections        //SSL_accept ();   
           
            Request client certificate       //SSL_CTX_set_verify()
           
            Do client certificate CRL verification
            }
       
       ****************************************************************************
 
      Once my server starts running and if my CRL gets updated in the meantime.
      Is there a way I can load the updated CRL without restarting the server ?.
      
      
  Thanks,
  Prakash

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

Reply via email to