Commit a04de932d280bc52cfb469b4c0b44a8022a4d309

Authored by Jay Berkenbilt
1 parent d59600d6

to-do updates for planned work

Showing 1 changed file with 8 additions and 5 deletions
@@ -57,6 +57,14 @@ LIBQPDF_3 { @@ -57,6 +57,14 @@ LIBQPDF_3 {
57 *; 57 *;
58 }; 58 };
59 59
  60 + * Provide an option to copy encryption parameters from another file.
  61 + This would make it possible to decrypt a file, manually work with
  62 + it, and then re-encrypt it using the original encryption parameters
  63 + including a possibly unknown owner password.
  64 +
  65 + * See if I can support the new encryption formats mentioned in the
  66 + open bug on sourceforge. Check other sourceforge bugs.
  67 +
60 68
61 Better 64-bit support on Windows 69 Better 64-bit support on Windows
62 ================================ 70 ================================
@@ -110,11 +118,6 @@ General @@ -110,11 +118,6 @@ General
110 a lot of the same logic as being able to do splitting, so a general 118 a lot of the same logic as being able to do splitting, so a general
111 split/merge program would be a great addition. 119 split/merge program would be a great addition.
112 120
113 - * Provide an option to copy encryption parameters from another file.  
114 - This would make it possible to decrypt a file, manually work with  
115 - it, and then re-encrypt it using the original encryption parameters  
116 - including a possibly unknown owner password.  
117 -  
118 * See whether it's possible to remove the call to 121 * See whether it's possible to remove the call to
119 flattenScalarReferences. I can't easily figure out why I do it, 122 flattenScalarReferences. I can't easily figure out why I do it,
120 but removing it causes strange test failures in linearization. I 123 but removing it causes strange test failures in linearization. I