summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-02-17 15:35:41 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-02-17 17:26:38 +0100
commitaa0b2e219bd389f0af35b9f356ce274ef973c8e1 (patch)
tree9e1f1a120d02765223da91f5aedbcdd9aa813860
parentfa1fe757e05fc45ea59b2b342717e9d7ad788abb (diff)
downloadgnutls-aa0b2e219bd389f0af35b9f356ce274ef973c8e1.tar.gz
doc update
-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)