summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2002-03-28 12:49:26 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2002-03-28 12:49:26 +0000
commitf483b6c7a07a0184e7eb5829a493bab5d6ae3d95 (patch)
tree53be319cdb69af68c25223edc7f2636d9fb3468e
parent3315df5ad15354f2a63d6c669a7e0815228bb65a (diff)
downloadgnutls-f483b6c7a07a0184e7eb5829a493bab5d6ae3d95.tar.gz
*** empty log message ***
-rw-r--r--NEWS4
-rw-r--r--doc/TODO2
2 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 94e69df84b..580aa96af2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,10 @@
-Version 0.3.93
+Version 0.4.0
- Added support for RFC2630 (PKCS7) X.509 certificate sets
- Added new functions: gnutls_x509_extract_certificate_pk_algorithm(),
gnutls_openpgp_extract_key_pk_algorithm().
- Several optimizations in the Handshake protocol
+- Several optimizations in RSA algorithm
+- Made the return values because of small buffers given uniform.
Version 0.3.92 (23/03/2002)
- Updated documentation
diff --git a/doc/TODO b/doc/TODO
index 82f59622d2..8c48f22d27 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -5,8 +5,6 @@ in order to avoid having people working on the same thing.
Current list:
+ Audit the code
* Precalculate signatures for DHE cipher suites
-* Precalculate the cipher suites to use (should increase the handshake
- speed about 8%)
* Minimize footprint.
* Improve support for compression
- Add Kerberos support