gnutls_x509_crl_get_signature_algorithm
NAMESYNOPSIS
ARGUMENTS
DESCRIPTION
RETURNS
REPORTING BUGS
COPYRIGHT
SEE ALSO
NAME
gnutls_x509_crl_get_signature_algorithm − API function
SYNOPSIS
#include <gnutls/x509.h>
int gnutls_x509_crl_get_signature_algorithm(gnutls_x509_crl_t crl);
ARGUMENTS
gnutls_x509_crl_t crl
should contain a gnutls_x509_crl_t structure
DESCRIPTION
This function will return a value of the gnutls_sign_algorithm_t enumeration that is the signature algorithm.
RETURNS
On success, GNUTLS_E_SUCCESS (0) is returned, otherwise a negative error value.
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/wattrset.3ncurses.html
wattrset(3ncurses) - curses character and window attribute c
These routines manipulate the current attributes of the named window. The current attributes of a window apply to all characters that are written into the windo
manpages/Tk_DeleteAllBindings.3.html
Tk_DeleteAllBindings(3) - invoke scripts in response to X ev
These procedures provide a general-purpose mechanism for creating and invoking bindings. Bindings are organized in terms of binding tables. A binding table cons
manpages/attr_get.3.html
attr_get(3) - get the value of a user attribute of a filesys
The attr_get and attr_getf functions provide a way to retrieve the value of an attribute. Path points to a path name for a filesystem object, and fd refers to t
manpages/clamd.conf.5.html
clamd.conf(5) - Configuration file for Clam AntiVirus Daemon
clamd.conf configures the Clam AntiVirus daemon, clamd(8). FILE FORMAT The file consists of comments and options with arguments. Each line which starts with a h
manpages/gjavah.1.html
gjavah(1) - - generate header files from Java class files...
The gjavah program is used to generate header files from class files. It can generate both CNI and JNI header files, as well as stub implementation files which
manpages/git-fast-export.1.html
git-fast-export(1) - Git data exporter - Linux manual page
This program dumps the given revisions in a form suitable to be piped into git fast-import. You can use it as a human-readable bundle replacement (see git-bundl
manpages/sethostid.2.html
sethostid(2) - get or set the unique identifier of the curre
gethostid() and sethostid() respectively get or set a unique 32-bit identifier for the current machine. The 32-bit identifier is intended to be unique among all
manpages/add_members.8.html
add_members(8) - Add members to a list from the command line
Add members from a file to a mailman list. Listname is the name of the Mailman list you are adding members to. It must already exist. OPTIONS -n file, --non-dig
manpages/curl_global_init.3.html
curl_global_init(3) - Global libcurl initialisation.........
This function sets up the program environment that libcurl needs. Think of it as an extension of the library loader. This function must be called at least once
manpages/Tk_GetAnchor.3.html
Tk_GetAnchor(3) - translate between strings and anchor posit
Tk_GetAnchorFromObj places in *anchorPtr an anchor position (enumerated type Tk_Anchor) corresponding to objPtrs value. The result will be one of TK_ANCHOR_N, T
manpages/SDL_WM_SetIcon.3.html
SDL_WM_SetIcon(3) - Sets the icon for the display window....
Sets the icon for the display window. Win32 icons must be 32x32. This function must be called before the first call to SDL_SetVideoMode. It takes an icon surfac
manpages/ttyname_r.3.html
ttyname_r(3) - return name of a terminal - Linux man page...
The function ttyname() returns a pointer to the null-terminated pathname of the terminal device that is open on the file descriptor fd, or NULL on error (for ex
