** 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)