On Sun, Sep 29, 2013, Markus Moeller wrote: > Hi, > > How do I correctly re-loading CRLs ? I use X509_STORE_add_crl but get an > error: > > error:0B07D065:x509 certificate routines:X509_STORE_add_crl:cert already in > hash table > > Even if the CRL was updated I get the same error. Do I need to clear the > store first ? If so how ? > > I use openssl-0.9.8x. >
OpenSSL 0.9.8 doesn't support multiple CRLs with the same issuer name in the store. You need 1.0.0 or later. Steve. -- Dr Stephen N. Henson. OpenSSL project core developer. Commercial tech support now available see: http://www.openssl.org ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org