index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pdf
/
pdf_crypt.c
Age
Commit message (
Expand
)
Author
2012-12-20
Bug 693503: Fix stack corruption in pdf_crypt due to overlong key
Robin Watts
2012-12-14
Bug 693503: Fix SEGV/memory problems in AES.
Robin Watts
2012-08-16
Adjust out of range tests for encryption key lengths
Sebastian Rasmussen
2012-08-16
Add PDF 1.7 ExtensionLevel 8 encryption algorithm
Sebastian Rasmussen
2012-08-12
Fix comparison typo in encryption code
Sebastian Rasmussen
2012-08-06
Expose both PDF encryption version and revision
Sebastian Rasmussen
2012-08-06
No need to check for NULL before dropping objects
Sebastian Rasmussen
2012-07-23
Fix encryption key length check
Sebastian Rasmussen
2012-07-06
Remove unnecessary check for unsupported crypt revision.
Sebastian Rasmussen
2012-07-06
Improve bounds checking of encryption key length
Sebastian Rasmussen
2012-07-06
Reorder parsing of encryption dict.
Sebastian Rasmussen
2012-07-06
Make length check for crypt dict entries similar.
Sebastian Rasmussen
2012-07-06
Defer dereferencing of pdf_crypt until it's needed.
Sebastian Rasmussen
2012-07-06
Remove debugging functions for release builds.
Sebastian Rasmussen
2012-03-13
Rename some functions and accessors to be more consistent.
Tor Andersson
2012-03-06
Split fitz.h/mupdf.h into internal/external headers.
Robin Watts
2012-03-06
Warn instead of throw when permissions are missing in encrypted PDF.
Sebastian Rasmussen
2012-03-06
Guess encryption revision from the version if missing.
Sebastian Rasmussen
2012-02-26
Move fz_obj to be pdf_obj.
Robin Watts
2012-02-03
Make fz_malloc_struct return zeroed memory.
Tor Andersson
2012-01-27
Rename pdf_xref type to pdf_document.
Tor Andersson
2012-01-19
Remove confusing optional 'password' argument to pdf_open_xref.
Tor Andersson
2012-01-11
Stylistic comment and whitespace fixes.
Tor Andersson
2012-01-10
Fix many spelling errors.
Sebastian Rasmussen
2011-12-16
Add fz_malloc_struct, and make code use it.
Robin Watts
2011-12-08
Stylistic changes when testing pointer values for NULL.
Tor Andersson
2011-12-08
Remove remaining fz_error_note calls in the pdf code.
Tor Andersson
2011-11-25
Merge branch 'master' into context
Robin Watts
2011-11-17
AES encryption tweak; strings can be 0 bytes long
Robin Watts
2011-10-04
Move to exception handling rather than error passing throughout.
Robin Watts
2011-09-21
Add warning context.
Tor Andersson
2011-09-21
Don't thread ctx through safe fz_obj functions.
Tor Andersson
2011-09-15
Add context to mupdf.
Robin Watts
2011-09-14
Initial import of exception handling code
Robin Watts
2011-09-02
Relax length requirements of ID and U keys in encryption dictionaries.
Tor Andersson
2011-07-29
Bug 692382: Fix typo that broke encryption support.
Robin Watts
2011-06-14
Fix Bug 692277: PDF file won't open.
Robin Watts
2011-04-25
Check AES encrypted string length and padding values.
Tor Andersson
2011-04-14
Expose informational encryption details.
Tor Andersson
2011-04-10
Make crypt struct opaque.
Tor Andersson
2011-04-10
Make fz_obj struct opaque.
Tor Andersson
2011-04-04
Le Roi est mort, vive le Roi!
Tor Andersson
2011-04-04
pdf: Rename mupdf directory.
Tor Andersson