summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2013-01-29 21:23:50 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-01-29 21:23:50 +0100
commite1bda1c8389d29d2148b4494a7b3c4374c986854 (patch)
treed266d778f34b099f21a0e05d6a53ffa864752247
parent4b011274ace1c065de611f22b0365cb36b4ddf09 (diff)
downloadgnutls-e1bda1c8389d29d2148b4494a7b3c4374c986854.tar.gz
Comment out new padding until it is standardized or at least approved by the WG.
-rw-r--r--doc/cha-gtls-app.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/cha-gtls-app.texi b/doc/cha-gtls-app.texi
index 3a756db149..928604f72b 100644
--- a/doc/cha-gtls-app.texi
+++ b/doc/cha-gtls-app.texi
@@ -1020,11 +1020,11 @@ This is the default.
@item %LATEST_RECORD_VERSION @tab
will use the latest TLS version record version in client hello.
-@item %NEW_PADDING @tab
-will enable the new padding extension negotiation. If the new padding extension
-is negotiated, GnuTLS will use a more efficient length-hiding mechanism.
-Use @funcref{gnutls_record_can_use_length_hiding} to check whether length-hiding
-can be used in the current session.
+@c @item %NEW_PADDING @tab
+@c will enable the new padding extension negotiation. If the new padding extension
+@c is negotiated, GnuTLS will use a more efficient length-hiding mechanism.
+@c Use @funcref{gnutls_record_can_use_length_hiding} to check whether length-hiding
+@c can be used in the current session.
@end multitable
@caption{Special priority string keywords.}