introduce gnutls_certificate_set_x509_system_trust
commit076626b83619dcc5638e27b92240c3d4d696a92d
authorLudwig Nussel <ludwig.nussel@suse.de>
Tue, 8 May 2012 14:28:25 +0000 (8 16:28 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 10 May 2012 18:28:21 +0000 (10 20:28 +0200)
tree2f35f208848e6b7f6f7a7e94218df4cb062c173d
parent8182e8059ea649d0296a71652cb59f6411293845
introduce gnutls_certificate_set_x509_system_trust

gnutls_certificate_set_x509_system_trust() imports the trusted root CA's
from a compile time defined location. That way applications don't
need to know.

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
configure.ac
doc/Makefile.am
doc/manpages/Makefile.am
lib/gnutls_x509.c
lib/includes/gnutls/gnutls.h.in
lib/libgnutls.map
src/cli.c