diff options
author | reyk <> | 2015-01-22 09:16:24 +0000 |
---|---|---|
committer | reyk <> | 2015-01-22 09:16:24 +0000 |
commit | 138944aeef27fb00df60db6f46ef653726b4ca5a (patch) | |
tree | 0cd70582ac032f525e31a6921611469898b556c3 /src/lib/libtls/shlib_version | |
parent | d0ef2b563d4291f81a8f9ed7cd02bdfbaa8cc5f4 (diff) | |
download | openbsd-138944aeef27fb00df60db6f46ef653726b4ca5a.tar.gz openbsd-138944aeef27fb00df60db6f46ef653726b4ca5a.tar.bz2 openbsd-138944aeef27fb00df60db6f46ef653726b4ca5a.zip |
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@
Diffstat (limited to 'src/lib/libtls/shlib_version')
-rw-r--r-- | src/lib/libtls/shlib_version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libtls/shlib_version b/src/lib/libtls/shlib_version index 1edea46de9..893819d18f 100644 --- a/src/lib/libtls/shlib_version +++ b/src/lib/libtls/shlib_version | |||
@@ -1,2 +1,2 @@ | |||
1 | major=1 | 1 | major=1 |
2 | minor=0 | 2 | minor=1 |