1gnutls_x509_crl_dist_points_get(3)  gnutls  gnutls_x509_crl_dist_points_get(3)
2
3
4

NAME

6       gnutls_x509_crl_dist_points_get - API function
7

SYNOPSIS

9       #include <gnutls/x509-ext.h>
10
11       int  gnutls_x509_crl_dist_points_get(gnutls_x509_crl_dist_points_t cdp,
12       unsigned int seq, unsigned int * type, gnutls_datum_t *  san,  unsigned
13       int * reasons);
14

ARGUMENTS

16       gnutls_x509_crl_dist_points_t cdp
17                   The CRL distribution points
18
19       unsigned int seq
20                   specifies  the sequence number of the distribution point (0
21                   for the first one, 1 for the second etc.)
22
23       unsigned int * type
24                   The name type of the corresponding  name  (gnutls_x509_sub‐
25                   ject_alt_name_t)
26
27       gnutls_datum_t * san
28                   The distribution point names (to be treated as constant)
29
30       unsigned int * reasons
31                   Revocation   reasons.   An  ORed  sequence  of  flags  from
32                   gnutls_x509_crl_reason_flags_t.
33

DESCRIPTION

35       This  function  retrieves  the  individual  CRL   distribution   points
36       (2.5.29.31), contained in provided type.
37

RETURNS

39       On       success,      GNUTLS_E_SUCCESS      (0)      is      returned,
40       GNUTLS_E_REQUESTED_DATA_NOT_AVAILABLE if the index is  out  of  bounds,
41       otherwise a negative error value.
42

REPORTING BUGS

44       Report bugs to <bugs@gnutls.org>.
45       Home page: http://www.gnutls.org
46
47
49       Copyright © 2001-2018 Free Software Foundation, Inc., and others.
50       Copying  and  distribution  of this file, with or without modification,
51       are permitted in any medium  without  royalty  provided  the  copyright
52       notice and this notice are preserved.
53

SEE ALSO

55       The  full  documentation  for gnutls is maintained as a Texinfo manual.
56       If the /usr/share/doc/gnutls/ directory does not contain the HTML  form
57       visit
58
59       http://www.gnutls.org/manual/
60
61gnutls                               3.6.5  gnutls_x509_crl_dist_points_get(3)
Impressum