gnutls_x509_crl_sign2
NAMESYNOPSIS
ARGUMENTS
DESCRIPTION
RETURNS
REPORTING BUGS
COPYRIGHT
SEE ALSO
NAME
gnutls_x509_crl_sign2 − API function
SYNOPSIS
#include <gnutls/x509.h>
int gnutls_x509_crl_sign2(gnutls_x509_crl_t crl, gnutls_x509_crt_t issuer, gnutls_x509_privkey_t issuer_key, gnutls_digest_algorithm_t dig, unsigned int flags);
ARGUMENTS
gnutls_x509_crl_t crl
should contain a gnutls_x509_crl_t structure
gnutls_x509_crt_t issuer
is the certificate of the certificate issuer
gnutls_x509_privkey_t issuer_key
holds the issuer’s private key
gnutls_digest_algorithm_t dig
The message digest to use. GNUTLS_DIG_SHA1 is the safe choice unless you know what you’re doing.
unsigned int flags
must be 0
DESCRIPTION
This function will sign the CRL with the issuer’s private key, and will copy the issuer’s information into the CRL.
This must be the last step in a certificate CRL since all the previously set parameters are now signed.
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/snmpnetstat.1.html
snmpnetstat(1) - display networking status and configuration
The snmpnetstat command symbolically displays the values of various network-related information retrieved from a remote system using the SNMP protocol. There ar
manpages/pwd.1.html
pwd(1) - print name of current/working directory (Man Page)
Print the full filename of the current working directory. -L, --logical use PWD from environment, even if it contains symlinks -P, --physical avoid all symlinks
manpages/procfs.5.html
procfs(5) process information pseudo-filesystem (Man Page)
The proc filesystem is a pseudo-filesystem which provides an interface to kernel data structures. It is commonly mounted at /proc. Most of it is read-only, but
manpages/avahi-dnsconfd.8.html
avahi-dnsconfd(8) - Unicast DNS server from mDNS/DNS-SD conf
avahi-dnsconfd connects to a running avahi-daemon and runs the script /etc/avahi/dnsconfd.action for each unicast DNS server that is announced on the local LAN.
manpages/LINES.3ncurses.html
LINES(3ncurses) - curses global variables - Linux man page
This page summarizes variables provided by the curses library. A more complete description is given in the curses(3X) manual page. Depending on the configuratio
manpages/pgmoil.1.html
pgmoil(1) - replaced by pamoil (Commands - Linux man page)
This program is part of Netpbm(1) pgmoil was replaced in Netpbm 9.16 (July 2001) by pamoil(1) pamoil is backward compatible with pgmoil, but works on color imag
manpages/XML::PatAct::ActionTempl.3pm.html
XML::PatAct::ActionTempl(3pm) - An action module for........
XML::PatAct::ACTION is a PerlSAX handler for applying pattern-action lists to XML parses or trees. XML::PatAct::ACTION ... New XML::PatAct::ACTION instances are
manpages/XSetIconName.3.html
XSetIconName(3) - set or read a window's WM_ICON_NAME proper
The XSetWMIconName convenience function calls XSetTextProperty to set the WM_ICON_NAME property. The XGetWMIconName convenience function calls XGetTextProperty
manpages/Tcl_RegExpRange.3.html
Tcl_RegExpRange(3) - Pattern matching with regular expressio
Tcl_RegExpMatch determines whether its pattern argument matches regexp, where regexp is interpreted as a regular expression using the rules in the re_syntax ref
manpages/Tk_SetWindowBackground.3.html
Tk_SetWindowBackground(3) - change window configuration or a
These procedures are analogous to the X library procedures with similar names, such as XConfigureWindow. Each one of the above procedures calls the correspondin
manpages/Tcl_DeleteHashEntry.3.html
Tcl_DeleteHashEntry(3) - procedures to manage hash tables...
A hash table consists of zero or more entries, each consisting of a key and a value. Given the key for an entry, the hashing routines can very quickly locate th
manpages/nscd.conf.5.html
nscd.conf(5) - name service cache daemon configuration file
The file /etc/nscd.conf is read from nscd(8) at startup. Each line specifies either an attribute and a value, or an attribute, service, and a value. Fields are
