gnutls_x509_crl_get_extension_info
NAMESYNOPSIS
ARGUMENTS
DESCRIPTION
RETURNS
SINCE
REPORTING BUGS
COPYRIGHT
SEE ALSO
NAME
gnutls_x509_crl_get_extension_info − API function
SYNOPSIS
#include <gnutls/x509.h>
int gnutls_x509_crl_get_extension_info(gnutls_x509_crl_t crl, int indx, void * oid, size_t * sizeof_oid, int * critical);
ARGUMENTS
gnutls_x509_crl_t crl
should contain a gnutls_x509_crl_t structure
int indx |
Specifies which extension OID to send, use (0) to get the first one. | ||
void * oid |
a pointer to a structure to hold the OID |
size_t * sizeof_oid
initially holds the maximum size of oid, on return holds actual size of oid.
int * critical
output variable with critical flag, may be NULL.
DESCRIPTION
This function will return the requested extension OID in the CRL, and the critical flag for it. The extension OID will be stored as a string in the provided buffer. Use gnutls_x509_crl_get_extension_data() to extract the data.
If the buffer provided is not long enough to hold the output, then *sizeof_oid is updated and GNUTLS_E_SHORT_MEMORY_BUFFER will be returned.
RETURNS
On success, GNUTLS_E_SUCCESS (0) is returned, otherwise a negative error code in case of an error. If your have reached the last extension available GNUTLS_E_REQUESTED_DATA_NOT_AVAILABLE will be returned.
SINCE
2.8.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/itcloption.n.html
itcloption(n) define options for extendedclass, widget or wi
The option command is used inside an [incr Tcl] extendedclass/widget/widgetadaptor definition to define options. In the first form defines an option for instanc
manpages/envsubst.1.html
envsubst(1) - substitutes environment variables in shell for
Substitutes the values of environment variables. Operation mode: -v, --variables output the variables occurring in SHELL-FORMAT Informative output: -h, --help d
manpages/Tcl_MakeTcpClientChannel.3.html
Tcl_MakeTcpClientChannel(3) - procedures to open channels us
These functions are convenience procedures for creating channels that communicate over TCP sockets. The operations on a channel are described in the manual entr
manpages/readdir_r.3.html
readdir_r(3) - read a directory (Library - Linux man page)
The readdir() function returns a pointer to a dirent structure representing the next directory entry in the directory stream pointed to by dirp. It returns NULL
manpages/podofomerge.1.html
podofomerge(1) merge several PDF files - Linux manual page
podofomerge is one of the command line tools from the PoDoFo library that provide several useful operations to work with PDF files. It can merge several PDF fil
manpages/remque.3.html
remque(3) - insert/remove an item from a queue (Man Page)...
The insque() and remque() functions manipulate doubly-linked lists. Each element in the list is a structure of which the first two elements are a forward and a
manpages/XcmsDefaultCCC.3.html
XcmsDefaultCCC(3) - obtain the default CCC for a screen.....
The XcmsDefaultCCC function returns the default CCC for the specified screen. Its visual is the default visual of the screen. Its initial gamut compression and
manpages/XML::DOM::ProcessingInstruction.3pm.html
XML::DOM::ProcessingInstruction(3pm) - An XML processing ins
XML::DOM::ProcessingInstruction extends XML::DOM::Node. It represents a processing instruction, used in XML as a way to keep processor-specific information in t
manpages/fdopen.3.html
fdopen(3) - stream open functions - Linux manual page.......
The fopen() function opens the file whose name is the string pointed to by path and associates a stream with it. The argument mode points to a string beginning
manpages/btrfs-qgroup.8.html
btrfs-qgroup(8) control the quota group of a btrfs filesyste
btrfs qgroup is used to control quota group(qgroup) of a btrfs filesystem. Note To use qgroup, it needs to enable quota first using btrfs quota command. Warning
manpages/e2undo.8.html
e2undo(8) - Replay an undo log for an ext2/ext3/ext4 filesys
e2undo will replay the undo log undo_log for an ext2/ext3/ext4 filesystem found on device. This can be used to undo a failed operation by an e2fsprogs program.
manpages/e2label.8.html
e2label(8) - Change the label on an ext2/ext3/ext4 filesyste
e2label will display or change the filesystem label on the ext2, ext3, or ext4 filesystem located on device. If the optional argument new-label is not present,
