summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.