Blame doc/functions/gnutls_certificate_free_ca_names

Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
@deftypefun {void} {gnutls_certificate_free_ca_names} (gnutls_certificate_credentials_t @var{sc})
Packit Service 4684c1
@var{sc}: is a @code{gnutls_certificate_credentials_t}  type.
Packit Service 4684c1
Packit Service 4684c1
This function will delete all the CA name in the given
Packit Service 4684c1
credentials. Clients may call this to save some memory since in
Packit Service 4684c1
client side the CA names are not used. Servers might want to use
Packit Service 4684c1
this function if a large list of trusted CAs is present and
Packit Service 4684c1
sending the names of it would just consume bandwidth without providing
Packit Service 4684c1
information to client.
Packit Service 4684c1
Packit Service 4684c1
CA names are used by servers to advertise the CAs they support to
Packit Service 4684c1
clients.
Packit Service 4684c1
@end deftypefun