]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
doc update
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 25 Jul 2013 10:16:45 +0000 (12:16 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 25 Jul 2013 10:16:45 +0000 (12:16 +0200)
doc/cha-gtls-app.texi

index 91b142f16399a61daf16ec9033ad3c63e2ca776e..75d24582c83793417dd7b2f47d5ef96f35a06ee3 100644 (file)
@@ -720,9 +720,9 @@ case, in order to be able to use the DTLS handshake timers, the function
 @node DTLS sessions
 @subsection DTLS sessions
 
-Because datagram TLS can operate over connections where the peer
-of a server cannot be reliably verified, functionality is available to prevent
-denial of service attacks. @acronym{GnuTLS} requires a server
+Because datagram TLS can operate over connections where the client
+cannot be reliably verified, functionality in the form of cookies, is available to prevent
+denial of service attacks to servers. @acronym{GnuTLS} requires a server
 to generate a secret key that is used to sign a cookie@footnote{A key of 128 bits or 16 bytes should be sufficient for this purpose.}. 
 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