From c5ed1b8075f412b2e9cfd9cf01f41ba04d3af2bc Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 22 Jun 2019 20:45:10 -0400 Subject: Handle invalid encryption Length (fixes #333) --- manual/qpdf-manual.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'manual') diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml index 3bd1f259..956f4d19 100644 --- a/manual/qpdf-manual.xml +++ b/manual/qpdf-manual.xml @@ -4353,6 +4353,14 @@ print "\n"; segmentation fault. + + + When reading encrypted files, follow the spec more closely + regarding encryption key length. This allows qpdf to open + encrypted files in most cases when they have invalid or + missing /Length keys in the encryption dictionary. + + -- cgit v1.2.3-54-g00ecf