summaryrefslogtreecommitdiff
path: root/doc/cha-intro-tls.texi
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-09-16 11:21:45 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-09-16 11:21:45 +0200
commit5ba6e25952cd7bc775e670a0706a051fbeaab0c7 (patch)
treea3ed88dd47128c2def6590d44ae734604dd5fcf2 /doc/cha-intro-tls.texi
parent8e1fe856b3b6a4c0b6f01b4d7f8d4e2f9af0ebd3 (diff)
downloadgnutls-5ba6e25952cd7bc775e670a0706a051fbeaab0c7.tar.gz
use a %STATELESS_COMPRESSION priority string instead of gnutls_init() flag.
Diffstat (limited to 'doc/cha-intro-tls.texi')
-rw-r--r--doc/cha-intro-tls.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cha-intro-tls.texi b/doc/cha-intro-tls.texi
index e68058a24e..21b85336aa 100644
--- a/doc/cha-intro-tls.texi
+++ b/doc/cha-intro-tls.texi
@@ -191,7 +191,7 @@ on @xcite{RFC3749}. The supported algorithms are shown below.
Note that compression enables attacks such as traffic analysis, or even
plaintext recovery under certain circumstances. To avoid some of these
attacks GnuTLS allows each record to be compressed independently (i.e.,
-stateless compression), by using a flag to @funcref{gnutls_init}.
+stateless compression), by using the "%STATELESS_COMPRESSION" priority string.
@node Weaknesses and countermeasures
@subsection Weaknesses and countermeasures