summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-10-01 19:40:35 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-10-01 19:40:35 +0200
commit59c61c7a724637706a3f578e01994adbff40c919 (patch)
tree43aaa38f3ab1606616306e1926ed1e38cff7a603
parenta7a794ad486f41cd848afc4dfe1b20371decbdef (diff)
downloadgnutls-59c61c7a724637706a3f578e01994adbff40c919.tar.gz
documented updates
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 29502cd0b9..49caf02e1c 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,15 @@ See the end for copying conditions.
* Version 3.0.4 (unreleased)
+** gnutls-cli: Added --benchmark-soft-ciphers to benchmark
+the software version of the ciphers instead of hw accelerated
+(where available)
+
+** libgnutls: Corrected VIA padlock code for C3. Benchmarks show
+a 50% increase in AES speed.
+
+** libgnutls: Compilation fixed when p11-kit is not detected.
+
** libgnutls: Fixed the deflate compression code.
** libgnutls: Added gnutls_x509_crt_get_authority_info_access.