usable-cert-validation
usable-cert-validation copied to clipboard
Wrong OpenSSL validation result for the unable_to_get_crl case
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.
Nice catch, may be a possible bug in the library. Worth investigating.