From: Simon Josefsson Date: Wed, 7 Mar 2007 13:41:06 +0000 (+0000) Subject: Add. X-Git-Tag: gnutls_1_7_8~48 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bed031c802c948a3ebf12a9ef6929140f745fb28;p=thirdparty%2Fgnutls.git Add. --- diff --git a/NEWS b/NEWS index 1758fbf7c1..31bab98633 100644 --- 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 .