diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2010-07-29 09:26:38 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2010-07-29 09:26:38 +0200 |
commit | af51c84e19753ec0c9de368816a30bcc4fb90c24 (patch) | |
tree | 23eec087139d54f66fba88e6be9e412d20799f41 | |
parent | 6c3e93a9398c33e39279a986722290048f4592fe (diff) | |
download | cryptodev-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-- | TODO | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |