gnutls_sign_callback_set



gnutls_sign_callback_set

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
DEPRECATED
REPORTING BUGS
COPYRIGHT
SEE ALSO

NAME

gnutls_sign_callback_set − API function

SYNOPSIS

#include <gnutls/gnutls.h>

void gnutls_sign_callback_set(gnutls_session_t session, gnutls_sign_func sign_func, void * userdata);

ARGUMENTS

gnutls_session_t session

is a gnutls session

gnutls_sign_func sign_func

function pointer to application’s sign callback.

void * userdata

void pointer that will be passed to sign callback.

DESCRIPTION

Set the callback function. The function must have this prototype:

typedef int (*gnutls_sign_func) (gnutls_session_t session, void *userdata, gnutls_certificate_type_t cert_type, const gnutls_datum_t * cert, const gnutls_datum_t * hash, gnutls_datum_t * signature);

The userdata parameter is passed to the sign_func verbatim, and can be used to store application−specific data needed in the callback function. See also gnutls_sign_callback_get().

DEPRECATED

Use the PKCS 11 interfaces instead.

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/xman.1.html
xman(1) - Manual page display program for the X Window Syste
Xman is a manual page browser. The default size of the initial xman window is small so that you can leave it running throughout your entire login session. In th

manpages/pvdisplay.8.html
pvdisplay(8) - display attributes of a physical volume......
pvdisplay allows you to see the attributes of one or more physical volumes like size, physical extent size, space used for the volume group descriptor area and

manpages/fprint_variable.3.html
fprint_variable(3) - netsnmp_varbind_api functions (ManPage)
The functions dealing with variable bindings fall into four groups dealing with the creation, setting of values, output and deletion of varbinds. Creation snmp_

manpages/Mail::SpamAssassin::BayesStore.3pm.html
Mail::SpamAssassin::BayesStore(3pm) - Storage Module for def
This is the public API for the Bayesian store methods. Any implementation of the storage module for the default Bayes classifier must implement these methods. M

manpages/atol.3.html
atol(3) - convert a string to an integer - Linux man page...
The atoi() function converts the initial portion of the string pointed to by nptr to int. The behavior is the same as strtol(nptr, NULL, 10); except that atoi()

manpages/glRectdv.3gl.html
glRectdv(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/gnutls_pubkey_get_pk_ecc_raw.3.html
gnutls_pubkey_get_pk_ecc_raw(3) - API function (Man Page)...
gnutls_pubkey_get_pk_ecc_raw.3 - This function will export the ECC public keys parameters found in the given certificate. The new parameters will be allocated u

manpages/asn1_get_length_ber.3.html
asn1_get_length_ber(3) - API function - Linux manual page...
Extract a length field from BER data. The difference to asn1_get_length_der() is that this function will return a length even if the value has indefinite encodi

manpages/strchr.3.html
strchr(3) - locate character in string - Linux manual page
The strchr() function returns a pointer to the first occurrence of the character c in the string s. The strrchr() function returns a pointer to the last occurre

manpages/zypper-log.8.html
zypper-log(8) - Zypper logfile reader - Linux manual page...
zypper-log can read zyppers logfiles. It can also handle rotated logfiles, and will open plain, xz, gz and bz2-compressed files. By default /var/log/zypper.log

manpages/XCreateImage.3.html
XCreateImage(3) - image utilities - Linux manual page.......
The XInitImage function initializes the internal image manipulation routines of an image structure, based on the values of the various structure members. All fi

manpages/rtld-audit.7.html
rtld-audit(7) - auditing API for the dynamic linker.........
The GNU dynamic linker (run-time linker) provides an auditing API that allows an application to be notified when various dynamic linking events occur. This API





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