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
/
Pl_AES_PDF.cc
Age
Commit message (
Expand
)
Author
2013-03-04
Remove all old-style casts from C++ code
Jay Berkenbilt
2012-12-31
Add random number functions to QUtil
Jay Berkenbilt
2012-12-31
Allow specification of AES initialization vector
Jay Berkenbilt
2012-12-31
Update AES classes to work with 256-bit keys
Jay Berkenbilt
2012-06-20
ABI change: fix use of off_t, size_t, and integer types
Jay Berkenbilt
2010-03-27
pad and hope for the best of AES input buffer is not a multiple of 16
Jay Berkenbilt
2009-10-19
add C API for R4 encryption
Jay Berkenbilt
2009-10-18
use a simpler seed for the random number generator
Jay Berkenbilt
2009-10-18
only seed randon number generater once for aes-cbc, try to avoid compressing ...
Jay Berkenbilt
2009-10-18
avoid low order bits of random just in case it's rand
Jay Berkenbilt
2009-10-18
use srand and rand instead of srandom and random of the latter are not available
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
got working aes128 implementation
Jay Berkenbilt
2009-10-17
checkpoint -- started doing some R4 encryption support
Jay Berkenbilt