1gnutls_x509_crt_set_crl_dist_points(3g)nutlgsnutls_x509_crt_set_crl_dist_points(3)
2
3
4

NAME

6       gnutls_x509_crt_set_crl_dist_points  -  This  function will set the CRL
7       dist points
8

SYNOPSIS

10       #include <gnutls/x509.h>
11
12       int     gnutls_x509_crt_set_crl_dist_points(gnutls_x509_crt_t      crt,
13       gnutls_x509_subject_alt_name_t          type, const void * data_string,
14       unsigned int reason_flags);
15

ARGUMENTS

17       gnutls_x509_crt_t crt
18                   should contain a gnutls_x509_crt_t structure
19
20       gnutls_x509_subject_alt_name_t          type
21                   is one of the gnutls_x509_subject_alt_name_t enumerations
22
23       const void * data_string
24                   The data to be set
25
26       unsigned int reason_flags
27                   revocation reasons
28

DESCRIPTION

30       This function will set the CRL distribution points  certificate  exten‐
31       sion.
32
33       Returns 0 on success.
34

REPORTING BUGS

36       Report bugs to <bug-gnutls@gnu.org>.
37
39       Copyright © 2006 Free Software Foundation.
40       Permission  is  granted  to make and distribute verbatim copies of this
41       manual provided the copyright notice and  this  permission  notice  are
42       preserved on all copies.
43

SEE ALSO

45       The  full  documentation  for gnutls is maintained as a Texinfo manual.
46       If the info and gnutls programs are properly installed  at  your  site,
47       the command
48
49              info gnutls
50
51       should give you access to the complete manual.
52
53
54
55gnutls                               1.6.g3nutls_x509_crt_set_crl_dist_points(3)
Impressum