summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2010-11-16 15:23:46 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2010-11-16 15:23:46 +0100
commit3557668d5ca189e472d5fbf86bde5ec45167d44e (patch)
tree9a9fa8d7684122e967965e21c5466e8bdb16c1ed /doc
parente3452c242416ba2d5d4de4b1fd47c177bdef23ff (diff)
downloadgnutls-3557668d5ca189e472d5fbf86bde5ec45167d44e.tar.gz
Deprecated the key derivation method from netconf. The published
RFC does not include this method and it is not known whether it has been used at all in practice. No need to support it.
Diffstat (limited to 'doc')
-rw-r--r--doc/cha-auth.texi5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/cha-auth.texi b/doc/cha-auth.texi
index 95517916bb..42fe4ec2c6 100644
--- a/doc/cha-auth.texi
+++ b/doc/cha-auth.texi
@@ -342,9 +342,10 @@ the hint, for example in the callback function, using
@ref{gnutls_psk_client_get_hint}.
There is no standard mechanism to derive a PSK key from a password
-specified by the TLS PSK document. However, GnuTLS provides
+specified by the TLS PSK document. GnuTLS provides
@ref{gnutls_psk_netconf_derive_key} which follows the algorithm
-specified in @file{draft-ietf-netconf-tls-02.txt}.
+specified in @file{draft-ietf-netconf-tls-02.txt}. This method
+is deprecated and might be removed in later versions of GnuTLS.
Some helper functions such as: