1gnutls_x509_crl_dist_points_set(3) gnutls gnutls_x509_crl_dist_points_set(3)
2
3
4
6 gnutls_x509_crl_dist_points_set - API function
7
9 #include <gnutls/x509-ext.h>
10
11 int gnutls_x509_crl_dist_points_set(gnutls_x509_crl_dist_points_t cdp,
12 gnutls_x509_subject_alt_name_t type, const gnutls_datum_t * san,
13 unsigned int reasons);
14
16 gnutls_x509_crl_dist_points_t cdp
17 The CRL distribution points
18
19 gnutls_x509_subject_alt_name_t type
20 The type of the name (of gnutls_subject_alt_names_t)
21
22 const gnutls_datum_t * san
23 The point name data
24
25 unsigned int reasons
26 Revocation reasons. An ORed sequence of flags from
27 gnutls_x509_crl_reason_flags_t.
28
30 This function will store the specified CRL distribution point value the
31 cdp type.
32
34 On success, GNUTLS_E_SUCCESS (0), otherwise a negative error value.
35
37 3.3.0
38
40 Report bugs to <bugs@gnutls.org>.
41 Home page: https://www.gnutls.org
42
43
45 Copyright © 2001-2020 Free Software Foundation, Inc., and others.
46 Copying and distribution of this file, with or without modification,
47 are permitted in any medium without royalty provided the copyright
48 notice and this notice are preserved.
49
51 The full documentation for gnutls is maintained as a Texinfo manual.
52 If the /usr/share/doc/gnutls/ directory does not contain the HTML form
53 visit
54
55 https://www.gnutls.org/manual/
56
57gnutls 3.6.13 gnutls_x509_crl_dist_points_set(3)