x509_store_ctx    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    593 ext/openssl/xp_ssl.c static int win_cert_verify_callback(X509_STORE_CTX *x509_store_ctx, void *arg) /* {{{ */
x509_store_ctx    611 ext/openssl/xp_ssl.c 		der_len = i2d_X509(x509_store_ctx->cert, &der_buf);
x509_store_ctx    688 ext/openssl/xp_ssl.c 			cert_name = X509_get_subject_name(x509_store_ctx->cert);
x509_store_ctx    743 ext/openssl/xp_ssl.c 				X509_STORE_CTX_set_error(x509_store_ctx, X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT);