summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2010-07-29 09:26:38 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2010-07-29 09:26:38 +0200
commitaf51c84e19753ec0c9de368816a30bcc4fb90c24 (patch)
tree23eec087139d54f66fba88e6be9e412d20799f41
parent6c3e93a9398c33e39279a986722290048f4592fe (diff)
downloadcryptodev-linux-af51c84e19753ec0c9de368816a30bcc4fb90c24.tar.gz
cryptodev-linux-af51c84e19753ec0c9de368816a30bcc4fb90c24.tar.xz
cryptodev-linux-af51c84e19753ec0c9de368816a30bcc4fb90c24.zip
just noticed that the DSA generation algorithm is not the nist one.
-rw-r--r--TODO1
1 files changed, 1 insertions, 0 deletions
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.