diff options
author | lloyd <[email protected]> | 2008-03-10 04:10:04 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-03-10 04:10:04 +0000 |
commit | e7740ada3945fa9b1cabeb04a6f0a9862ea2507c (patch) | |
tree | b5d8c8035d0c5948f5c00efd8447166aeb7baf7a /doc | |
parent | 4afce372a2a5ff4daeaf7e564b5602c43adecd1b (diff) |
Add to the todo: Tests for the simple functions (bigint_*, rotate_left, etc)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/todo.txt b/doc/todo.txt index 00cbdfe7c..c41a38d1c 100644 --- a/doc/todo.txt +++ b/doc/todo.txt @@ -64,6 +64,10 @@ Much of the code operates at a very low level of abstraction; this has caused it to be difficult to add tests that vary much from the simple known answer tests used for the ciphers and hashes. +All of the simple functions (rotate_left, get_byte, etc) should be +tested (a failure in one of these causes many failures later, which +are harder to diagnose). + There are significant codepaths that have no tests written for them, particularly in the X.509 certificate processing code. |