Searched refs:X509_V_ERR_UNABLE_TO_GET_CRL (Results 1 – 10 of 10) sorted by relevance
337 X509_V_ERR_UNABLE_TO_GET_CRL); in test_no_crl()349 X509_V_ERR_UNABLE_TO_GET_CRL); in test_bad_issuer_crl()
30 case X509_V_ERR_UNABLE_TO_GET_CRL: in X509_verify_cert_error_string()
957 ok = verify_cb_crl(ctx, X509_V_ERR_UNABLE_TO_GET_CRL); in check_cert()992 ok = verify_cb_crl(ctx, X509_V_ERR_UNABLE_TO_GET_CRL); in check_cert()
117 =item B<X509_V_ERR_UNABLE_TO_GET_CRL: unable to get certificate CRL>
306 # define X509_V_ERR_UNABLE_TO_GET_CRL 3 macro
209 # define X509_V_ERR_UNABLE_TO_GET_CRL 3 macro
802 case X509_V_ERR_UNABLE_TO_GET_CRL: in wolfssl_tls_fail_reason()
2260 case X509_V_ERR_UNABLE_TO_GET_CRL: in openssl_tls_fail_reason()
1390 {X509_V_ERR_UNABLE_TO_GET_CRL, SSL_AD_UNKNOWN_CA},
2958 if (X509_STORE_CTX_get_error(ctx) == X509_V_ERR_UNABLE_TO_GET_CRL &&