introduce gnutls_certificate_set_x509_system_trust
commitd5633875724fe383adb4e994fc72bd7c64acb197
authorLudwig Nussel <ludwig.nussel@suse.de>
Tue, 8 May 2012 14:28:25 +0000 (8 16:28 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 9 May 2012 14:27:43 +0000 (9 16:27 +0200)
tree8bae9e8b4a36cb39244d89bca6415739962abeb5
parent30ad4976249aa9e402eb27081ade06928f3066f0
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