1gnutls_certificate_free_ca_names(3) gnutls gnutls_certificate_free_ca_names(3)
2
3
4
6 gnutls_certificate_free_ca_names - API function
7
9 #include <gnutls/gnutls.h>
10
11 void gnutls_certificate_free_ca_names(gnutls_certificate_credentials_t
12 sc);
13
15 gnutls_certificate_credentials_t sc
16 is a gnutls_certificate_credentials_t type.
17
19 This function will delete all the CA name in the given credentials.
20 Clients may call this to save some memory since in client side the CA
21 names are not used. Servers might want to use this function if a large
22 list of trusted CAs is present and sending the names of it would just
23 consume bandwidth without providing information to client.
24
25 CA names are used by servers to advertise the CAs they support to
26 clients.
27
29 Report bugs to <bugs@gnutls.org>.
30 Home page: http://www.gnutls.org
31
32
34 Copyright © 2001-2018 Free Software Foundation, Inc., and others.
35 Copying and distribution of this file, with or without modification,
36 are permitted in any medium without royalty provided the copyright
37 notice and this notice are preserved.
38
40 The full documentation for gnutls is maintained as a Texinfo manual.
41 If the /usr/share/doc/gnutls/ directory does not contain the HTML form
42 visit
43
44 http://www.gnutls.org/manual/
45
46gnutls 3.6.5 gnutls_certificate_free_ca_names(3)