summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2018-03-10 19:08:08 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2018-03-19 15:52:00 +0100
commit158ce4e8c2398f649fea215ad4e40227baca1136 (patch)
treec8a8ee387ccd5229109fd77488039a6d7ac5bffa
parent2d18661f21ab564e4d870ac320e15be9e2fcfebb (diff)
downloadgnutls-158ce4e8c2398f649fea215ad4e40227baca1136.tar.gz
doc update [ci skip]
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
-rw-r--r--NEWS7
1 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8f5ef9c7a5..6c2c7f7acb 100644
--- a/NEWS
+++ b/NEWS
@@ -11,7 +11,7 @@ See the end for copying conditions.
mode, i.e., strict vs a more lax mode which will allow certain non FIPS140-2
operations.
-** libgnutls: Introduced support for draft-ietf-tls-tls13-21. It includes version
+** libgnutls: Introduced support for draft-ietf-tls-tls13-23. It includes version
negotiation, post handshake authentication, length hiding, multiple OCSP support,
consistent ciphersuite support across protocols, hello retry requests, ability
to adjust key shares via gnutls_init() flags, certificate authorities extension,
@@ -26,6 +26,10 @@ See the end for copying conditions.
libtasn1, or other DER incompatibilities to affect the verbatim use of a certificate.
Relates with #403
+** libgnutls: gnutls_privkey_import_ext4() was enhanced with the
+ GNUTLS_PRIVKEY_INFO_PK_ALGO_BITS flag.
+
+
** API and ABI modifications:
gnutls_fips140_set_mode: Added
gnutls_session_key_update: Added
@@ -41,6 +45,7 @@ gnutls_certificate_set_ocsp_status_request_mem: Added
gnutls_certificate_get_ocsp_expiration: Added
gnutls_record_send2: Added
gnutls_ext_raw_parse: Added
+GNUTLS_PRIVKEY_INFO_PK_ALGO_BITS: Added
* Version 3.6.2 (released 2018-02-16)