Blame doc/functions/gnutls_record_disable_padding

Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
@deftypefun {void} {gnutls_record_disable_padding} (gnutls_session_t @var{session})
Packit Service 4684c1
@var{session}: is a @code{gnutls_session_t}  type.
Packit Service 4684c1
Packit Service 4684c1
Used to disabled padding in TLS 1.0 and above.  Normally you do not
Packit Service 4684c1
need to use this function, but there are buggy clients that
Packit Service 4684c1
complain if a server pads the encrypted data.  This of course will
Packit Service 4684c1
disable protection against statistical attacks on the data.
Packit Service 4684c1
Packit Service 4684c1
This function is defunct since 3.1.7. Random padding is disabled
Packit Service 4684c1
by default unless requested using @code{gnutls_record_send_range()} .
Packit Service 4684c1
@end deftypefun