Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/x509/
H A Dx509_verify.c324 return x509_verify_cert_error(ctx, NULL, 0, in x509_verify_ctx_set_xsc_chain()
354 return x509_verify_cert_error(ctx, NULL, 0, in x509_verify_ctx_save_xsc_error()
374 return x509_verify_cert_error(ctx, NULL, 0, in x509_verify_ctx_restore_xsc_error()
442 if (!x509_verify_cert_error(ctx, cert, in x509_verify_ctx_validate_legacy_chain()
486 return x509_verify_cert_error(ctx, last, depth, in x509_verify_ctx_add_chain()
517 return x509_verify_cert_error(ctx, last, depth, in x509_verify_ctx_add_chain()
604 x509_verify_cert_error(ctx, candidate, depth, in x509_verify_consider_candidate()
673 !x509_verify_cert_error(ctx, cert, depth, in x509_verify_build_chains()
703 x509_verify_cert_error(ctx, cert, depth, in x509_verify_build_chains()
945 if (!x509_verify_cert_error(ctx, cert, depth, in x509_verify_cert_valid()
[all …]
/dragonfly/crypto/libressl/
H A DChangeLog719 * Avoid passing last and depth to x509_verify_cert_error() on ENOMEM.