From: Nikos Mavrogiannopoulos Date: Fri, 21 Nov 2008 19:59:46 +0000 (+0200) Subject: reorganized goals X-Git-Tag: gnutls_2_7_3~39 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f42d5b41fc63aab1d4c77128cbae9e8b25b24121;p=thirdparty%2Fgnutls.git reorganized goals --- diff --git a/doc/TODO b/doc/TODO index adc7b0f42b..d9c900a023 100644 --- a/doc/TODO +++ b/doc/TODO @@ -4,6 +4,10 @@ in order to avoid having people working on the same thing. Current list: + Support PKCS#8 AES and DES-MD5 (tests/enc3pkcs8.pem) encrypted keys. +* Optimize the gnutls_record_recv() code to allow fast small byte + reads. +* Implement Datagram-TLS (DTLS). +* Correct TLS 1.2 support. * Cleanup pkix.asn and remove unused (by the certificate api) structures. That way memory used will be reduced. * Improve or rewrite libtasn1 to make it easier to maintain. @@ -43,7 +47,6 @@ Current list: application to give progress feedback to user. - Support non-blocking gnutls_{dh,rsa}_params_generate2 for when there is not enough entropy available. -- Implement Datagram-TLS (DTLS). - Chain verifications. - Short-cut the certificate verification algorithm before the root if a middle-CA is trusted.