1gnutls_x509_crl_dist_points_get(3) gnutls gnutls_x509_crl_dist_points_get(3)
2
3
4
6 gnutls_x509_crl_dist_points_get - API function
7
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
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
35 This function retrieves the individual CRL distribution points
36 (2.5.29.31), contained in provided type.
37
39 On success, GNUTLS_E_SUCCESS [22m(0) is returned, GNUTLS_E_RE‐
40 QUESTED_DATA_NOT_AVAILABLE if the index is out of bounds, otherwise a
41 negative error value.
42
44 Report bugs to <bugs@gnutls.org>.
45 Home page: https://www.gnutls.org
46
47
49 Copyright © 2001-2023 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 no‐
52 tice and this notice are preserved.
53
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 https://www.gnutls.org/manual/
60
61gnutls 3.8.2 gnutls_x509_crl_dist_points_get(3)