summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2008-06-24 08:11:04 +0000
committerWerner Koch <wk@gnupg.org>2008-06-24 08:11:04 +0000
commit40e1ff89408eaeb56d32068bc9c9551715f2deff (patch)
treed0d6f0c2e92e8d8759609661d34ba196485e608f /TODO
parentf0b713d0fe287073aa119348a822c2d8b93377a0 (diff)
downloadlibgcrypt-40e1ff89408eaeb56d32068bc9c9551715f2deff.tar.gz
Fixed memory leak inthe ac functions.
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 10 insertions, 0 deletions
diff --git a/TODO b/TODO
index 4d7eed36..da1ef22a 100644
--- a/TODO
+++ b/TODO
@@ -66,6 +66,16 @@ What's left to do -*- outline -*-
collectros need to run that bunch of Unix utilities we don't waste
their precious results.
+* Add transient flag to RSA key generation
+ For short living keys it makes sense to allow generation using a PRNG.
+ We could implement it this way:
+
+ (genkey
+ (rsa
+ (nbits 4:1024)
+ (transient-key)))
+
+
* Out of memory handler for secure memory should do proper logging
There is no shortage of standard memory, so logging is most likely