1gnutls_certificate_free_crls(3) gnutls gnutls_certificate_free_crls(3)
2
3
4
6 gnutls_certificate_free_crls - API function
7
9 #include <gnutls/gnutls.h>
10
11 void gnutls_certificate_free_crls(gnutls_certificate_credentials_t sc);
12
14 gnutls_certificate_credentials_t sc
15 is a gnutls_certificate_credentials_t structure.
16
18 This function will delete all the CRLs associated with the given cre‐
19 dentials.
20
22 Report bugs to <bug-gnutls@gnu.org>. GnuTLS home page:
23 http://www.gnu.org/software/gnutls/ General help using GNU software:
24 http://www.gnu.org/gethelp/
25
27 Copyright © 2008 Free Software Foundation.
28 Copying and distribution of this file, with or without modification,
29 are permitted in any medium without royalty provided the copyright
30 notice and this notice are preserved.
31
33 The full documentation for gnutls is maintained as a Texinfo manual.
34 If the info and gnutls programs are properly installed at your site,
35 the command
36
37 info gnutls
38
39 should give you access to the complete manual.
40
41
42
43gnutls 2.12.6.1 gnutls_certificate_free_crls(3)