summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2006-08-28 09:40:39 +0000
committerWerner Koch <wk@gnupg.org>2006-08-28 09:40:39 +0000
commit9dba89cde740d7c518a73b869d07d6247e0e7488 (patch)
treef3f15bc215c20a02b6fb9f5c5691825aa3e48ec9 /TODO
parent5681a844ea16e74ededb45db7e9665b4ffd29045 (diff)
downloadlibgcrypt-9dba89cde740d7c518a73b869d07d6247e0e7488.tar.gz
Fixed a problem with shifting MPIs by 0.
Add a way to check whether the RNG is in fake mode.
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 6 insertions, 1 deletions
diff --git a/TODO b/TODO
index 1cfc6dc1..4ea299e0 100644
--- a/TODO
+++ b/TODO
@@ -51,7 +51,7 @@ What's left to do -*- outline -*-
to run that bunch of Unix utilities we don't waste their precious
results.
-* Out of memory handler for secure memory shopuld do proper logging
+* Out of memory handler for secure memory should do proper logging
There is no shortage of standard memory, so logging is most likely
possible.
@@ -59,5 +59,10 @@ What's left to do -*- outline -*-
* signed vs. unsigned.
Sync the code with 1.2 where we have fixed all these issues.
+* mpi_print does not use secure memory
+ for internal variables.
+
+* gry_mpi_lshift is missing
+