~ubuntu-branches/ubuntu/quantal/gnutls26/quantal

« back to all changes in this revision

Viewing changes to doc/manpages/gnutls_record_disable_padding.3

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2011-05-20 13:07:18 UTC
  • mfrom: (12.1.11 sid)
  • Revision ID: james.westby@ubuntu.com-20110520130718-db41dybbanzfvlji
Tags: 2.10.5-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Fix build failure with --no-add-needed.
  - Build for multiarch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
2
 
.TH "gnutls_record_disable_padding" 3 "2.8.6" "gnutls" "gnutls"
 
2
.TH "gnutls_record_disable_padding" 3 "2.10.5" "gnutls" "gnutls"
3
3
.SH NAME
4
 
gnutls_record_disable_padding \- Used to disabled padding in TLS 1.0 and above
 
4
gnutls_record_disable_padding \- API function
5
5
.SH SYNOPSIS
6
6
.B #include <gnutls/gnutls.h>
7
7
.sp
10
10
.IP "gnutls_session_t session" 12
11
11
is a \fBgnutls_session_t\fP structure.
12
12
.SH "DESCRIPTION"
13
 
Used to disabled padding in TLS 1.0 and above.  Normally you do
14
 
not need to use this function, but there are buggy clients that
 
13
Used to disabled padding in TLS 1.0 and above.  Normally you do not
 
14
need to use this function, but there are buggy clients that
15
15
complain if a server pads the encrypted data.  This of course will
16
16
disable protection against statistical attacks on the data.
17
17