From 40e1ff89408eaeb56d32068bc9c9551715f2deff Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 24 Jun 2008 08:11:04 +0000 Subject: Fixed memory leak inthe ac functions. --- TODO | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'TODO') 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 -- cgit v1.2.1