diff options
author | Ander Juaristi <a@juaristi.eus> | 2020-03-15 23:31:49 +0100 |
---|---|---|
committer | Ander Juaristi <a@juaristi.eus> | 2020-03-23 17:00:58 +0100 |
commit | 62292ca51a43de56eaa396740c7e7fd70b41b4d4 (patch) | |
tree | ac8e4addc7f1ee3aa49fc78d8a10b4cdff010caa /NEWS | |
parent | 5a738ed6722cd5d8ebdbc01bdbdeeb066c65b465 (diff) | |
download | gnutls-62292ca51a43de56eaa396740c7e7fd70b41b4d4.tar.gz |
Update NEWS file
Signed-off-by: Ander Juaristi <a@juaristi.eus>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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) |