Blame doc/functions/gnutls_certificate_get_trust_list

Packit aea12f
Packit aea12f
Packit aea12f
Packit aea12f
@deftypefun {void} {gnutls_certificate_get_trust_list} (gnutls_certificate_credentials_t @var{res}, gnutls_x509_trust_list_t * @var{tlist})
Packit aea12f
@var{res}: is a @code{gnutls_certificate_credentials_t}  type.
Packit aea12f
Packit aea12f
@var{tlist}: Location where to store the trust list.
Packit aea12f
Packit aea12f
Obtains the list of trusted certificates stored in  @code{res} and writes a
Packit aea12f
pointer to it to the location  @code{tlist} . The pointer will point to memory
Packit aea12f
internal to  @code{res} , and must not be deinitialized. It will be automatically
Packit aea12f
deallocated when the  @code{res} structure is deinitialized.
Packit aea12f
Packit aea12f
@strong{Since:} 3.4.0
Packit aea12f
@end deftypefun