Searched refs:X509_STORE_CTX_get_error (Results 1 – 25 of 26) 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)>
79 examining I<ctx> using, for example, L<X509_STORE_CTX_get_error(3)>. Even if86 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>.82 X509_STORE_CTX_get_error() returns B<X509_V_OK> or an error code.
253 err = X509_STORE_CTX_get_error(ctx);
291 if (i > 0 && X509_STORE_CTX_get_error(csc) == X509_V_OK) { in check()329 int cert_error = X509_STORE_CTX_get_error(ctx); in cb()
700 error = X509_STORE_CTX_get_error(ctx); in smime_cb()
1017 else if ((i = X509_STORE_CTX_get_error(store_ctx)) == 0) in get_cert_chain()
1132 err = X509_STORE_CTX_get_error(ctx); in callb()
1302 error = X509_STORE_CTX_get_error(ctx); in cms_cb()
90 if (i == 0 && X509_STORE_CTX_get_error(sctx) == X509_V_ERR_INVALID_CA) { in test_alt_chains_cert_forgery()
265 : X509_STORE_CTX_get_error(ctx); in verify()
84 SSL_set_verify_result(ssl, X509_STORE_CTX_get_error(store_ctx)); in verify_chain()
2829 X509_STORE_CTX_get_error(ctx), buf); in verify_callback()2834 int i = X509_STORE_CTX_get_error(ctx); in verify_callback()
561 if (res == 0 && X509_STORE_CTX_get_error(ctx) == in verify_retry_cb()
123 L<X509_STORE_CTX_get_error(3)>; the full list is defined in the header file
62 ret = X509_STORE_CTX_get_error(ctx); in ocsp_verify_signer()
431 s->verify_result = X509_STORE_CTX_get_error(ctx); in ssl_verify_cert_chain()904 i = X509_STORE_CTX_get_error(xs_ctx); in ssl_build_cert_chain()
189 int j = X509_STORE_CTX_get_error(cert_ctx); in ts_verify_cert()
291 j = X509_STORE_CTX_get_error(cert_ctx); in PKCS7_verify()
470 int cert_error = X509_STORE_CTX_get_error(ctx); in X509_STORE_CTX_print_verify_cb()
2129 int X509_STORE_CTX_get_error(const X509_STORE_CTX *ctx) in X509_STORE_CTX_get_error() function
288 j = X509_STORE_CTX_get_error(ctx); in cms_signerinfo_verify_cert()
54 err = X509_STORE_CTX_get_error(ctx); in verify_callback()
658 int X509_STORE_CTX_get_error(const X509_STORE_CTX *ctx);
2662 DEPEND[html/man3/X509_STORE_CTX_get_error.html]=man3/X509_STORE_CTX_get_error.pod2663 GENERATE[html/man3/X509_STORE_CTX_get_error.html]=man3/X509_STORE_CTX_get_error.pod2664 DEPEND[man/man3/X509_STORE_CTX_get_error.3]=man3/X509_STORE_CTX_get_error.pod2665 GENERATE[man/man3/X509_STORE_CTX_get_error.3]=man3/X509_STORE_CTX_get_error.pod3387 html/man3/X509_STORE_CTX_get_error.html \3979 man/man3/X509_STORE_CTX_get_error.3 \
Completed in 66 milliseconds