]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Add.
authorSimon Josefsson <simon@josefsson.org>
Wed, 7 Mar 2007 13:41:06 +0000 (13:41 +0000)
committerSimon Josefsson <simon@josefsson.org>
Wed, 7 Mar 2007 13:41:06 +0000 (13:41 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 1758fbf7c1246ebf1f584cdd922977255368b1d1..31bab98633c13f0d9e26a00e9ebdaf626fcb6bc1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,20 @@ See the end for copying conditions.
 ** Added examples for the authorization extension.
 See doc/examples/ex-client-authz.c and doc/examples/ex-serv-authz.c.
 
+** The examples only use gnutls_set_default_priority().
+The exception is when DH_ANON is needed.
+
+** Improve gnutls_set_default_priority() priorities.
+The new approach is for it to try and negotiate all secure and
+standard mechanisms available.  Currently, DH_ANON ciphersuites and
+LZO compressions are not enabled by default.
+
+** gnutls-cli and gnutls-serv now uses the library's default priorities.
+This means that to get DH_ANON and LZO compression, you'll need to
+specify that manually using '--kx anon' or '--comp lzo'.
+
+** Minor fixes to the human display format of X.509 certificates.
+
 ** New APIs to extract Distinguished Name's from X.509 certificates.
 Based on patch from Howard Chu <hyc@symas.com>.