gnutls_record_disable_padding



gnutls_record_disable_padding

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
REPORTING BUGS
COPYRIGHT
SEE ALSO

NAME

gnutls_record_disable_padding − API function

SYNOPSIS

#include <gnutls/gnutls.h>

void gnutls_record_disable_padding(gnutls_session_t session);

ARGUMENTS

gnutls_session_t session

is a gnutls_session_t structure.

DESCRIPTION

Used to disabled padding in TLS 1.0 and above. Normally you do not need to use this function, but there are buggy clients that complain if a server pads the encrypted data. This of course will disable protection against statistical attacks on the data.

Normally only servers that require maximum compatibility with everything out there, need to call this function.

REPORTING BUGS

Report bugs to <bug-gnutls@gnu.org>. GnuTLS home page: http://www.gnu.org/software/gnutls/ General help using GNU software: http://www.gnu.org/gethelp/

COPYRIGHT

Copyright © 2008 Free Software Foundation.
Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved.

SEE ALSO

The full documentation for gnutls is maintained as a Texinfo manual. If the info and gnutls programs are properly installed at your site, the command

info gnutls

should give you access to the complete manual.



More Linux Commands

manpages/SDL_MouseMotionEvent.3.html
SDL_MouseMotionEvent(3) - Mouse motion event structure......
SDL_MouseMotionEvent is a member of the SDL_Event union and is used when an event of type SDL_MOUSEMOTION is reported. Simply put, a SDL_MOUSEMOTION type event

manpages/XWarpPointer.3.html
XWarpPointer(3) - move pointer (Library - Linux man page)...
If dest_w is None, XWarpPointer moves the pointer by the offsets (dest_x, dest_y) relative to the current position of the pointer. If dest_w is a window, XWarpP

manpages/Bootloader::Core.3pm.html
Bootloader::Core(3pm) - core library for bootloader configur
$res = Bootloader::Core-&gt;trim ($string); Cut whitespace from front and back. Bootloader::Core-&gt;l_debug ($message); Writes a debug message to the system log buff

manpages/Tk_ClearSelection.3.html
Tk_ClearSelection(3) - Deselect a selection - Linux man page
Tk_ClearSelection cancels the selection specified by the atom selection for the display containing tkwin. The selection need not be in tkwin itself or even in t

manpages/IO.3pm.html
IO(3pm) - load various IO modules - Linux manual page.......
IO provides a simple mechanism to load several of the IO modules in one go. The IO modules belonging to the core are: IO::Handle IO::Seekable IO::File IO::Pipe

manpages/Tcl_FSRenameFile.3.html
Tcl_FSRenameFile(3) - procedures to interact with any filesy
There are several reasons for calling the Tcl_FS API functions (e.g. Tcl_FSAccess and Tcl_FSStat) rather than calling system level functions like access and sta

manpages/expect.1.html
expect(1) - programmed dialogue with interactive programs, V
Expect is a program that talks to other interactive programs according to a script. Following the script, Expect knows what can be expected from a program and w

manpages/login.defs.5.html
login.defs(5) - Login configuration - Linux manual page.....
The /etc/login.defs file defines the site-specific configuration for the shadow password suite. This file is required. Absence of this file will not prevent sys

manpages/rmid-java-1.8.0-openjdk.1.html
rmid-java-1.8.0-openjdk(1) Starts the activation system daem
The rmid command starts the activation system daemon. The activation system daemon must be started before activatable objects can be either registered with the

manpages/user-keyring.7.html
user-keyring(7) Per-user keyring (Misc - Linux man page)....
The user keyring is a keyring used to anchor keys on behalf of a user. Each UID the kernel deals with has its own user keyring. This keyring is associated with

manpages/XtMapWidget.3.html
XtMapWidget(3) - map and unmap widgets - Linux manual page
If the widget is realized and managed and if the new value of map_when_managed is True, XtSetMappedWhenManaged maps the window. If the widget is realized and ma

manpages/ijs-config.1.html
ijs-config(1) - script to get information about the installe
ijs-config is a program that is used to determine the compiler and linker flags that should be used to compile and link programs that use IJS. OPTIONS This prog





We can't live, work or learn in freedom unless the software we use is free.