diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2013-01-29 21:23:50 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2013-01-29 21:23:50 +0100 |
commit | e1bda1c8389d29d2148b4494a7b3c4374c986854 (patch) | |
tree | d266d778f34b099f21a0e05d6a53ffa864752247 /doc | |
parent | 4b011274ace1c065de611f22b0365cb36b4ddf09 (diff) | |
download | gnutls-e1bda1c8389d29d2148b4494a7b3c4374c986854.tar.gz |
Comment out new padding until it is standardized or at least approved by the WG.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/cha-gtls-app.texi | 10 |
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.} |