STORE 'file' scheme loader: Add directory listing capability
authorRichard Levitte <levitte@openssl.org>
Tue, 7 Feb 2017 15:19:40 +0000 (16:19 +0100)
committerRichard Levitte <levitte@openssl.org>
Thu, 29 Jun 2017 09:55:32 +0000 (11:55 +0200)
commit970f467ac32af4fb5680eb5bc845f35618468bed
tree482c3bdd41083e34564ec688833a81d94b12d184
parent7ad2ef366c3e96747dabee232a10b33d8fd2262a
STORE 'file' scheme loader: Add directory listing capability

This has it recognised when the given path is a directory.  In that
case, the file loader will give back a series of names, all as URI
formatted as possible given the incoming URI.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3542)
crypto/err/err.c
crypto/err/openssl.txt
crypto/store/loader_file.c
crypto/store/store_err.c
include/openssl/err.h
include/openssl/storeerr.h