Home
last modified time | relevance | path

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

/openssl/crypto/x509/
H A Dt_x509.c444 int cert_error = X509_STORE_CTX_get_error(ctx); in X509_STORE_CTX_print_verify_cb() local
454 cert_error, X509_verify_cert_error_string(cert_error)); in X509_STORE_CTX_print_verify_cb()
461 switch (cert_error) { in X509_STORE_CTX_print_verify_cb()
487 if (cert_error == X509_V_ERR_CERT_UNTRUSTED in X509_STORE_CTX_print_verify_cb()
488 || cert_error == X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT in X509_STORE_CTX_print_verify_cb()
489 || cert_error == X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN in X509_STORE_CTX_print_verify_cb()
490 || cert_error == X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT in X509_STORE_CTX_print_verify_cb()
491 || cert_error == X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY in X509_STORE_CTX_print_verify_cb()
492 || cert_error == X509_V_ERR_UNABLE_TO_GET_CRL_ISSUER in X509_STORE_CTX_print_verify_cb()
493 || cert_error == X509_V_ERR_STORE_LOOKUP) { in X509_STORE_CTX_print_verify_cb()
/openssl/apps/
H A Dverify.c330 int cert_error = X509_STORE_CTX_get_error(ctx); in cb() local
342 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()

Completed in 8 milliseconds