We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
unable_to_get_crl
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.
load_cert_crl_http
validation/client/openssl/client.c
The text was updated successfully, but these errors were encountered:
Nice catch, may be a possible bug in the library. Worth investigating.
Sorry, something went wrong.
No branches or pull requests
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 invalidation/client/openssl/client.c
. Its return value might not be processed properly.The text was updated successfully, but these errors were encountered: