summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-05-26 18:52:54 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-05-26 18:52:54 +0200
commit43d7458fa2571037ff974d29c54f55f977d5d37a (patch)
tree0221ca4389fedfed7547b4597d178f2ce68325ca
parent7eef1c79e399f4d14ac9741681d5f7afc2ed7193 (diff)
downloadgnutls-43d7458fa2571037ff974d29c54f55f977d5d37a.tar.gz
document elliptic curves addition.
-rw-r--r--NEWS9
1 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 80cbdeeab4..b3edf687fe 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,14 @@ Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005,
2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
See the end for copying conditions.
-* Version 2.99.2 (unreleased)
+* Version 2.99.2 (released 2011-05-26)
+
+** libgnutls: Added Elliptic curve support. This is not
+enabled by default. Requires priority strings:
++CURVE-ALL: to add all supported curves
++ECDHE-RSA: to add ephemeral ECDHE with an RSA-signed certificate
++ECDHE-ECDSA: to add ephemeral ECDHE with an ECDSA-signed certificate
++ANON-ECDHE: to add anonymous ECDH
** libgnutls: PKCS #11 URLs conform to the latest draft
being http://tools.ietf.org/html/draft-pechanec-pkcs11uri-04.