]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Add.
authorSimon Josefsson <simon@josefsson.org>
Wed, 4 Jun 2008 05:02:10 +0000 (07:02 +0200)
committerSimon Josefsson <simon@josefsson.org>
Wed, 4 Jun 2008 05:02:10 +0000 (07:02 +0200)
NEWS

diff --git a/NEWS b/NEWS
index a3b81eaec7163c390dc9eb97f28f96d41bb3cddb..656afb5fb2f8ab6d72c1cd90964965cd5ea338d4 100644 (file)
--- 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)