![]() |
![]()
| ![]() |
![]()
NAMEgnutls_certificate_set_x509_trust_dir - API function SYNOPSIS#include <gnutls/gnutls.h> int gnutls_certificate_set_x509_trust_dir(gnutls_certificate_credentials_t cred, const char * ca_dir, gnutls_x509_crt_fmt_t type); ARGUMENTS
DESCRIPTIONThis function adds the trusted CAs present in the directory in order to verify client or server certificates. This function is identical to gnutls_certificate_set_x509_trust_file() but loads all certificates in a directory. RETURNSthe number of certificates processed SINCE3.3.6 REPORTING BUGSReport bugs to <bugs@gnutls.org>.
COPYRIGHTCopyright © 2001-2023 Free Software Foundation, Inc., and
others.
SEE ALSOThe full documentation for gnutls is maintained as a Texinfo manual. If the /usr/local/share/doc/gnutls/ directory does not contain the HTML form visit
|