gnutls_x509_crl_print



gnutls_x509_crl_print

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
RETURNS
REPORTING BUGS
COPYRIGHT
SEE ALSO

NAME

gnutls_x509_crl_print − API function

SYNOPSIS

#include <gnutls/x509.h>

int gnutls_x509_crl_print(gnutls_x509_crl_t crl, gnutls_certificate_print_formats_t format, gnutls_datum_t * out);

ARGUMENTS

gnutls_x509_crl_t crl

The structure to be printed

gnutls_certificate_print_formats_t format

Indicate the format to use

gnutls_datum_t * out

Newly allocated datum with (0) terminated string.

DESCRIPTION

This function will pretty print a X.509 certificate revocation list, suitable for display to a human.

The output out needs to be deallocate using gnutls_free().

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/class.n.html
class(n) - create a class of objects - Linux manual page....
The fundamental construct in [incr Tcl] is the class definition. Each class acts as a template for actual objects that can be created. The class itself is a nam

manpages/ctermid.3.html
ctermid(3) - get controlling terminal name - Linux man page
ctermid() returns a string which is the pathname for the current controlling terminal for this process. If s is NULL, a static buffer is used, otherwise s point

manpages/snmp_sess_init.3.html
snmp_sess_init(3) - session functions - Linux manual page...
These functions define a subset of the API that can be used to manage single SNMP sessions in a multi-threaded application. Except for snmp_sess_session(), thes

manpages/srandom.3.html
srandom(3) - random number generator - Linux manual page....
The random() function uses a nonlinear additive feedback random number generator employing a default table of size 31 long integers to return successive pseudo-

manpages/XIFreeDeviceInfo.3.html
XIFreeDeviceInfo(3) - get information about devices.........
The XIQueryDevice returns information about one or more input devices. If the deviceid specifies a device, ndevices_return is 1 and the returned information des

manpages/gnutls_session_get_ptr.3.html
gnutls_session_get_ptr(3) - API function - Linux man page...
Get user pointer for session. Useful in callbacks. This is the pointer set with gnutls_session_set_ptr(). RETURNS the user given pointer from the session struct

manpages/XPutBackEvent.3.html
XPutBackEvent(3) - put events back on the queue (Man Page)
The XPutBackEvent function pushes an event back onto the head of the displays event queue by copying the event into the queue. This can be useful if you read an

manpages/attr_get.3ncurses.html
attr_get(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/groupmod.8.html
groupmod(8) - modify a group entry - Linux manual page......
The groupmod command modifies the definition of the specified GROUP by modifying the appropriate entry in the group database. OPTIONS The options which apply to

manpages/gnutls_pkcs12_bag_get_key_id.3.html
gnutls_pkcs12_bag_get_key_id(3) - API function (Man Page)...
This function will return the key ID, of the specified bag element. The key ID is usually used to distinguish the local private key and the certificate pair. RE

manpages/innupgrade.8.html
innupgrade(8) - Upgrade INN configuration files (Man Page)
innupgrade is intended to be run during a major upgrade of INN to fix the configuration files with any required changes. If given a directory, it will scan that

manpages/eventlogadm.8.html
eventlogadm(8) - push records into the Samba event log store
This tool is part of the samba(1) suite. eventlogadm is a filter that accepts formatted event log records on standard input and writes them to the Samba event l





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