summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-11-11 19:05:27 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-11-14 13:34:55 +0100
commitc3f92bde3d4297502343eda1096c23e2b5d56af4 (patch)
treeebaf8b92bfabd082dbb9242ff75497ec38eb5f94
parent4adc22ebe23a9059466111040037d65e77134071 (diff)
downloadgnutls-c3f92bde3d4297502343eda1096c23e2b5d56af4.tar.gz
doc update
-rw-r--r--NEWS15
1 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6702e28881..28c9e5554f 100644
--- a/NEWS
+++ b/NEWS
@@ -13,11 +13,24 @@ See the end for copying conditions.
** libgnutls: Require libtasn1 4.9; this ensures gnutls will correctly
operate with OIDs which have elements that exceed 2^32.
+** libgnutls: The DN decoding functions output the traditional DN format
+ rather than the strict RFC4514 compliant textual DN. This reverts the
+ 3.5.6 introduced change, and allows applications which depended on the
+ previous format to continue to function. Introduced new functions which
+ output the strict format by default, and can revert to the old one using
+ a flag.
+
** p11tool: Introduced the --initialize-pin and --initialize-so-pin
options.
** API and ABI modifications:
-No changes since last version.
+gnutls_ocsp_resp_get_responder2: Added
+gnutls_x509_crt_get_issuer_dn3: Added
+gnutls_x509_crt_get_dn3: Added
+gnutls_x509_rdn_get2: Added
+gnutls_x509_dn_get_str2: Added
+gnutls_x509_crl_get_issuer_dn3: Added
+gnutls_x509_crq_get_dn3: Added
* Version 3.5.6 (released 2016-11-04)