From: Simon Josefsson Date: Wed, 4 Jun 2008 05:02:10 +0000 (+0200) Subject: Add. X-Git-Tag: gnutls_2_3_4_netconf_2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=427fc5c608d1d9c171d550864ec45ffd91e792c5;p=thirdparty%2Fgnutls.git Add. --- 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)