/[Apache-SVN]
ViewVC logotype

Revision 1907444


Jump to revision: Previous Next
Author: centic
Date: Sun Feb 5 21:11:03 2023 UTC (16 months, 2 weeks ago)
Changed paths: 5
Log Message:
Bug 66436: Fix invalid handling of padded encrypted bytes

The encrypted data is padded to 16 bytes, but these additional bytes
were not read from the stream

Make the reading of the additional bytes "lenient" to not introduce
breaking change if some existing functionality did produce non-aligned
data for some reason.

Changed paths

Path Details
Directorypoi/trunk/poi/src/main/java/org/apache/poi/poifs/crypt/ChunkedCipherInputStream.java modified , text changed
Directorypoi/trunk/poi/src/test/java/org/apache/poi/poifs/crypt/agile/ added
Directorypoi/trunk/poi/src/test/java/org/apache/poi/poifs/crypt/agile/TestAgileDecryptor.java added
Directorypoi/trunk/poi-ooxml/src/test/java/org/apache/poi/poifs/crypt/tests/TestAgileEncryptionParameters.java modified , text changed
Directorypoi/trunk/poi-ooxml/src/test/java/org/apache/poi/xssf/usermodel/TestXSSFBugs.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26