summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-06-04 07:02:10 +0200
committerSimon Josefsson <simon@josefsson.org>2008-06-04 07:02:10 +0200
commit427fc5c608d1d9c171d550864ec45ffd91e792c5 (patch)
tree10f639d4d91bf13dd33b08892fcc1a0cc0c18e86
parent003d2aa51188dc9c6e15ea079375ef91edd59341 (diff)
downloadgnutls-427fc5c608d1d9c171d550864ec45ffd91e792c5.tar.gz
Add.
-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)