Searched refs:cert_error (Results 1 – 2 of 2) sorted by relevance
468 int cert_error = X509_STORE_CTX_get_error(ctx); in X509_STORE_CTX_print_verify_cb() local476 cert_error, X509_verify_cert_error_string(cert_error)); in X509_STORE_CTX_print_verify_cb()483 switch (cert_error) { in X509_STORE_CTX_print_verify_cb()509 if (cert_error == X509_V_ERR_CERT_UNTRUSTED in X509_STORE_CTX_print_verify_cb()510 || cert_error == X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT in X509_STORE_CTX_print_verify_cb()511 || cert_error == X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN in X509_STORE_CTX_print_verify_cb()512 || cert_error == X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT in X509_STORE_CTX_print_verify_cb()513 || cert_error == X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY in X509_STORE_CTX_print_verify_cb()514 || cert_error == X509_V_ERR_UNABLE_TO_GET_CRL_ISSUER in X509_STORE_CTX_print_verify_cb()515 || cert_error == X509_V_ERR_STORE_LOOKUP) { in X509_STORE_CTX_print_verify_cb()
330 int cert_error = X509_STORE_CTX_get_error(ctx); in cb() local342 cert_error, in cb()344 X509_verify_cert_error_string(cert_error)); in cb()352 switch (cert_error) { in cb()388 if (cert_error == X509_V_OK && ok == 2) in cb()