gnutls_x509_trust_list_verify_named_crt



gnutls_x509_trust_list_verify_named_crt

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
RETURNS
SINCE
REPORTING BUGS
COPYRIGHT
SEE ALSO

NAME

gnutls_x509_trust_list_verify_named_crt − API function

SYNOPSIS

#include <gnutls/x509.h>

int gnutls_x509_trust_list_verify_named_crt(gnutls_x509_trust_list_t list, gnutls_x509_crt_t cert, const void * name, size_t name_size, unsigned int flags, unsigned int * verify, gnutls_verify_output_function func);

ARGUMENTS

gnutls_x509_trust_list_t list

The structure of the list

gnutls_x509_crt_t cert

is the certificate to be verified

const void * name

is the certificate’s name

size_t name_size

is the certificate’s name size

unsigned int flags

Flags that may be used to change the verification algorithm. Use OR of the gnutls_certificate_verify_flags enumerations.

unsigned int * verify

will hold the certificate verification output.

gnutls_verify_output_function func

If non−null will be called on each chain element verification with the output.

DESCRIPTION

This function will try to find a matching named certificate. If a match is found the certificate is considered valid. In addition to that this function will also check CRLs.

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/gnutls_certificate_set_openpgp_key_mem.3.html
gnutls_certificate_set_openpgp_key_mem(3) - API function....
This funtion is used to load OpenPGP keys into the GnuTLS credential structure. The datum should contain at least one valid non encrypted subkey. RETURNS On suc

manpages/git-init-db.1.html
git-init-db(1) - Creates an empty git repository (Man Page)
This is a synonym for git-init(1). Please refer to the documentation of that command. GIT Part of the git(1) suite git-init-db.1 (Commands - Linux manual page)

manpages/is_syncok.3ncurses.html
is_syncok(3ncurses) - curses window properties (Man Page)...
This implementation provides functions which return properties set in the WINDOW structure, allowing it to be opaque if the symbol NCURSES_OPAQUE is defined: is

manpages/glRects.3gl.html
glRects(3gl) - draw a rectangle (Library - Linux man page)
glRect supports efficient specification of rectangles as two corner points. Each rectangle command takes four arguments, organized either as two consecutive pai

manpages/updwtmpx.3.html
updwtmpx(3) - append an entry to the wtmp file (Man Page)...
updwtmp() appends the utmp structure ut to the wtmp file. logwtmp() constructs a utmp structure using line, name, host, current time and current process ID. The

manpages/acl_copy_entry.3.html
acl_copy_entry(3) - copy an ACL entry - Linux manual page...
The acl_copy_entry() function copies the contents of the ACL entry indicated by the src_d descriptor to the existing ACL entry indicated by the dest_d descripto

manpages/Tcl_UtfFindLast.3.html
Tcl_UtfFindLast(3) - routines for manipulating UTF-8 strings
These routines convert between UTF-8 strings and Tcl_UniChars. A Tcl_UniChar is a Unicode character represented as an unsigned, fixed-size quantity. A UTF-8 cha

manpages/pthread_self.3.html
pthread_self(3) - obtain ID of the calling thread (ManPage)
The pthread_self() function returns the ID of the calling thread. This is the same value that is returned in *thread in the pthread_create(3) call that created

manpages/gnutls_check_version.3.html
gnutls_check_version(3) - API function - Linux manual page
Check GnuTLS Library version. See GNUTLS_VERSION for a suitable req_version string. RETURNS Check that the version of the library is at minimum the one given as

manpages/iptables-xml.1.html
iptables-xml(1) - Convert iptables-save format to XML.......
iptables-xml is used to convert the output of iptables-save into an easily manipulatable XML format to STDOUT. Use I/O-redirection provided by your shell to wri

manpages/xclipboard.1.html
xclipboard(1) - X clipboard client - Linux manual page......
The xclipboard program is used to collect and display text selections that are sent to the CLIPBOARD by other clients. It is typically used to save CLIPBOARD se

manpages/dotty.1.html
dotty(1) - A Customizable Graph Editor - Linux manual page
dotty is a graph editor for the X Window System. It may be run as a standalone editor, or as a front end for applications that use graphs. It can control multip





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