From aa0b2e219bd389f0af35b9f356ce274ef973c8e1 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Fri, 17 Feb 2017 15:35:41 +0100 Subject: doc update --- NEWS | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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) -- cgit v1.2.1