1gnutls_x509_trust_list_remove_trust_mggennmuu(tt3ll)ss_x509_trust_list_remove_trust_mem(3)
2
3
4
6 gnutls_x509_trust_list_remove_trust_mem - API function
7
9 #include <gnutls/x509.h>
10
11 int gnutls_x509_trust_list_remove_trust_mem(gnutls_x509_trust_list_t
12 list, const gnutls_datum_t * cas, gnutls_x509_crt_fmt_t type);
13
15 gnutls_x509_trust_list_t list
16 The list
17
18 const gnutls_datum_t * cas
19 A buffer containing a list of CAs (optional)
20
21 gnutls_x509_crt_fmt_t type
22 The format of the certificates
23
25 This function will remove the provided certificate authorities from the
26 trusted list, and add them into a black list when needed.
27
28 See also gnutls_x509_trust_list_remove_cas().
29
31 The number of removed elements is returned.
32
34 3.1.10
35
37 Report bugs to <bugs@gnutls.org>.
38 Home page: https://www.gnutls.org
39
40
42 Copyright © 2001- Free Software Foundation, Inc., and others.
43 Copying and distribution of this file, with or without modification,
44 are permitted in any medium without royalty provided the copyright no‐
45 tice and this notice are preserved.
46
48 The full documentation for gnutls is maintained as a Texinfo manual.
49 If the /usr/share/doc/gnutls/ directory does not contain the HTML form
50 visit
51
52 https://www.gnutls.org/manual/
53
54gnutls g3n.u7t.l8s_x509_trust_list_remove_trust_mem(3)