From 3359051d08bcb8f365dc17a078f31661d791338b Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sun, 18 Oct 2009 14:09:53 +0000 Subject: [PATCH] only seed randon number generater once for aes-cbc, try to avoid compressing Metadata streams --- TODO | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/TODO b/TODO index ae18890..3d6edc4 100644 --- a/TODO +++ b/TODO @@ -43,6 +43,9 @@ (http://delphi.about.com). .. use at your own risk and for whatever the purpose you want .. no support provided. Sample code provided." + * Test cases for metadata: make sure we get uncompressed metadata for + all --stream-data modes unless encrypted. + * R = 4, V = 4 encryption. - Update C API for R4 encryption -- libgit2 0.21.4