summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorNoDRM <[email protected]>2023-08-02 18:13:42 +0200
committerNoDRM <[email protected]>2023-08-02 18:13:42 +0200
commite82d2b5c9cd799f0c4a1349dbcf0487a115fecaa (patch)
tree20c1220815bfd43cfc965e2531814450977c2fb7 /CHANGELOG.md
parent7f6dd84389522ae87ace95ac03680db9c5275f9c (diff)
Fix PDF decryption for 256-bit AES with V=5
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b1e5816..3bb9848 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -100,3 +100,4 @@ This is v10.0.9, a release candidate for v10.1.0. I don't expect there to be maj
## Fixes on master (not yet released):
- Fix a bug where decrypting a 40-bit RC4 pdf with R=2 didn't work.
+- Fix a bug where decrypting a 256-bit AES pdf with V=5 didn't work.