summaryrefslogtreecommitdiff
path: root/doc/cha-intro-tls.texi
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2013-01-23 21:05:18 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-01-23 21:05:18 +0100
commitb9fe619275c7c6058caf430b1320e0e370430367 (patch)
tree2c0ac61d1579f61c25e8acf47a9fe3f696231bcc /doc/cha-intro-tls.texi
parent4968dd090ecf9c88a105a2c805cf97638bcca75d (diff)
downloadgnutls-b9fe619275c7c6058caf430b1320e0e370430367.tar.gz
Updated ranges patch.
Diffstat (limited to 'doc/cha-intro-tls.texi')
-rw-r--r--doc/cha-intro-tls.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/cha-intro-tls.texi b/doc/cha-intro-tls.texi
index e4ff89c195..d9c90c963f 100644
--- a/doc/cha-intro-tls.texi
+++ b/doc/cha-intro-tls.texi
@@ -236,8 +236,8 @@ GnuTLS appears to be one of few implementations that take advantage of this feat
the user can provide some plaintext data with a range of lengths she wishes to hide,
and GnuTLS adds extra padding to make sure the attacker cannot tell the real plaintext
length is in a range smaller than the user-provided one.
-Use @funcref{gnutls_range_send_message} to send length-hidden messages and
-@funcref{gnutls_range_can_use_length_hiding} to check whether the current
+Use @funcref{gnutls_record_send_range} to send length-hidden messages and
+@funcref{gnutls_record_can_use_length_hiding} to check whether the current
session supports length hiding. Using the standard @funcref{gnutls_record_send}
will only add minimal padding.