1gnutls_x509_crt_cpy_crl_dist_points(3g)nutlgsnutls_x509_crt_cpy_crl_dist_points(3)
2
3
4

NAME

6       gnutls_x509_crt_cpy_crl_dist_points  -  This function will copy the CRL
7       dist points
8

SYNOPSIS

10       #include <gnutls/x509.h>
11
12       int     gnutls_x509_crt_cpy_crl_dist_points(gnutls_x509_crt_t      dst,
13       gnutls_x509_crt_t src);
14

ARGUMENTS

16       gnutls_x509_crt_t dst
17                   should contain a gnutls_x509_crt_t structure
18
19       gnutls_x509_crt_t src
20                   the certificate where the dist points will be copied from
21

DESCRIPTION

23       This  function will copy the CRL distribution points certificate exten‐
24       sion, from the source to the destination certificate.  This may be use‐
25       ful to copy from a CA certificate to issued ones.
26
27       Returns 0 on success.
28

REPORTING BUGS

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

SEE ALSO

39       The  full  documentation  for gnutls is maintained as a Texinfo manual.
40       If the info and gnutls programs are properly installed  at  your  site,
41       the command
42
43              info gnutls
44
45       should give you access to the complete manual.
46
47
48
49gnutls                               1.6.g3nutls_x509_crt_cpy_crl_dist_points(3)
Impressum