summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-02-19 11:42:27 +0000
committerSimon Josefsson <simon@josefsson.org>2007-02-19 11:42:27 +0000
commitd000b731440d014ab47517c6fd5d632881eb3b4e (patch)
tree3b85f7af4927e5129405a071091a83d05dcb69a9
parent6943c6fd172055c47cb038202bce2a790739a3dd (diff)
downloadgnutls-d000b731440d014ab47517c6fd5d632881eb3b4e.tar.gz
Add.
-rw-r--r--NEWS11
1 files changed, 7 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 81474d3bc6..b8157b55e5 100644
--- a/NEWS
+++ b/NEWS
@@ -30,10 +30,12 @@ string in the provided buffer.
It uses gnutls_x509_crl_print to print CRL information. It uses some
more gnulib modules to simplify error handling.
-** Add new protocol constants related to supplemental data and authorization.
-GNUTLS_HANDSHAKE_SUPPLEMENTAL, gnutls_supplemental_data_format_type_t
-and gnutls_authz_data_format_type_t have been added. Supplemental
-data is described in RFC 4680 and authorization extensions in
+** Add new functionality related to supplemental data and authorization.
+The types GNUTLS_HANDSHAKE_SUPPLEMENTAL,
+gnutls_supplemental_data_format_type_t and
+gnutls_authz_data_format_type_t have been added. The function
+gnutls_supplemental_get_name have been added. Supplemental data is
+described in RFC 4680 and authorization extensions in
draft-housley-tls-authz-extns-07.
** The pkg-config script now have a 'Requires: libtasn1' field.
@@ -44,6 +46,7 @@ Pavlov Konstantin <thresh@altlinux.ru>.
GNUTLS_HANDSHAKE_SUPPLEMENTAL: ADD, new gnutls_handshake_description_t element.
gnutls_supplemental_data_format_type_t: ADD.
gnutls_authz_data_format_type_t: ADD.
+gnutls_supplemental_get_name: ADD.
GNUTLS_SAN_DN: ADD, new gnutls_x509_subject_alt_name_t element.
gnutls_x509_crl_print: ADD.
gnutls_x509_crl_get_signature: ADD.