Hello,

In ssl_engine_kernel.c, line 1439 in ssl_callback_SSLVerify_CRL(), we
reinitialise a new CRL by calling object SSL_X509_STORE_lookup().
This was already performed at the beginning of the function.
Couldn't we reuse the first one instead of cleaning it and reusing it ?
I don't see any modification of the structure.

Regards

Nick

Reply via email to