gnutls_x509_trust_list_init



gnutls_x509_trust_list_init

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
RETURNS
SINCE
REPORTING BUGS
COPYRIGHT
SEE ALSO

NAME

gnutls_x509_trust_list_init − API function

SYNOPSIS

#include <gnutls/x509.h>

int gnutls_x509_trust_list_init(gnutls_x509_trust_list_t * list, unsigned int size);

ARGUMENTS

gnutls_x509_trust_list_t * list

The structure to be initialized

unsigned int size

The size of the internal hash table. Use (0) for default size.

DESCRIPTION

This function will initialize an X.509 trust list structure.

RETURNS

On success, GNUTLS_E_SUCCESS (0) is returned, otherwise a negative error value.

SINCE

3.0.0

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/sigemptyset.3.html
sigemptyset(3) - POSIX signal set operations. (Man Page)....
These functions allow the manipulation of POSIX signal sets. sigemptyset() initializes the signal set given by set to empty, with all signals excluded from the

manpages/sln.8.html
sln(8) create symbolic links (Admin - Linux man page).......
The sln program creates symbolic links. Unlike the ln(1) program, it is statically linked. This means that if for some reason the dynamic linker is not working,

manpages/genscript.1.html
genscript(1) - convert text files to PostScript, HTML, RTF,
Enscript converts text files to PostScript or to other output languages. Enscript can spool the generated output directly to a specified printer or leave it to

manpages/gnutls_pem_base64_encode_alloc.3.html
gnutls_pem_base64_encode_alloc(3) - API function (Man Page)
This function will convert the given data to printable data, using the base64 encoding. This is the encoding used in PEM messages. This function will allocate t

manpages/auto_import.n.html
auto_import(n) - standard library of Tcl procedures.........
Tcl includes a library of Tcl procedures for commonly-needed functions. The procedures defined in the Tcl library are generic ones suitable for use by many diff

manpages/sane-ibm.5.html
sane-ibm(5) - SANE backend for IBM and Ricoh SCSI flatbed sc
The sane-ibm library implements a SANE (Scanner Access Now Easy) backend that provides access to the IBM 2456 and the Ricoh IS-410, IS-420, and IS-430 flatbed s

manpages/XkbAllocGeomSections.3.html
XkbAllocGeomSections(3) - Allocate geometry sections........
XkbAllocGeomSections.3 - Xkb provides a number of functions to allocate and free subcomponents of a keyboard geometry. Use these functions to create or modify k

manpages/chgrp.1.html
chgrp(1) - change group ownership - Linux manual page.......
Change the group of each FILE to GROUP. With --reference, change the group of each FILE to that of RFILE. -c, --changes like verbose but report only when a chan

manpages/pamtosrf.1.html
pamtosrf(1) convert a sequence of Netpbm images to a SRF ima
This program is part of Netpbm(1) pamtosrf reads a Netpbm image stream as input and produces a an SRF image file as output. I dont know exactly what SRF is, but

manpages/XtError.3.html
XtError(3) - low-level error handlers - Linux manual page...
The XtError function has been superceded by XtAppError. The XtSetErrorHandler function has been superceded by XtAppSetErrorHandler. The XtSetWarningHandler func

manpages/Tcl_GetBooleanFromObj.3.html
Tcl_GetBooleanFromObj(3) - store/retrieve boolean value in a
These procedures are used to pass boolean values to and from Tcl as Tcl_Objs. When storing a boolean value into a Tcl_Obj, any non-zero integer value in boolVal

manpages/scout.1.html
scout(1) - A Package Scout (Commands - Linux manual page)...
Scout is a tool to look for uninstalled packages. For example, which binary does a package provide, which Java classes are available and which autoconf macros d





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