On Sun, Sep 29, 2013, Markus Moeller wrote:
>
> Hi Stephen,
>
> Thank you for the quick reply. Looking at 1.0.1e I see in the
> source of X509_STORE_add_crl
>
> if (X509_OBJECT_retrieve_match(ctx->objs, obj))
>{
>X509_OBJECT_free_contents(obj);
>OPENSSL_free(obj);
>
groups:
gmane.comp.encryption.openssl.user
To: openssl-users-mcmkbn63+blafugrpc6...@public.gmane.org
Subject: Re: CRL reload question
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 certi
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