summaryrefslogtreecommitdiff
path: root/include/mupdf/helpers/pkcs7-check.h
blob: 3ff529d7e5257a5f23e3eeb7b495acd5e2019638 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef MUPDF_PKCS7_CHECK_H
#define MUPDF_PKCS7_CHECK_H

/*
	pdf_check_signature: check a signature's certificate chain and digest

	This is a helper function defined to provide compatibility with older
	versions of mupdf
*/
int pdf_check_signature(fz_context *ctx, pdf_document *doc, pdf_widget *widget, char *ebuf, int ebufsize);

#endif