Commit 3359051d08bcb8f365dc17a078f31661d791338b
1 parent
4ccc9330
only seed randon number generater once for aes-cbc, try to avoid compressing Metadata streams
git-svn-id: svn+q:///qpdf/trunk@819 71b93d88-0707-0410-a8cf-f5a4172ac649
Showing
1 changed file
with
3 additions
and
0 deletions
TODO
| ... | ... | @@ -43,6 +43,9 @@ |
| 43 | 43 | (http://delphi.about.com). .. use at your own risk and for whatever |
| 44 | 44 | the purpose you want .. no support provided. Sample code provided." |
| 45 | 45 | |
| 46 | + * Test cases for metadata: make sure we get uncompressed metadata for | |
| 47 | + all --stream-data modes unless encrypted. | |
| 48 | + | |
| 46 | 49 | * R = 4, V = 4 encryption. |
| 47 | 50 | |
| 48 | 51 | - Update C API for R4 encryption | ... | ... |