Searched refs:cert_error (Results 1 – 2 of 2) sorted by relevance
443 int cert_error = X509_STORE_CTX_get_error(ctx); in X509_STORE_CTX_print_verify_cb() local453 cert_error, X509_verify_cert_error_string(cert_error)); in X509_STORE_CTX_print_verify_cb()460 switch (cert_error) { in X509_STORE_CTX_print_verify_cb()486 if (cert_error == X509_V_ERR_CERT_UNTRUSTED in X509_STORE_CTX_print_verify_cb()487 || cert_error == X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT in X509_STORE_CTX_print_verify_cb()488 || cert_error == X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN in X509_STORE_CTX_print_verify_cb()489 || cert_error == X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT in X509_STORE_CTX_print_verify_cb()490 || cert_error == X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY in X509_STORE_CTX_print_verify_cb()491 || cert_error == X509_V_ERR_UNABLE_TO_GET_CRL_ISSUER in X509_STORE_CTX_print_verify_cb()492 || cert_error == X509_V_ERR_STORE_LOOKUP) { in X509_STORE_CTX_print_verify_cb()
344 int cert_error = X509_STORE_CTX_get_error(ctx); in cb() local356 cert_error, in cb()358 X509_verify_cert_error_string(cert_error)); in cb()366 switch (cert_error) { in cb()401 if (cert_error == X509_V_OK && ok == 2) in cb()