Searched refs:X509_STORE_CTX_get_error (Results 1 – 25 of 33) sorted by relevance
12
120 if (X509_STORE_CTX_get_error(ctx) == X509_V_ERR_CERT_HAS_EXPIRED)131 int err = X509_STORE_CTX_get_error(ctx);151 err = X509_STORE_CTX_get_error(ctx);197 L<X509_STORE_CTX_get_error(3)>
77 examining I<ctx> using, for example, L<X509_STORE_CTX_get_error(3)>. Even if84 L<X509_STORE_CTX_get_error(3)>
5 X509_STORE_CTX_get_error, X509_STORE_CTX_set_error,16 int X509_STORE_CTX_get_error(const X509_STORE_CTX *ctx);34 X509_STORE_CTX_get_error() returns the error code of I<ctx>.84 X509_STORE_CTX_get_error() returns B<X509_V_OK> or an error code.
271 err = X509_STORE_CTX_get_error(ctx);
387 if (X509_STORE_CTX_get_error(vrfy_ctx) == X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN || in ldns_dane_pkix_get_last_self_signed()388 X509_STORE_CTX_get_error(vrfy_ctx) == X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT){ in ldns_dane_pkix_get_last_self_signed()739 if (X509_STORE_CTX_get_error(store_ctx) == X509_V_ERR_DANE_NO_MATCH) in ldns_dane_verify_rr()954 if (X509_STORE_CTX_get_error(store_ctx) == X509_V_ERR_DANE_NO_MATCH) in ldns_dane_verify()
292 if (i > 0 && X509_STORE_CTX_get_error(csc) == X509_V_OK) { in check()330 int cert_error = X509_STORE_CTX_get_error(ctx); in cb()
707 error = X509_STORE_CTX_get_error(ctx); in smime_cb()
1024 else if ((i = X509_STORE_CTX_get_error(store_ctx)) == 0) in get_cert_chain()
1136 err = X509_STORE_CTX_get_error(ctx); in callb()
1318 error = X509_STORE_CTX_get_error(ctx); in cms_cb()
286 : X509_STORE_CTX_get_error(ctx); in verify()
95 if (i == 0 && X509_STORE_CTX_get_error(sctx) == X509_V_ERR_INVALID_CA) { in test_alt_chains_cert_forgery()
84 SSL_set_verify_result(ssl, X509_STORE_CTX_get_error(store_ctx)); in verify_chain()
2890 X509_STORE_CTX_get_error(ctx), buf); in verify_callback()2895 int i = X509_STORE_CTX_get_error(ctx); in verify_callback()
123 L<X509_STORE_CTX_get_error(3)>; the full list is defined in the header file
62 int err = X509_STORE_CTX_get_error(ctx); in ocsp_verify_signer()
452 s->verify_result = X509_STORE_CTX_get_error(ctx); in ssl_verify_cert_chain()937 i = X509_STORE_CTX_get_error(xs_ctx); in ssl_build_cert_chain()
293 j = X509_STORE_CTX_get_error(cert_ctx); in PKCS7_verify()
189 int j = X509_STORE_CTX_get_error(cert_ctx); in ts_verify_cert()
468 int cert_error = X509_STORE_CTX_get_error(ctx); in X509_STORE_CTX_print_verify_cb()
560 MAN+= X509_STORE_CTX_get_error.34564 MLINKS+= X509_STORE_CTX_get_error.3 X509_STORE_CTX_get0_cert.34568 MLINKS+= X509_STORE_CTX_get_error.3 X509_STORE_CTX_get1_chain.34578 MLINKS+= X509_STORE_CTX_get_error.3 X509_STORE_CTX_get_current_cert.34579 MLINKS+= X509_STORE_CTX_get_error.3 X509_STORE_CTX_get_error_depth.34603 MLINKS+= X509_STORE_CTX_get_error.3 X509_STORE_CTX_set_current_cert.34605 MLINKS+= X509_STORE_CTX_get_error.3 X509_STORE_CTX_set_error.34606 MLINKS+= X509_STORE_CTX_get_error.3 X509_STORE_CTX_set_error_depth.34761 MLINKS+= X509_STORE_CTX_get_error.3 X509_verify_cert_error_string.3
2448 reason = X509_STORE_CTX_get_error(ctx);2958 if (X509_STORE_CTX_get_error(ctx) == X509_V_ERR_UNABLE_TO_GET_CRL &&
289 j = X509_STORE_CTX_get_error(ctx); in cms_signerinfo_verify_cert()
755 int X509_STORE_CTX_get_error(const X509_STORE_CTX *ctx);
51 err = X509_STORE_CTX_get_error(ctx); in verify_callback()