gnutls_x509_crt_check_issuer



gnutls_x509_crt_check_issuer

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
RETURNS
REPORTING BUGS
COPYRIGHT
SEE ALSO

NAME

gnutls_x509_crt_check_issuer − API function

SYNOPSIS

#include <gnutls/x509.h>

int gnutls_x509_crt_check_issuer(gnutls_x509_crt_t cert, gnutls_x509_crt_t issuer);

ARGUMENTS

gnutls_x509_crt_t cert

is the certificate to be checked

gnutls_x509_crt_t issuer

is the certificate of a possible issuer

DESCRIPTION

This function will check if the given certificate was issued by the given issuer.

RETURNS

It will return true (1) if the given certificate is issued by the given issuer, and false (0) if not. A negative error code is returned in case of an error.

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/rpmbuild.8.html
rpmbuild(8) - Build RPM Package(s) - Linux manual page......
rpmbuild is used to build both binary and source software packages. A package consists of an archive of files and meta-data used to install and erase the archiv

manpages/gnutls_x509_crl_set_crt.3.html
gnutls_x509_crl_set_crt(3) - API function - Linux man page
gnutls_x509_crl_set_crt.3 - This function will set a revoked certificates serial number to the CRL. RETURNS On success, GNUTLS_E_SUCCESS (0) is returned, otherw

manpages/Tcl_FSLink.3.html
Tcl_FSLink(3) - procedures to interact with any filesystem
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/XkbSetIndicatorMap.3.html
XkbSetIndicatorMap(3) - Downloads the changes to the server
This section discusses the effects of explicitly changing indicators depending upon different settings in the indicator map. See Tables 1 and Table 2 for inform

manpages/gluNurbsCallbackDataEXT.3gl.html
gluNurbsCallbackDataEXT(3gl) - set a user data pointer......
gluNurbsCallbackDataEXT is used to pass a pointer to the applications data to NURBS tessellator. A copy of this pointer will be passed by the tessellator in the

manpages/lircrcd.1.html
lircrcd(1) - daemon to handle consistent .lircrc state among
lircrcd reads the given .lircrc config file and synchronises the mode that the LIRC clients using this config file (irexec(1), irxevent(1) , etc.) are in. Using

manpages/monodevelop.html
monodevelop
monodevelop

manpages/Tk_FreeConfigOptions.3.html
Tk_FreeConfigOptions(3) - process configuration options.....
These procedures handle most of the details of parsing configuration options such as those for Tk widgets. Given a description of what options are supported, th

manpages/gnutls_x509_crt_set_key_purpose_oid.3.html
gnutls_x509_crt_set_key_purpose_oid(3) - API function.......
gnutls_x509_crt_set_key_purpose_oid.3 - This function will set the key purpose OIDs of the Certificate. These are stored in the Extended Key Usage extension (2.

manpages/xdr_bytes.3.html
xdr_bytes(3) - library routines for external data representa
These routines allow C programmers to describe arbitrary data structures in a machine-independent fashion. Data for remote procedure calls are transmitted using

manpages/SDL_VideoInfo.3.html
SDL_VideoInfo(3) - Video Target information - Linux man page
This (read-only) structure is returned by SDL_GetVideoInfo. It contains information on either the best available mode (if called before SDL_SetVideoMode) or the

manpages/field_buffer.3form.html
field_buffer(3form) - field buffer control - Linux man page
The function set_field_buffer sets the numbered buffer of the given field to contain a given string: * Buffer 0 is the displayed value of the field. * Other num





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