summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS11
1 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a3b81eaec7..656afb5fb2 100644
--- a/NEWS
+++ b/NEWS
@@ -8,16 +8,25 @@ See the end for copying conditions.
** libgnutls [PSK]: New API to retrieve PSK identity hint in client.
The function is gnutls_psk_client_get_hint.
+** libgnutls [PSK]: New API to set PSK identity hint in server.
+The function is gnutls_psk_set_server_credentials_hint.
+
+** libgnutls [PSK]: Will send server key exchange with PSK identity hint.
+The message is sent if the application has specified a PSK identity
+hint using gnutls_psk_set_server_credentials_hint.
+
** psktool: Support new --netconf-hint to generate PSK key from password.
Uses the Netconf algorithm to derive PSK key from password.
** gnutls-serv: Support new --pskhint parameter to set PSK identity hint.
** gnutls-cli: Always support PSK modes, through a callback.
-The callback will derive a PSK key using Netconf algorithm.
+The callback will derive a PSK key using Netconf algorithm. It will
+print the PSK identity hint to help the user.
** API and ABI modifications:
gnutls_psk_client_get_hint: ADDED.
+gnutls_psk_set_server_credentials_hint: ADDED.
* Version 2.3.4.netconf.1 (released 2008-05-15)