summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-04-13 10:20:46 +0200
committerSimon Josefsson <simon@josefsson.org>2008-04-13 10:20:46 +0200
commit1ee268245dc08a4b72538e5e3f561af004108a73 (patch)
tree945f9ccafd394b2906cc76db5e57e7d7ec4960dd
parentcc46c984fdc00ee6ef078ca779f92ca49b28a336 (diff)
downloadgnutls-1ee268245dc08a4b72538e5e3f561af004108a73.tar.gz
Add.
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 35cc332de6..5ae4a5f94f 100644
--- a/NEWS
+++ b/NEWS
@@ -7,7 +7,8 @@ See the end for copying conditions.
** Support Netconf PSK key derivation.
The function gnutls_psk_netconf_derive_key supports the PSK key
-derivation as specified in draft-ietf-netconf-tls-01.txt.
+derivation as specified in draft-ietf-netconf-tls-01.txt. New self
+test netconf-psk.c.
** New PSK example client and server.
See doc/examples/ex-client-psk.c and doc/examples/ex-serv-psk.c.