summaryrefslogtreecommitdiffstats
path: root/libqpdf/Pl_AES_PDF.cc
AgeCommit message (Expand)Author
2013-03-04Remove all old-style casts from C++ codeJay Berkenbilt
2012-12-31Add random number functions to QUtilJay Berkenbilt
2012-12-31Allow specification of AES initialization vectorJay Berkenbilt
2012-12-31Update AES classes to work with 256-bit keysJay Berkenbilt
2012-06-20ABI change: fix use of off_t, size_t, and integer typesJay Berkenbilt
2010-03-27pad and hope for the best of AES input buffer is not a multiple of 16Jay Berkenbilt
2009-10-19add C API for R4 encryptionJay Berkenbilt
2009-10-18use a simpler seed for the random number generatorJay Berkenbilt
2009-10-18only seed randon number generater once for aes-cbc, try to avoid compressing ...Jay Berkenbilt
2009-10-18avoid low order bits of random just in case it's randJay Berkenbilt
2009-10-18use srand and rand instead of srandom and random of the latter are not availableJay Berkenbilt
2009-10-18reading crypt filters is largely implemented but not fully testedJay Berkenbilt
2009-10-17checkpoint -- partially implemented /V=4 encryptionJay Berkenbilt
2009-10-17got working aes128 implementationJay Berkenbilt
2009-10-17checkpoint -- started doing some R4 encryption supportJay Berkenbilt