Fix CVE-2017-6891 in minitasn1 code
[platform/upstream/gnutls.git] / doc / functions / gnutls_certificate_free_cas
1
2
3
4
5 @deftypefun {void} {gnutls_certificate_free_cas} (gnutls_certificate_credentials_t @var{sc})
6 @var{sc}: is a @code{gnutls_certificate_credentials_t}  structure.
7
8 This function will delete all the CAs associated with the given
9 credentials. Servers that do not use
10 @code{gnutls_certificate_verify_peers2()}  may call this to save some
11 memory.
12 @end deftypefun