]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Update NEWS file
authorAnder Juaristi <a@juaristi.eus>
Sun, 15 Mar 2020 22:31:49 +0000 (23:31 +0100)
committerAnder Juaristi <a@juaristi.eus>
Mon, 23 Mar 2020 16:00:58 +0000 (17:00 +0100)
Signed-off-by: Ander Juaristi <a@juaristi.eus>
NEWS

diff --git a/NEWS b/NEWS
index 2362e8b39568f6db9e104ec36d028fc7d6b86bab..5348151679c72aa358484ffce225c9d5a3ea87fc 100644 (file)
--- 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)