summaryrefslogtreecommitdiff
path: root/source/pdf/pdf-pkcs7.c
AgeCommit message (Expand)Author
2018-02-02Signature support: use an enum to report errors.Paul Gardiner
2018-02-02Signature support: separate the checkin of trust and digest.Paul Gardiner
2018-02-01Cast data buffer to silence compiler warning.Sebastian Rasmussen
2018-01-19Improve signature check failure reportingPaul Gardiner
2018-01-19Fix potential infinite loop when verifying signaturesPaul Gardiner
2018-01-19Perform signature verification via fz_streamPaul Gardiner
2018-01-19Perform document signing via fz_stream and fz_outputPaul Gardiner
2018-01-19Fix reading of pfx filesPaul Gardiner
2018-01-19Further changes to signature support related to changes in opensslPaul Gardiner
2018-01-19Update use of openssl for signature support, from 1.0.1e to 1.1.0gSebastian Rasmussen
2017-11-09Bug 698353: Avoid having our API depend on DEBUG/NDEBUG.Robin Watts
2017-11-02Fixes for win32 build.Tor Andersson
2017-11-01Use int64_t for public file API offsets.Tor Andersson
2017-04-27Include required system headers.Tor Andersson
2017-04-13Change generated files to be C instead of headers.Tor Andersson
2017-03-22Rename fz_putc/puts/printf to fz_write_*.Tor Andersson
2017-03-21Replace fontdump, bin2hex and cquote with one tool: hexdump.Tor Andersson
2016-12-27Strip extraneous blank lines.Tor Andersson
2016-11-22Fix const compiler warning.Sebastian Rasmussen
2016-11-17Rename openssl flags to libcrypto.Sebastian Rasmussen
2016-11-14Make fz_buffer structure private to fitz.Robin Watts
2016-10-18Avoid checking argument to fz_drop_*()/fz_free().Sebastian Rasmussen
2016-07-08Use fz_keep_imp and fz_drop_imp for all reference counting.Tor Andersson
2016-03-28Fix fz_try typo in openssl code.Robin Watts
2016-03-01Add const to filename string.Tor Andersson
2015-08-27Support several levels of incremental xrefPaul Gardiner
2015-05-15Support pdf files larger than 2Gig.Robin Watts
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
2014-02-14Add function for creating form fields (widgets)Paul Gardiner
2013-11-11Cast signature display name when reading itSebastian Rasmussen
2013-11-11Fix error message typoSebastian Rasmussen
2013-11-11Remove unused variables causing warningsSebastian Rasmussen
2013-08-27A few updates to signing supportPaul Gardiner
2013-08-13Signature creationPaul Gardiner
2013-08-13Remove unnecessary parameterPaul Gardiner
2013-06-26Silence compiler warnings.Tor Andersson
2013-06-20Rearrange source files.Tor Andersson