summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS8
1 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0a40907891..5630900e52 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,11 @@ See the end for copying conditions.
in Time fields, and X.509v1 certificates which have the unique identifiers
set. Both sets are prohibited by RFC5280.
+** libgnutls: Introduced gnutls_x509_crt_set_flags(). This function can set flags
+ in the crt structure. The only flag supported at the moment is
+ GNUTLS_X509_CRT_FLAG_IGNORE_SANITY which skips the certificate sanity
+ checks on import.
+
** libgnutls: Refuse gnutls_record_send() and gnutls_record_recv()
calls prior to handshake being complete. Addresses gitlab issue #158.
@@ -22,7 +27,8 @@ See the end for copying conditions.
URLs in addition to files.
** API and ABI modifications:
-No changes since last version.
+gnutls_x509_crt_set_flags: Added
+GNUTLS_X509_CRT_FLAG_IGNORE_SANITY: Added
* Version 3.5.7 (released 2016-12-8)