gnutls_pubkey_verify_hash
NAMESYNOPSIS
ARGUMENTS
DESCRIPTION
RETURNS
SINCE
REPORTING BUGS
COPYRIGHT
SEE ALSO
NAME
gnutls_pubkey_verify_hash − API function
SYNOPSIS
#include <gnutls/gnutls.h>
int gnutls_pubkey_verify_hash(gnutls_pubkey_t key, unsigned int flags, const gnutls_datum_t * hash, const gnutls_datum_t * signature);
ARGUMENTS
gnutls_pubkey_t key
Holds the certificate
unsigned int flags
should be 0 for now
const gnutls_datum_t * hash
holds the hash digest to be verified
const gnutls_datum_t * signature
contains the signature
DESCRIPTION
This function will verify the given signed digest, using the parameters from the certificate.
RETURNS
On success, GNUTLS_E_SUCCESS (0) is returned, otherwise a negative error value (GNUTLS_E_PK_SIG_VERIFY_FAILED in verification failure).
SINCE
2.12.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/set_form_fields.3form.html
set_form_fields(3form) - make and break connections between
The function set_form_fields changes the field pointer array of the given form. The array must be terminated by a NULL. The function form_fields returns the fie
manpages/winstr.3ncurses.html
winstr(3ncurses) - get a string of characters from a curses
These routines return a string of characters in str, extracted starting at the current cursor position in the named window. Attributes are stripped from the cha
manpages/perlxs.1.html
perlxs(1) - XS language reference manual - Linux man page...
Introduction XS is an interface description file format used to create an extension interface between Perl and C code (or a C library) which one wishes to use w
manpages/pthread_setaffinity_np.3.html
pthread_setaffinity_np(3) - set/get CPU affinity of a thread
The pthread_setaffinity_np() function sets the CPU affinity mask of the thread thread to the CPU set pointed to by cpuset. If the call is successful, and the th
manpages/mkswap.8.html
mkswap(8) - set up a Linux swap area - Linux manual page....
mkswap sets up a Linux swap area on a device or in a file. The device argument will usually be a disk partition (something like /dev/sdb7) but can also be a fil
manpages/y4mcolorbars.1.html
y4mcolorbars(1) - Create a YUV4MPEG2 stream containing a col
y4mcolorbars creates a YUV4MPEG2 stream consisting entirely of frames containing a colorbar test pattern. The pattern attempts to reproduce the standard SMPTE E
manpages/send.n.html
send(n) - Execute a command in a different application......
This command arranges for cmd (and args) to be executed in the application named by app. It returns the result or error from that command execution. App may be
manpages/nfsidmap.html
nfsidmap(8) - The NFS idmapper upcall program (Man Page)....
The file /usr/sbin/nfsidmap is used by the NFS idmapper to translate user and group ids into names, and to translate user and group names into ids. Idmapper use
manpages/ip-ntable.8.html
ip-ntable(8) neighbour table configuration - Linux man page
ip ntable controls the parameters for the neighbour tables. ip ntable show - list the ip neighbour tables This commands displays neighbour table parameters and
manpages/SDL_UpdateRects.3.html
SDL_UpdateRects(3) - Makes sure the given list of rectangles
Makes sure the given list of rectangles is updated on the given screen. The rectangles must all be confined within the screen boundaries (no clipping is done).
manpages/Tcl_GetStdChannel.3.html
Tcl_GetStdChannel(3) - procedures for retrieving and replaci
Tcl defines three special channels that are used by various I/O related commands if no other channels are specified. The standard input channel has a channel na
manpages/tcl_interactive.n.html
tcl_interactive(n) Variables used by Tcl ___________________
The following global variables are created and managed automatically by the Tcl library. Except where noted below, these variables should normally be treated as
