From af51c84e19753ec0c9de368816a30bcc4fb90c24 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Thu, 29 Jul 2010 09:26:38 +0200 Subject: just noticed that the DSA generation algorithm is not the nist one. --- TODO | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO b/TODO index 2c0e1db..875738e 100644 --- a/TODO +++ b/TODO @@ -3,3 +3,4 @@ * Export private keys to PKCS #8 format (can it be implemented?) * Documentation for functions * Is a writev() like interface needed? +* Implement the NIST DSA generation algorithm. -- cgit