]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
doc fixes
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 3 Oct 2011 15:14:50 +0000 (17:14 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 3 Oct 2011 15:14:50 +0000 (17:14 +0200)
doc/cha-gtls-app.texi

index 5f097f4f1edd5d60139368dc3d5b29424021e1d9..8e756288e39e2a72261198336126befe3113524c 100644 (file)
@@ -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}