summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnder Juaristi <a@juaristi.eus>2020-03-15 23:31:49 +0100
committerAnder Juaristi <a@juaristi.eus>2020-03-23 17:00:58 +0100
commit62292ca51a43de56eaa396740c7e7fd70b41b4d4 (patch)
treeac8e4addc7f1ee3aa49fc78d8a10b4cdff010caa
parent5a738ed6722cd5d8ebdbc01bdbdeeb066c65b465 (diff)
downloadgnutls-62292ca51a43de56eaa396740c7e7fd70b41b4d4.tar.gz
Update NEWS file
Signed-off-by: Ander Juaristi <a@juaristi.eus>
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2362e8b395..5348151679 100644
--- a/NEWS
+++ b/NEWS
@@ -12,12 +12,19 @@ See the end for copying conditions.
** libgnutls: Added new callback gnutls_keylog_func that enables a custom
logging functionality.
+** libgnutls: Added support for non-null terminated usernames in PSK
+ negotiation (#586).
+
** API and ABI modifications:
gnutls_hkdf_extract: Added
gnutls_hkdf_expand: Added
gnutls_pbkdf2: Added
gnutls_session_set_keylog_function: Added
gnutls_prf_hash_get: Added
+gnutls_psk_server_get_username2: Added
+gnutls_psk_set_client_credentials2: Added
+gnutls_psk_set_client_credentials_function2: Added
+gnutls_psk_set_server_credentials_function2: Added
* Version 3.6.12 (released 2020-02-01)