1gnutls_x509_crl_set_crt(3) gnutls gnutls_x509_crl_set_crt(3)
2
3
4
6 gnutls_x509_crl_set_crt - This function will set a revoked certifi‐
7 cate's serial number
8
10 #include <gnutls/x509.h>
11
12 int gnutls_x509_crl_set_crt(gnutls_x509_crl_t crl, gnutls_x509_crt_t
13 crt, time_t revocation_time);
14
16 gnutls_x509_crl_t crl
17 should contain a gnutls_x509_crl_t structure
18
19 gnutls_x509_crt_t crt
20 should contain a gnutls_x509_crt_t structure with the
21 revoked certificate
22
23 time_t revocation_time
24 The time this certificate was revoked
25
27 This function will set a revoked certificate's serial number to the
28 CRL.
29
30 Returns 0 on success, or a negative value in case of an error.
31
33 Report bugs to <bug-gnutls@gnu.org>.
34
36 Copyright © 2006 Free Software Foundation.
37 Permission is granted to make and distribute verbatim copies of this
38 manual provided the copyright notice and this permission notice are
39 preserved on all copies.
40
42 The full documentation for gnutls is maintained as a Texinfo manual.
43 If the info and gnutls programs are properly installed at your site,
44 the command
45
46 info gnutls
47
48 should give you access to the complete manual.
49
50
51
52gnutls 1.6.3 gnutls_x509_crl_set_crt(3)