summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-02-21 12:13:17 +0100
committerSimon Josefsson <simon@josefsson.org>2008-02-21 12:13:17 +0100
commite1cae208ec5f68ac1c3b793582120e9718ca21bd (patch)
tree3548ac4daf15ea5dc94b62c1f7812582784b42fd
parent5ad8aaafedcb2cec4bb04ea5f0d5c6da76b9d987 (diff)
downloadgnutls-e1cae208ec5f68ac1c3b793582120e9718ca21bd.tar.gz
Fixes.
-rw-r--r--NEWS15
1 files changed, 9 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 054559d9a2..72cfcce6f8 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,10 @@ See the end for copying conditions.
* Version 2.3.1 (unreleased)
+** OpenPGP support merged into libgnutls and is now licensed under LGPL.
+The included copy of OpenCDK has been stripped down and re-licensed
+under the LGPL.
+
** Cipher priority string handling now handle strings that starts with NULL.
Thanks to Laurence Withers <l@lwithers.me.uk>.
@@ -24,20 +28,19 @@ strings and return the proper size.
This collects all problems related to record padding with
Nokia/Sony-Ericsson phones that we know about.
-** Several improvements in the OpenPGP authentication. Now subkeys
-can be used for authentication.
+** Several improvements in the OpenPGP authentication.
+Now subkeys can be used for authentication, according to
+draft-mavrogiannopoulos-rfc5081bis-00.txt.
** certtool can print information on OpenPGP certificates and keys.
-** Added gnutls_x509_dn_import/init/deinit() to access raw DER DN. Patch
-by Joe Orton.
+** Added gnutls_x509_dn_import/init/deinit() to access raw DER DN.
+Patch by Joe Orton.
** Added gnutls_certificate_export_x509_cas and other functions to
export elements from the certificate credentials structure. Based on
suggestion from Joe Orton.
-** Included the LGPL version of opencdk
-
** Doc fixes.
Clarify that srp_base64 is not the same as normal base64.