gnutls_x509_crl_list_import
NAMESYNOPSIS
ARGUMENTS
DESCRIPTION
RETURNS
SINCE
REPORTING BUGS
COPYRIGHT
SEE ALSO
NAME
gnutls_x509_crl_list_import − API function
SYNOPSIS
#include <gnutls/x509.h>
int gnutls_x509_crl_list_import(gnutls_x509_crl_t * crls, unsigned int * crl_max, const gnutls_datum_t * data, gnutls_x509_crt_fmt_t format, unsigned int flags);
ARGUMENTS
gnutls_x509_crl_t * crls
The structures to store the parsed CRLs. Must not be initialized.
unsigned int * crl_max
Initially must hold the maximum number of crls. It will be updated with the number of crls available.
const gnutls_datum_t * data
The PEM encoded CRLs
gnutls_x509_crt_fmt_t format
One of DER or PEM.
unsigned int flags
must be (0) or an OR’d sequence of gnutls_certificate_import_flags.
DESCRIPTION
This function will convert the given PEM encoded CRL list to the native gnutls_x509_crl_t format. The output will be stored in crls. They will be automatically initialized.
If the Certificate is PEM encoded it should have a header of "X509 CRL".
RETURNS
the number of certificates read or a negative error value.
SINCE
3.0.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/visudo.8.html
visudo(8) - edit the sudoers file - Linux manual page.......
visudo edits the sudoers file in a safe fashion, analogous to vipw(8). visudo locks the sudoers file against multiple simultaneous edits, provides basic sanity
manpages/xine.1.html
xine(1) a free video player (Commands - Linux man page).....
This manual page documents briefly the xine audio/video player. xine plays MPEG system (audio and video) streams, mpeg elementary streams (e.g. .mp3 or .mpv fil
manpages/getnstr.3ncurses.html
getnstr(3ncurses) - accept character strings from curses ter
The function getstr is equivalent to a series of calls to getch, until a newline or carriage return is received (the terminating character is not included in th
manpages/noqiflush.3ncurses.html
noqiflush(3ncurses) - curses input options - Linux man page
Normally, the tty driver buffers typed characters until a newline or carriage return is typed. The cbreak routine disables line buffering and erase/kill charact
manpages/systemd-hibernate.service.8.html
systemd-hibernate.service(8) System sleep state logic.......
systemd-suspend.service is a system service that is pulled in by suspend.target and is responsible for the actual system suspend. Similarly, systemd-hibernate.s
manpages/TIFFWriteRawStrip.3tiff.html
TIFFWriteRawStrip(3tiff) - write a strip of raw data to an o
Append size bytes of raw data to the specified strip. NOTES The strip number must be valid according to the current settings of the ImageLength and RowsPerStrip
manpages/gnutls_certificate_set_x509_crl.3.html
gnutls_certificate_set_x509_crl(3) - API function (ManPage)
gnutls_certificate_set_x509_crl.3 - This function adds the trusted CRLs in order to verify client or server certificates. In case of a client this is not requir
manpages/mvwprintw.3ncurses.html
mvwprintw(3ncurses) - print formatted output in curses windo
mvwprintw.3ncurses - The printw, wprintw, mvprintw and mvwprintw routines are analogous to printf [see printf(3)]. In effect, the string that would be output by
manpages/gnutls_x509_crt_get_pk_algorithm.3.html
gnutls_x509_crt_get_pk_algorithm(3) - API function (ManPage)
This function will return the public key algorithm of an X.509 certificate. If bits is non null, it should have enough size to hold the parameters size in bits.
manpages/XkbGetIndicatorChanges.3.html
XkbGetIndicatorChanges(3) - Updates a local copy of the keyb
XkbGetIndicatorChanges.3 - Whenever an indicator changes state, the server sends XkbIndicatorStateNotify events to all interested clients. Similarly, whenever a
manpages/winemine.1.html
winemine(1) - Wine Minesweeper game - Linux manual page.....
winemine is the Wine Minesweeper game. The object of the game is to try to find all the hidden mines by uncovering the tiles to see how many mines each tile is
manpages/audit_set_enabled.3.html
audit_set_enabled(3) - Enable or disable auditing (ManPage)
audit_set_enabled is used to control whether or not the audit system is active. When the audit system is enabled (enabled set to 1), every syscall will pass thr
