gnutls_x509_crl_list_import2



gnutls_x509_crl_list_import2

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
RETURNS
SINCE
REPORTING BUGS
COPYRIGHT
SEE ALSO

NAME

gnutls_x509_crl_list_import2 − API function

SYNOPSIS

#include <gnutls/x509.h>

int gnutls_x509_crl_list_import2(gnutls_x509_crl_t ** crls, unsigned int * size, 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 crl list. Must not be initialized.

unsigned int * size

It will contain the size of the list.

const gnutls_datum_t * data

The PEM encoded CRL.

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/vconfig.8.html
vconfig(8) - VLAN (802.1q) configuration program. (ManPage)
The vconfig program allows you to create and remove vlan-devices on a vlan enabled kernel. Vlan-devices are virtual ethernet devices which represents the virtua

manpages/acl_get_entry.3.html
acl_get_entry(3) - get an ACL entry - Linux manual page.....
The acl_get_entry() function obtains a descriptor for an ACL entry as specified by entry_id within the ACL indicated by the argument acl. If the value of entry_

manpages/pidof.8.html
pidof(8) - find the process ID of a running program.........
Pidof finds the process ids (pids) of the named programs. It prints those ids on the standard output. This program is on some systems used in run-level change s

manpages/glRasterPos2iv.3gl.html
glRasterPos2iv(3gl) - specify the raster position for pixel
The GL maintains a 3D position in window coordinates. This position, called the raster position, is used to position pixel and bitmap write operations. It is ma

manpages/FcPatternRemove.3.html
FcPatternRemove(3) - Remove one object of the specified type
Removes the value associated with the property object at position id, returning whether the property existed and had a value at that position or not. VERSION Fo

manpages/insl.2.html
insl(2) - port I/O (System calls - Linux man page)..........
This family of functions is used to do low-level port input and output. The out* functions do port output, the in* functions do port input; the b-suffix functio

manpages/grub2-mkpasswd-pbkdf2.1.html
grub2-mkpasswd-pbkdf2(1) generate hashed password for GRUB
Generate PBKDF2 password hash. -c, --iteration-count=NUM Number of PBKDF2 iterations -l, --buflen=NUM Length of generated hash -s, --salt=NUM Length of salt -?,

manpages/cacafire.1.html
cacafire(1) - libcaca's demonstration applications (ManPage)
This manual page documents briefly the cacademo and cacafire programs. cacademo displays ASCII art effects with animated transitions: metaballs, moire pattern o

manpages/oo_define.n.html
oo_define(n) define and configure classes and objects.......
The oo::define command is used to control the configuration of classes, and the oo::objdefine command is used to control the configuration of objects (including

manpages/MenuPopdown.3.html
MenuPopdown(3) - unmap a pop-up (Library - Linux man page)
The XtPopdown function performs the following: * Calls XtCheckSubclass to ensure popup_shell is a subclass of Shell. * Checks that popup_shell is currently popp

manpages/vfs_dirsort.8.html
vfs_dirsort(8) - Sort directory contents - Linux man page...
This VFS module is part of the samba(7) suite. The vfs_dirsort module sorts directory entries alphabetically before sending them to the client. Please be aware

manpages/gnutls_dh_params_import_pkcs3.3.html
gnutls_dh_params_import_pkcs3(3) - API function (Man Page)
This function will extract the DHParams found in a PKCS3 formatted structure. This is the format generated by openssl dhparam tool. If the structure is PEM enco





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