diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2010-12-19 05:45:42 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2010-12-19 05:45:42 +0100 |
commit | b75633f79e5fccb89bb256956dea1eece27b9adb (patch) | |
tree | 5f354c9eda9caba346e5d9847de43132b98621b2 /doc/cha-auth.texi | |
parent | 559ee10884f68f4a10488c803d6ec127c1070535 (diff) | |
download | gnutls-b75633f79e5fccb89bb256956dea1eece27b9adb.tar.gz |
Use SRP for password authentication.
Diffstat (limited to 'doc/cha-auth.texi')
-rw-r--r-- | doc/cha-auth.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/cha-auth.texi b/doc/cha-auth.texi index 6149b49e80..f02fd97a95 100644 --- a/doc/cha-auth.texi +++ b/doc/cha-auth.texi @@ -341,11 +341,12 @@ by sending a hint. In the server, specify the hint by calling 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 +There is no mechanism to derive a PSK key from a password specified by the TLS PSK document@footnote{GnuTLS used to provide @code{gnutls_psk_netconf_derive_key} which follows the algorithm specified in @file{draft-ietf-netconf-tls-02.txt}. This method is deprecated and might be removed in later versions of GnuTLS.}. +For password-based authentication check @ref{Authentication using SRP}. Some helper functions such as: |