X509_STORE_CTX_set_error  302 ext/openssl/xp_ssl.c 		X509_STORE_CTX_set_error(ctx, X509_V_ERR_CERT_CHAIN_TOO_LONG);
X509_STORE_CTX_set_error  592 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  743 ext/openssl/xp_ssl.c 				X509_STORE_CTX_set_error(x509_store_ctx, X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT);