From: Nikos Mavrogiannopoulos Date: Mon, 3 Oct 2011 15:14:50 +0000 (+0200) Subject: doc fixes X-Git-Tag: gnutls_3_0_4~43 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=365d4fb996d165f98f992ecb0d1014058a6c4f4d;p=thirdparty%2Fgnutls.git doc fixes --- diff --git a/doc/cha-gtls-app.texi b/doc/cha-gtls-app.texi index 5f097f4f1e..8e756288e3 100644 --- a/doc/cha-gtls-app.texi +++ b/doc/cha-gtls-app.texi @@ -278,8 +278,9 @@ to generate a secret key that is used to sign a cookie@footnote{A key of 128 bit That cookie is sent to the client using @funcref{gnutls_dtls_cookie_send}, and the client must reply using the correct cookie. The server side should verify the initial message sent by client using @funcref{gnutls_dtls_cookie_verify}. -If successful a the session should be initialization and associated with -the cookie using @funcref{gnutls_dtls_prestate_set}. +If successful the session should be initialized and associated with +the cookie using @funcref{gnutls_dtls_prestate_set}, before proceeding to +the handshake. @showfuncD{gnutls_key_generate,gnutls_dtls_cookie_send,gnutls_dtls_cookie_verify,gnutls_dtls_prestate_set}