summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-09-02 20:12:00 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-09-02 20:12:00 +0200
commit4ae6b978306bd15a5d6dec65fba26a9d2faf7d9a (patch)
treef61193d19c7e7aa128c29fd0d61d479b6d4db3f9 /NEWS
parentf988c1b1cc57b53895b60f47aaa7c5b178f31796 (diff)
downloadgnutls-2b9fcce98d24872177a7627c1c4e658c3ff3d236.tar.gz
bumped versiongnutls_3_1_1
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1be343205d..c733a928e9 100644
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,7 @@ GnuTLS NEWS -- History of user-visible changes. -*- outline -*-
Copyright (C) 2000-2012 Free Software Foundation, Inc.
See the end for copying conditions.
-* Version 3.1.1 (unreleased)
+* Version 3.1.1 (released 2012-09-02)
** gnutls-serv: Listens on IPv6. Patch by Bernhard R. Link.
@@ -13,6 +13,10 @@ assume the PKCS #8 file format, instead of ignoring the password.
** tpmtool: No longer asks for key password in registered keys.
+** libgnutls: Elliptic curve code was optimized by Ilya Tumaykin.
+wmNAF is now used for point multiplication and other optimizations.
+(the major part of the work was done during Google Summer of Code).
+
** libgnutls: The default pull_timeout_function only uses select
instead of a combination of select() and recv() to prevent issues
when used in stream sockets in some systems.