aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
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 /TODO
parentce19471f180d764bbcf5990dea5f60d4cd217dc7 (diff)
downloadqpdf-cff26040d8e4019e2c9db950d7986f6422c6711b.tar.zst
Using insecure crytpo from the CLI is now an error by default
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 0 insertions, 10 deletions
diff --git a/TODO b/TODO
index a3394989..96ee2455 100644
--- a/TODO
+++ b/TODO
@@ -486,16 +486,6 @@ in source and header files to find items not listed here.
developer and user experience. We don't want to create a situation
where exactly the same code fails to work in 11 but worked on 10.
See #576 for latest notes.
- * Change deterministic id to use something other than MD5 but allow
- the old way for compatibility -- maybe rename the method to force
- the developer to make a choice
- * Find other uses of MD5 and find the ones that are discretionary,
- if any
- * Have QPDFWriter raise an exception if it's about to write using
- weak crypto and hasn't been given permission
- * Search for --allow-weak-crypto in the manual and in qpdf.cc's help
- information
- * Update the ref.weak-crypto section of the manual
Page splitting/merging
======================