aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-04-30 21:41:14 +0200
committerJay Berkenbilt <ejb@ql.org>2022-04-30 23:23:58 +0200
commitcff26040d8e4019e2c9db950d7986f6422c6711b (patch)
treee6729cdf3678e5322922a4cc7e3ab29b922d930e /ChangeLog
parentce19471f180d764bbcf5990dea5f60d4cd217dc7 (diff)
downloadqpdf-cff26040d8e4019e2c9db950d7986f6422c6711b.tar.zst
Using insecure crytpo from the CLI is now an error by default
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2f06936f..6826703b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2022-04-30 Jay Berkenbilt <ejb@ql.org>
+
+ * Make attempting to write encrypted files that use RC4 (40-bit or
+ 128-bit without AES) an error rather than a warning when
+ --allow-weak-crypto is not specified.
+
2022-04-29 Jay Berkenbilt <ejb@ql.org>
* QPDFObjectHandle: for the methods insertItem, appendItem,