summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f0aec57b05..67fada1cef 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,9 @@ See the end for copying conditions.
and key usage limits. TLS1.3 support needs to be explicitly enabled via a
priority string.
+** libgnutls: Introduced low-level function to assist applications attempting client
+ hello extension parsing, prior to GnuTLS' parsing of the message.
+
** API and ABI modifications:
gnutls_fips140_set_mode: Added
gnutls_session_key_update: Added
@@ -32,6 +35,7 @@ gnutls_certificate_set_ocsp_status_request_file2: Added
gnutls_certificate_set_ocsp_status_request_mem: Added
gnutls_certificate_get_ocsp_expiration: Added
gnutls_record_send2: Added
+gnutls_ext_raw_parse: Added
* Version 3.6.2 (released 2018-02-16)