summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-02-22 07:16:32 +0000
committerSimon Josefsson <simon@josefsson.org>2007-02-22 07:16:32 +0000
commitf96983c5103998bcc1935d202b3a2552102a50fd (patch)
tree794b6041149ed7fe50bd14575e9524e998007498
parentbc823fcdaf96d99d7d57980b9493b5a518e7efbc (diff)
downloadgnutls-f96983c5103998bcc1935d202b3a2552102a50fd.tar.gz
Add.
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 305fd3bbd6..2fa1916576 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,9 @@ See the end for copying conditions.
Supplemental data is described in RFC 4680 and the authorization
extensions in draft-housley-tls-authz-extns-07.
+** Support for authorization data in gnutls-cli and gnutls-serv.
+New parameters --authz-x509-attr-cert and --authz-saml-assertion.
+
** Fix for gnutls_x509_crt_check_hostname.
Before it would have reported that the certificate matched a hostname
when it did not have any dNSName or any CN field. Report and tiny