summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2018-02-26 11:46:09 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2018-02-26 11:46:09 +0100
commit95e0bafbdfdb3f09936c624405912a1e7b2fd125 (patch)
tree66ffc884834abccf9215f905d09a9381418ae35b
parent1a712ff39a2bdbde4f399f448eea9c365a5db8fd (diff)
downloadgnutls-tmp-raw-parse.tar.gz
doc updatetmp-raw-parse
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-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)