summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-11-09 14:17:54 +0100
committerJay Berkenbilt <ejb@ql.org>2019-11-09 15:53:42 +0100
commit1ee45458fc76043ffafb1f7c730e1376a012bdf4 (patch)
treef460442dcdb696daab1855fb4adf765d267d9fde /TODO
parent70b8c41f46ee723f9fa216f619bf927a0319bda5 (diff)
downloadqpdf-1ee45458fc76043ffafb1f7c730e1376a012bdf4.tar.zst
Update docs for crypto providers
Diffstat (limited to 'TODO')
-rw-r--r--TODO9
1 files changed, 6 insertions, 3 deletions
diff --git a/TODO b/TODO
index 90bf6de2..9a178fe6 100644
--- a/TODO
+++ b/TODO
@@ -272,10 +272,13 @@ I find it useful to make reference to them in this list
to add any dependencies on threading libraries.
* Study what's required to support savable forms that can be saved by
- Adobe Reader. Does this require actually signing the document with
- an Adobe private key? Search for "Digital signatures" in the PDF
+ Adobe Reader. Does this require actually signing the document with
+ an Adobe private key? Search for "Digital signatures" in the PDF
spec, and look at ~/Q/pdf-collection/form-with-full-save.pdf, which
- came from Adobe's example site.
+ came from Adobe's example site. See also
+ ../misc/digital-sign-from-trueroad/. If digital signatures are
+ implemented, update the docs on crytpo providers, which mention
+ that this may happen in the future.
* See if we can avoid preserving unreferenced objects in object
streams even when preserving the object streams.