From 7a31387b49e0b04ba43bdf6fbc869c6a3e970251 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Wed, 28 Jul 2010 20:26:44 +0200 Subject: NCR_CIPHER_MAX_KEY_LEN no longer exist in userspace API. --- TODO | 1 + 1 file changed, 1 insertion(+) (limited to 'TODO') diff --git a/TODO b/TODO index 5ed80e1..98b81fc 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,4 @@ * ioctl_compat() mode for ncr.h API as it is in cryptodev.h * Put limits to sessions * Export private keys to PKCS #8 format (can it be implemented?) +* Documentation for functions -- cgit From 047bd90807930f589df5aae1a632a831fca976bb Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Thu, 29 Jul 2010 09:14:09 +0200 Subject: updated README. --- TODO | 1 + 1 file changed, 1 insertion(+) (limited to 'TODO') diff --git a/TODO b/TODO index 98b81fc..2c0e1db 100644 --- a/TODO +++ b/TODO @@ -2,3 +2,4 @@ * Put limits to sessions * Export private keys to PKCS #8 format (can it be implemented?) * Documentation for functions +* Is a writev() like interface needed? -- cgit 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(+) (limited to 'TODO') 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