gnutls_certificate_server_set_request



gnutls_certificate_server_set_request

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
REPORTING BUGS
COPYRIGHT
SEE ALSO

NAME

gnutls_certificate_server_set_request − API function

SYNOPSIS

#include <gnutls/gnutls.h>

void gnutls_certificate_server_set_request(gnutls_session_t session, gnutls_certificate_request_t req);

ARGUMENTS

gnutls_session_t session

is a gnutls_session_t structure.

gnutls_certificate_request_t req

is one of GNUTLS_CERT_REQUEST, GNUTLS_CERT_REQUIRE

DESCRIPTION

This function specifies if we (in case of a server) are going to send a certificate request message to the client. If req is GNUTLS_CERT_REQUIRE then the server will return an error if the peer does not provide a certificate. If you do not call this function then the client will not be asked to send a certificate.

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/clamdtop.1.html
clamdtop(1) - monitor the Clam AntiVirus Daemon (Man Page)
clamdtop is a tool to monitor one or multiple clamd(s). It has a (color) ncurses interface, that shows the jobs in clamds queue, memory usage, and information a

manpages/ExtUtils::MM_BeOS.3pm.html
ExtUtils::MM_BeOS(3pm) - methods to override UN*X behaviour
ExtUtils::MM_BeOS.3pm - See ExtUtils::MM_Unix for a documentation of the methods provided there. This package overrides the implementation of these methods, not

manpages/be64toh.3.html
be64toh(3) - convert values between host and big-/little-end
These functions convert the byte encoding of integer values from the byte order that the current CPU (the host) uses, to and from little-endian and big-endian b

manpages/Tcl_DuplicateObj.3.html
Tcl_DuplicateObj(3) - manipulate Tcl objects (Man Page).....
This man page presents an overview of Tcl objects and how they are used. It also describes generic procedures for managing Tcl objects. These procedures are use

manpages/acct.2.html
acct(2) - switch process accounting on or off (Man Page)....
The acct() system call enables or disables process accounting. If called with the name of an existing file as its argument, accounting is turned on, and records

manpages/gnutls_openpgp_privkey_get_fingerprint.3.html
gnutls_openpgp_privkey_get_fingerprint(3) - API function....
Get the fingerprint of the OpenPGP key. Depends on the algorithm, the fingerprint can be 16 or 20 bytes. RETURNS On success, 0 is returned, or an error code. SI

manpages/XShape.3.html
XShape(3) - X nonrectangular shape functions (Man Page).....
The X11 Nonrectangular Window Shape Extension adds nonrectangular windows to the X Window System. PREDEFINED VALUES Operations: ShapeSet ShapeUnion ShapeInterse

manpages/perlmroapi.1.html
perlmroapi(1) - Perl method resolution plugin interface.....
As of Perl 5.10.1 there is a new interface for plugging and using method resolution orders other than the default (linear depth first search). The C3 method res

manpages/XkbSetDeviceInfo.3.html
XkbSetDeviceInfo(3) - Modify some or all of the characterist
To change characteristics of an X Input Extension device in the server, first modify a local copy of the device structure and then use either XkbSetDeviceInfo,

manpages/Tcl_EvalObjv.3.html
Tcl_EvalObjv(3) - execute Tcl scripts - Linux manual page...
The procedures described here are invoked to execute Tcl scripts in various forms. Tcl_EvalObjEx is the core procedure and is used by many of the others. It exe

manpages/gnutls_free.3.html
gnutls_free(3) - API function (Library - Linux man page)....
This function will free data pointed by ptr. The deallocation function used is the one set by gnutls_global_set_mem_functions(). REPORTING BUGS Report bugs to &lt;

manpages/history.n.html
history(n) - Manipulate the history list - Linux man page...
The history command performs one of several operations related to recently-executed commands recorded in a history list. Each of these recorded commands is refe





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