openssl/crypto/store
Richard Levitte 6eaebfaab5 OSSL_STORE "file" scheme loader: check for absolute path in URI later
If we have a local file with a name starting with 'file:', we don't
want to check if the part after 'file:' is absolute.  Instead, mark
each possibility for absolute check if needed, and perform the
absolute check later on, when checking each actual path.

Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3907)
2017-07-15 18:53:07 +02:00
..
build.info Add a STORE loader for the "file" scheme 2017-06-29 11:55:31 +02:00
loader_file.c OSSL_STORE "file" scheme loader: check for absolute path in URI later 2017-07-15 18:53:07 +02:00
store_err.c OSSL_STORE: spell error reason correctly 2017-07-15 18:53:07 +02:00
store_init.c Add a STORE loader for the "file" scheme 2017-06-29 11:55:31 +02:00
store_lib.c OSSL_STORE: Treat URIs as files first (with exceptions), then as full URIs 2017-07-15 18:53:07 +02:00
store_locl.h Add internal functions to fetch PEM data from an opened BIO 2017-06-29 19:25:39 +02:00
store_register.c STORE: fix possible memory leak 2017-07-04 18:00:09 +02:00
store_strings.c Add the STORE module 2017-06-29 11:55:31 +02:00