1gnutls_x509_crl_list_import2(3)     gnutls     gnutls_x509_crl_list_import2(3)
2
3
4

NAME

6       gnutls_x509_crl_list_import2 - API function
7

SYNOPSIS

9       #include <gnutls/x509.h>
10
11       int  gnutls_x509_crl_list_import2(gnutls_x509_crl_t  **  crls, unsigned
12       int * size, const gnutls_datum_t * data, gnutls_x509_crt_fmt_t  format,
13       unsigned int flags);
14

ARGUMENTS

16       gnutls_x509_crl_t ** crls
17                   The  structures  to  store the parsed crl list. Must not be
18                   initialized.
19
20       unsigned int * size
21                   It will contain the size of the list.
22
23       const gnutls_datum_t * data
24                   The PEM encoded CRL.
25
26       gnutls_x509_crt_fmt_t format
27                   One of DER or PEM.
28
29       unsigned int flags
30                   must  be  (0)  or  an  OR'd  sequence  of   gnutls_certifi‐
31                   cate_import_flags.
32

DESCRIPTION

34       This function will convert the given PEM encoded CRL list to the native
35       gnutls_x509_crl_t format. The output will be stored in   crls  .   They
36       will be automatically initialized.
37
38       If  the  Certificate  is  PEM  encoded it should have a header of "X509
39       CRL".
40

RETURNS

42       the number of certificates read or a negative error value.
43

SINCE

45       3.0
46

REPORTING BUGS

48       Report bugs to <bugs@gnutls.org>.
49       Home page: http://www.gnutls.org
50
51
53       Copyright © 2001-2014 Free Software Foundation, Inc..
54       Copying and distribution of this file, with  or  without  modification,
55       are  permitted  in  any  medium  without royalty provided the copyright
56       notice and this notice are preserved.
57

SEE ALSO

59       The full documentation for gnutls is maintained as  a  Texinfo  manual.
60       If  the /usr/share/doc/gnutls/ directory does not contain the HTML form
61       visit
62
63       http://www.gnutls.org/manual/
64
65gnutls                              3.3.29     gnutls_x509_crl_list_import2(3)
Impressum