summaryrefslogtreecommitdiff
path: root/doc/cha-gtls-app.texi
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-01-14 13:38:29 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-01-14 13:38:32 +0100
commit09a762252deeadf602e7592671b6c3ed3b4c1132 (patch)
treebdf59e05f447d4a6ec09e188341e724d9731cea5 /doc/cha-gtls-app.texi
parent48627d00df2c8e14f904912fba038074834e88b6 (diff)
downloadgnutls-09a762252deeadf602e7592671b6c3ed3b4c1132.tar.gz
updated text
Diffstat (limited to 'doc/cha-gtls-app.texi')
-rw-r--r--doc/cha-gtls-app.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/cha-gtls-app.texi b/doc/cha-gtls-app.texi
index d2968a09d4..0541fd693b 100644
--- a/doc/cha-gtls-app.texi
+++ b/doc/cha-gtls-app.texi
@@ -478,14 +478,14 @@ the hint, for example in the callback function, using
@node Anonymous credentials
@subsection Anonymous
+The key exchange methods for anonymous authentication
+might require Diffie-Hellman parameters to be generated by the server and
+associated with an anonymous credentials structure. Check
+@ref{Parameter generation} for more information.
The initialization functions for the credentials are shown below.
@showfuncD{gnutls_anon_allocate_server_credentials,gnutls_anon_allocate_client_credentials,gnutls_anon_free_server_credentials,gnutls_anon_free_client_credentials}
-Note that the key exchange methods for anonymous authentication
-require Diffie-Hellman parameters to be generated by the server and
-associated with an anonymous credentials structure. Check
-@ref{Parameter generation} for more information.
@node Setting up the transport layer