CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/01/22 02:16:24
Modified files:
lib/libtls : shlib_version tls.h tls_client.c tls_config.c
tls_init.3 tls_internal.h
Log message:
Allow to to load the CA chain directly from memory instead of
specifying a file. This enables CA verification in privsep'ed
processes that are running chroot'ed without direct access to the
certificate files.
With feedback, tests, and OK from bluhm@
