[crypticl-cvs] CVS crypticl/doc
tskogan
tskogan at common-lisp.net
Sun Feb 4 21:17:06 UTC 2007
Update of /project/crypticl/cvsroot/crypticl/doc
In directory clnet:/tmp/cvs-serv25812
Modified Files:
TODO ChangeLog
Log Message:
Update.
--- /project/crypticl/cvsroot/crypticl/doc/TODO 2007/01/27 17:07:17 1.7
+++ /project/crypticl/cvsroot/crypticl/doc/TODO 2007/02/04 21:17:05 1.8
@@ -1,10 +1,8 @@
TODO list for Crypticl
======================
--bug in AES key expansion for 256-bit keys, maybe others. More test
-cases needed.
-more example applications to test and improve the api
-SHA-512?
-Document how to run the full test set (when porting to new platform).
-only use hex and hexo, not the long versions.
-
+-put some of the longer test vectors in CVS.
--- /project/crypticl/cvsroot/crypticl/doc/ChangeLog 2007/01/24 21:45:12 1.16
+++ /project/crypticl/cvsroot/crypticl/doc/ChangeLog 2007/02/04 21:17:05 1.17
@@ -1,3 +1,8 @@
+04-02-2007 Taale Skogan
+ -Fix AES error with keys > 128 bits.
+ -Use 256-bits in random.
+ -Run Rinjdael test vectors from files on AES.
+
24-01-2007 Taale Skogan
Replaced secure PRNG based on SHA-1 with 128 bits AES in counter
mode. Should be 256 bits, but seems to be a bug in AES key
More information about the Crypticl-cvs
mailing list