X509_STORE_CTX_set_error 264 ext/openssl/xp_ssl.c X509_STORE_CTX_set_error(ctx, X509_V_ERR_CERT_CHAIN_TOO_LONG); X509_STORE_CTX_set_error 571 ext/openssl/xp_ssl.c #define RETURN_CERT_VERIFY_FAILURE(code) X509_STORE_CTX_set_error(x509_store_ctx, code); return 0; X509_STORE_CTX_set_error 723 ext/openssl/xp_ssl.c X509_STORE_CTX_set_error(x509_store_ctx, X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT);