summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-10-31 17:23:16 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-11-01 15:07:18 +0100
commita0d969997d1f7b4ce54adc11a23d1050dc03b60a (patch)
treea61806ca8e1867ca55054e3608c8eeaf9a4aab2a
parentaaf611f96891f199139ff852d6c060f1754a5972 (diff)
downloadgnutls-a0d969997d1f7b4ce54adc11a23d1050dc03b60a.tar.gz
doc update
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2e3c0097d5..bfe9474add 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,11 @@ See the end for copying conditions.
** libgnutls: Introduced a function group to set known DH parameters
using groups from RFC7919.
+** libgnutls: Added more strict RFC4514 textual DN encoding and decoding.
+ Now the generated textual DN is in reverse order according to RFC4514,
+ and functions which generate a DN from strings such gnutls_x509_crt_set_*dn()
+ set the expected DN (reverse of the provided string).
+
** libgnutls: Introduced time and constraints checks in the end certificate
in the gnutls_x509_crt_verify_data2() and gnutls_pkcs7_verify_direct()
functions.