summaryrefslogtreecommitdiff
path: root/include/mupdf/pdf/crypt.h
AgeCommit message (Expand)Author
2018-02-27Don't use constants larger than will fit in a signed int in enum.Tor Andersson
2018-02-12Expose detailed PDF permissions.Tor Andersson
2018-02-02Signature support: decouple mupdf from the pkcs7 implementationPaul Gardiner
2018-02-02Signature support: break out function for obtaining hash bytesPaul Gardiner
2018-02-02Signature support: simplify pkcs7 api by the removal of byte ranges.Paul Gardiner
2018-02-02Signature support: separate pkcs7 specifics into a separate file.Paul Gardiner
2018-02-02Signature support: use an enum to report errors.Paul Gardiner
2018-01-19Perform signature verification via fz_streamPaul Gardiner
2018-01-19Perform document signing via fz_stream and fz_outputPaul Gardiner
2018-01-05Enable saving of encrypted PDF files.Robin Watts
2016-03-01Add const to filename string.Tor Andersson
2015-12-11Use fz_output instead of FILE* for most of our output needs.Tor Andersson
2015-04-07Fix whitespace.Tor Andersson
2015-03-24Rework handling of PDF names for speed and memory.Robin Watts
2015-02-17Add ctx parameter and remove embedded contexts for API regularity.Tor Andersson
2015-02-17Rename fz_close_* and fz_free_* to fz_drop_*.Tor Andersson
2013-08-27A few updates to signing supportPaul Gardiner
2013-08-13Signature creationPaul Gardiner
2013-08-13Remove unnecessary parameterPaul Gardiner
2013-06-18Split pdf.h into subheaders.Tor Andersson