gnutls_pkcs7_delete_crl
NAMESYNOPSIS
ARGUMENTS
DESCRIPTION
RETURNS
REPORTING BUGS
COPYRIGHT
SEE ALSO
NAME
gnutls_pkcs7_delete_crl − API function
SYNOPSIS
#include <gnutls/x509.h>
int gnutls_pkcs7_delete_crl(gnutls_pkcs7_t pkcs7, int indx);
ARGUMENTS
gnutls_pkcs7_t pkcs7
should contain a gnutls_pkcs7_t structure
int indx |
the index of the crl to delete |
DESCRIPTION
This function will delete a crl from a PKCS7 or RFC2630 crl set. Index starts from 0. Returns 0 on success.
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/pcre16_study.3.html
pcre16_study(3) Perl-compatible regular expressions.........
This function studies a compiled pattern, to see if additional information can be extracted that might speed up matching. Its arguments are: code A compiled reg
manpages/glColor4ubv.3gl.html
glColor4ubv(3gl) - set the current color - Linux man page...
The GL stores both a current single-valued color index and a current four-valued RGBA color. glColor sets a new four-valued RGBA color. glColor has two major va
manpages/putp_sp.3ncurses.html
putp_sp(3ncurses) - curses screen-pointer extension.........
This implementation can be configured to provide a set of functions which improve the ability to manage multiple screens. This feature can be added to any of th
manpages/servertool-java-1.7.0-openjdk.1.html
servertool-java-1.7.0-openjdk(1) - Linux manual page........
servertool-java-1.7.0-openjdk.1 - The servertool provides the command-line interface for the application programmers to register, unregister, startup, and shutd
manpages/df.1.html
df(1) - report file system disk space usage - Linux man page
This manual page documents the GNU version of df. df displays the amount of disk space available on the file system containing each file name argument. If no fi
manpages/switch_root.8.html
switch_root(8) - switch to another filesystem as the root of
switch_root moves already mounted /proc, /dev and /sys to newroot and makes newroot the new root filesystem and starts init process. WARNING: switch_root remove
manpages/XkbAllocGeomOutlines.3.html
XkbAllocGeomOutlines(3) - Allocate space for an arbitrary nu
XkbAllocGeomOutlines.3 - Xkb provides a number of functions to allocate and free subcomponents of a keyboard geometry. Use these functions to create or modify k
manpages/gnutls_x509_crt_get_extension_data.3.html
gnutls_x509_crt_get_extension_data(3) - API function........
gnutls_x509_crt_get_extension_data.3 - This function will return the requested extension data in the certificate. The extension data will be stored as a string
manpages/sasl_listmech.3.html
sasl_listmech(3) - Retrieve a list of the supported SASL mec
sasl_listmech() returns a string listing the SASL names of all the mechanisms available to the specified user. This is typically given to the client through a c
manpages/Tcl_RegExpCompile.3.html
Tcl_RegExpCompile(3) - Pattern matching with regular express
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/futex.7.html
futex(7) - Fast Userspace Locking - Linux manual page.......
The Linux kernel provides futexes (Fast user-space mutexes) as a building block for fast user-space locking and semaphores. Futexes are very basic and lend them
manpages/gnutls_x509_crt_get_fingerprint.3.html
gnutls_x509_crt_get_fingerprint(3) - API function (ManPage)
This function will calculate and copy the certificates fingerprint in the provided buffer. If the buffer is null then only the size will be filled. RETURNS GNUT
