index
:
qpdf
10.5
10.6
11.0
11.1
11.2
11.3
doc-check
external-libs
main
stable
zopfli
qpdf + zopfli patch
Justin Gassner
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libqpdf
/
QPDF_encryption.cc
Age
Commit message (
Expand
)
Author
2018-08-13
Fix fallback logic for encryption (fixes #229)
Jay Berkenbilt
2018-08-12
Fix memory access error
Jay Berkenbilt
2018-08-05
Return correct method for string encryption (fixes #227)
Jay Berkenbilt
2018-06-23
Bug fix: honor encryption key length with R=3 (fixes #212)
Jay Berkenbilt
2018-01-14
Allow raw encryption key to be specified
Jay Berkenbilt
2017-08-27
Pad keys to avoid memory errors (fixes #147)
Jay Berkenbilt
2017-08-22
Push QPDF member variables into a nested class
Jay Berkenbilt
2017-08-12
Pad encryption parameters that are too short (fixes #96)
Jay Berkenbilt
2015-02-21
Avoid buffer overrun copying digest
Jay Berkenbilt
2013-11-29
Include <algorithm> for std::min, std::max
Jay Berkenbilt
2013-10-18
Security: replace operator[] with at
Jay Berkenbilt
2013-06-15
Handle more broken files
Jay Berkenbilt
2013-06-14
Promote QPDF::ObjGen to top-level object QPDFObjGen
Jay Berkenbilt
2013-03-04
Fix unused local variable warnings
Jay Berkenbilt
2013-03-04
Remove all old-style casts from C++ code
Jay Berkenbilt
2012-12-31
Support for encryption with /V=5 and /R=5 and /R=6
Jay Berkenbilt
2012-12-31
Support files with only attachments encrypted
Jay Berkenbilt
2012-12-31
Fix infinite loop trimming passwords with ( in them
Jay Berkenbilt
2012-12-31
Update AES classes to work with 256-bit keys
Jay Berkenbilt
2012-12-31
Add V5 parameters to EncryptionData
Jay Berkenbilt
2012-12-31
change EncryptionData
Jay Berkenbilt
2012-07-16
Add command line option to copy encryption from other file
Jay Berkenbilt
2012-06-20
ABI change: fix use of off_t, size_t, and integer types
Jay Berkenbilt
2012-06-20
Fix gcc 4.7 warnings about C++11
Jay Berkenbilt
2011-08-11
enhance PointerHolder so that it can explicitly be told to use delete [] inst...
Jay Berkenbilt
2011-08-11
comments
Jay Berkenbilt
2010-09-24
update code to new PointerHolder, and reintroduce change that was accidentall...
Jay Berkenbilt
2010-09-24
convert file to a PointerHolder<InputSource> so it could be either a file or ...
Jay Berkenbilt
2010-04-25
don't place restrictions on length of /ID strings
Jay Berkenbilt
2009-10-20
categorize all error messages and include object information if available
Jay Berkenbilt
2009-10-19
deal with stream-specific crypt filters
Jay Berkenbilt
2009-10-18
more notes, testing of cleartext metadata, some crypt filter fixes
Jay Berkenbilt
2009-10-18
use StdCF to make adobe reader happy; handle EncryptMetadata properly when re...
Jay Berkenbilt
2009-10-18
reading crypt filters is largely implemented but not fully tested
Jay Berkenbilt
2009-10-17
checkpoint -- partially implemented /V=4 encryption
Jay Berkenbilt
2009-10-17
checkpoint -- started doing some R4 encryption support
Jay Berkenbilt
2009-10-12
do DLL_EXPORT only in header files and only at the class or top-level functio...
Jay Berkenbilt
2009-10-05
Implement changes suggested by Zarko and our subsequent conversations:
Jay Berkenbilt
2009-09-27
add methods for getting encryption data
Jay Berkenbilt
2009-09-27
checkpoint -- first crack at C API, minor refactoring of encryption functions
Jay Berkenbilt
2009-09-26
removed qexc; non-compatible ABI change
Jay Berkenbilt
2009-08-06
stick DLL_EXPORT in front of every public method of every public class
Jay Berkenbilt
2009-07-13
Fix a few compiler errors reported correctly my MSVC 9.0.
Jay Berkenbilt
2008-05-05
fix potential 64-bit issues
Jay Berkenbilt
2008-05-05
64-bit fix
Jay Berkenbilt
2008-05-04
missing header files for gcc 4.3
Jay Berkenbilt
2008-04-29
update release date to actual date
release-qpdf-2.0
Jay Berkenbilt