gnutls_x509_crt_verify_data



gnutls_x509_crt_verify_data

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
RETURNS
REPORTING BUGS
COPYRIGHT
SEE ALSO

NAME

gnutls_x509_crt_verify_data − API function

SYNOPSIS

#include <gnutls/x509.h>

int gnutls_x509_crt_verify_data(gnutls_x509_crt_t crt, unsigned int flags, const gnutls_datum_t * data, const gnutls_datum_t * signature);

ARGUMENTS

gnutls_x509_crt_t crt

Holds the certificate

unsigned int flags

should be 0 for now

const gnutls_datum_t * data

holds the data to be signed

const gnutls_datum_t * signature

contains the signature

DESCRIPTION

This function will verify the given signed data, using the parameters from the certificate.

Deprecated. Please use gnutls_pubkey_verify_data().

RETURNS

In case of a verification failure GNUTLS_E_PK_SIG_VERIFY_FAILED is returned, and a positive code on success.

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/LWP::MemberMixin.3pm.html
LWP::MemberMixin(3pm) - Member access mixin class (ManPage)
A mixin class to get methods that provide easy access to member variables in the %$self. Ideally there should be better Perl language support for this. There is

manpages/libnetcfg.1.html
libnetcfg(1) - configure libnet (Commands - Linux man page)
The libnetcfg utility can be used to configure the libnet. Starting from perl 5.8 libnet is part of the standard Perl distribution, but the libnetcfg can be use

manpages/glEvalCoord.3gl.html
glEvalCoord(3gl) - evaluate enabled one- and two-dimensional
glEvalCoord1 evaluates enabled one-dimensional maps at argument u. glEvalCoord2 does the same for two-dimensional maps using two domain values, u and v. To defi

manpages/ruby.ruby2.1.1.html
ruby.ruby2.1(1) Interpreted object-oriented scripting langua
Ruby is an interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management

manpages/discard.8.html
discard(8) - Postfix discard mail delivery agent (Man Page)
The Postfix discard(8) delivery agent processes delivery requests from the queue manager. Each request specifies a queue file, a sender address, a next-hop dest

manpages/curses.3ncurses.html
curses(3ncurses) CRT screen handling and optimization packag
curses.3ncurses - The ncurses library routines give the user a terminal-independent method of updating character screens with reasonable optimization. This impl

manpages/erfc.3.html
erfc(3) - complementary error function - Linux manual page
The erfc() function returns the complementary error function of x, that is, 1.0 - erf(x). RETURN VALUE On success, these functions return the complementary erro

manpages/getutxent.3.html
getutxent(3) - access utmp file entries - Linux manual page
New applications should use the POSIX.1-specified utmpx versions of these functions; see CONFORMING TO. utmpname() sets the name of the utmp-format file for the

manpages/XwcTextListToTextProperty.3.html
XwcTextListToTextProperty(3) - convert text lists and text p
The XmbTextListToTextProperty, XwcTextListToTextProperty and Xutf8TextListToTextProperty functions set the specified XTextProperty value to a set of null-separa

manpages/SDL_GL_SetAttribute.3.html
SDL_GL_SetAttribute(3) - Set a special SDL/OpenGL attribute
Sets the OpenGL attribute attr to value. The attributes you set dont take effect until after a call to SDL_SetVideoMode. You should use SDL_GL_GetAttribute to c

manpages/testsolv.1.html
testsolv(1) run a libsolv testcase through the solver.......
The testsolv tools can be used to run a testcase. Testcases can either be manually created to test specific features, or they can be written by libsolvs testcas

manpages/Tcl_FSConvertToPathType.3.html
Tcl_FSConvertToPathType(3) - procedures to interact with any
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





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