Home
last modified time | relevance | path

Searched refs:cert_error (Results 1 – 2 of 2) sorted by relevance

/openssl-master/crypto/x509/
A Dt_x509.c470 int cert_error = X509_STORE_CTX_get_error(ctx); in X509_STORE_CTX_print_verify_cb() local
478 cert_error, X509_verify_cert_error_string(cert_error)); in X509_STORE_CTX_print_verify_cb()
485 switch (cert_error) { in X509_STORE_CTX_print_verify_cb()
511 if (cert_error == X509_V_ERR_CERT_UNTRUSTED in X509_STORE_CTX_print_verify_cb()
512 || cert_error == X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT in X509_STORE_CTX_print_verify_cb()
513 || cert_error == X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN in X509_STORE_CTX_print_verify_cb()
514 || cert_error == X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT in X509_STORE_CTX_print_verify_cb()
515 || cert_error == X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY in X509_STORE_CTX_print_verify_cb()
516 || cert_error == X509_V_ERR_UNABLE_TO_GET_CRL_ISSUER in X509_STORE_CTX_print_verify_cb()
517 || cert_error == X509_V_ERR_STORE_LOOKUP) { in X509_STORE_CTX_print_verify_cb()
/openssl-master/apps/
A Dverify.c329 int cert_error = X509_STORE_CTX_get_error(ctx); in cb() local
341 cert_error, in cb()
343 X509_verify_cert_error_string(cert_error)); in cb()
351 switch (cert_error) { in cb()
387 if (cert_error == X509_V_OK && ok == 2) in cb()

Completed in 9 milliseconds