summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl
diff options
context:
space:
mode:
authorreyk <>2015-01-22 09:12:57 +0000
committerreyk <>2015-01-22 09:12:57 +0000
commitab992313cf0983a16f4f53aa153303043aec169f (patch)
tree42f292263609c4df75e6a4d780bcc3cc53130658 /src/lib/libssl/ssl
parent862d0b8723d1dd780e301615518a21818f474a9c (diff)
downloadopenbsd-ab992313cf0983a16f4f53aa153303043aec169f.tar.gz
openbsd-ab992313cf0983a16f4f53aa153303043aec169f.tar.bz2
openbsd-ab992313cf0983a16f4f53aa153303043aec169f.zip
Support CA verification in chroot'ed processes without direct file
access to the certificates. SSL_CTX_load_verify_mem() is a frontend to the new X509_STORE_load_mem() function that allows to load the CA chain from a memory buffer that is holding the PEM-encoded files. This function allows to handle the verification in privsep'ed code. Adopted for LibreSSL based on older code from relayd (by pyr@ and myself) With feedback and OK bluhm@
Diffstat (limited to 'src/lib/libssl/ssl')
-rw-r--r--src/lib/libssl/ssl/shlib_version2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libssl/ssl/shlib_version b/src/lib/libssl/ssl/shlib_version
index 079346fa7b..10f084cda1 100644
--- a/src/lib/libssl/ssl/shlib_version
+++ b/src/lib/libssl/ssl/shlib_version
@@ -1,2 +1,2 @@
1major=30 1major=30
2minor=0 2minor=1