]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
*** empty log message ***
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 26 Mar 2006 08:20:01 +0000 (08:20 +0000)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 26 Mar 2006 08:20:01 +0000 (08:20 +0000)
doc/TODO

index f40ddca913a1f754ee4ed52dbdf35a63956892a0..d8e5cff764e6185f54681b2efa1ebb6bebbbd038 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -3,12 +3,18 @@ anything), contact the developer's mailing list (gnutls-dev@lists.gnupg.org),
 in order to avoid having people working on the same thing. 
 
 Current list:
-* Allow adding multiple subject alternative names.
++ Support PKCS#8 AES and DES-MD5 (tests/enc3pkcs8.pem) encrypted keys.
+* Improve or rewrite libtasn1 to make it easier to maintain.
+* Make and use by gnutls a flexible interface for algorithms such
+  as public key, symmetric, PRNGs to allow for plugins that use other
+  libraries than libgcrypt or even hardware drivers. Flexible means
+  that it should allow replacing of some components without harming the
+  others (i.e. now with libgcrypt there is no way to replace the prng component
+  with something else since libgcrypt uses it internally.)
+* Allow adding multiple subject alternative names (certtool + x509 library).
 * Verify added CRLs (is it really needed?)
 * Document the format for the supported DN attributes.
 * Audit the code
-* RNG improvements, to avoid /dev/random blocking on busy servers.
-+ Support PKCS#8 AES and DES-MD5 (tests/enc3pkcs8.pem) encrypted keys.
 - Support OpenSSL encrypted PKCS#1 RSA keys, for compatibility (new
   applications should use PKCS#8 instead).
 - Allow verifying of certificates on their reception.