diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2014-08-24 09:55:42 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2014-08-24 09:55:42 +0200 |
commit | cd61faccc85805a000ce405adbb8d7739d2a1c25 (patch) | |
tree | e9277a200d0d39fb7a94103147fdc3cf333a80ff /manual/html_node/DTLS-sessions.html | |
parent | c2b8459a61a4bb4b917438fb87b0cf9abd74ef13 (diff) | |
download | gnutls-cd61faccc85805a000ce405adbb8d7739d2a1c25.tar.gz |
updated manual
Diffstat (limited to 'manual/html_node/DTLS-sessions.html')
-rw-r--r-- | manual/html_node/DTLS-sessions.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/manual/html_node/DTLS-sessions.html b/manual/html_node/DTLS-sessions.html index bf2e3cd453..9f2b1800b8 100644 --- a/manual/html_node/DTLS-sessions.html +++ b/manual/html_node/DTLS-sessions.html @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> -<!-- This manual is last updated 5 April 2014 for version -3.3.6 of GnuTLS. +<!-- This manual is last updated 29 July 2014 for version +3.3.7 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -14,10 +14,10 @@ copy of the license is included in the section entitled "GNU Free Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <head> -<title>GnuTLS 3.3.6: DTLS sessions</title> +<title>GnuTLS 3.3.7: DTLS sessions</title> -<meta name="description" content="GnuTLS 3.3.6: DTLS sessions"> -<meta name="keywords" content="GnuTLS 3.3.6: DTLS sessions"> +<meta name="description" content="GnuTLS 3.3.7: DTLS sessions"> +<meta name="keywords" content="GnuTLS 3.3.7: DTLS sessions"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> @@ -167,7 +167,7 @@ Previous: <a href="Asynchronous-operation.html#Asynchronous-operation" accesskey <p>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</acronym> requires a server -to generate a secret key that is used to sign a cookie<a name="DOCF11" href="#FOOT11"><sup>11</sup></a>. +to generate a secret key that is used to sign a cookie<a name="DOCF12" href="#FOOT12"><sup>12</sup></a>. That cookie is sent to the client using <a href="Datagram-TLS-API.html#gnutls_005fdtls_005fcookie_005fsend">gnutls_dtls_cookie_send</a>, and the client must reply using the correct cookie. The server side should verify the initial message sent by client using <a href="Datagram-TLS-API.html#gnutls_005fdtls_005fcookie_005fverify">gnutls_dtls_cookie_verify</a>. @@ -204,7 +204,7 @@ a path MTU discovery mechanism [<em>RFC4821</em>]. <hr> <h4 class="footnotes-heading">Footnotes</h4> -<h3><a name="FOOT11" href="#DOCF11">(11)</a></h3> +<h3><a name="FOOT12" href="#DOCF12">(12)</a></h3> <p>A key of 128 bits or 16 bytes should be sufficient for this purpose.</p> </div> <hr> |