OpenSSL does not return any error message for the unable_to_get_crl example chain.
It should return X509_V_ERR_UNABLE_TO_GET_CRL.
Possible culprit might be the load_cert_crl_http function in validation/client/openssl/client.c. Its return value might not be processed properly.
OpenSSL does not return any error message for the
unable_to_get_crlexample chain.It should return
X509_V_ERR_UNABLE_TO_GET_CRL.Possible culprit might be the
load_cert_crl_httpfunction invalidation/client/openssl/client.c. Its return value might not be processed properly.