shishi-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

shishi/lib crypto-aes.c


From: shishi-commit
Subject: shishi/lib crypto-aes.c
Date: Fri, 19 Sep 2003 13:03:02 -0400

CVSROOT:        /cvsroot/shishi
Module name:    shishi
Branch:         
Changes by:     Simon Josefsson <address@hidden>        03/09/19 13:03:02

Modified files:
        lib            : crypto-aes.c 

Log message:
        (aes_string_to_key): Use 0x00001000 as default iteration count (sync
        with -05 draft).  From Nicolas Pouvesle <address@hidden>.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/shishi/shishi/lib/crypto-aes.c.diff?tr1=1.26&tr2=1.27&r1=text&r2=text

Patches:
Index: shishi/lib/crypto-aes.c
diff -u shishi/lib/crypto-aes.c:1.26 shishi/lib/crypto-aes.c:1.27
--- shishi/lib/crypto-aes.c:1.26        Mon Sep  8 19:30:21 2003
+++ shishi/lib/crypto-aes.c     Fri Sep 19 13:03:02 2003
@@ -81,7 +81,7 @@
   unsigned char key[256 / 8];
   int keylen = shishi_key_length (outkey);
   Shishi_key *tmpkey;
-  int iterations = 0x0000b000;
+  int iterations = 0x00001000;
   int res;
 
   if (parameter)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]