openssl/crypto/store
Richard Levitte 6e2f49b384 Make sure OSSL_STORE_load() isn't caught in an endless loop
The post process callback might potentially say "no" to everything (by
constantly returning NULL) and thereby cause an endless loop.  Ensure
that we stop all processing when "eof" is reached.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/3823)
2017-07-03 07:47:13 +02:00
..
build.info Add a STORE loader for the "file" scheme 2017-06-29 11:55:31 +02:00
loader_file.c STORE 'file' scheme loader: DNS name in URI is case insensitive 2017-07-02 11:54:40 +02:00
store_err.c STORE: Make sure the loader to be registered is complete 2017-06-29 22:11:40 +02:00
store_init.c Add a STORE loader for the "file" scheme 2017-06-29 11:55:31 +02:00
store_lib.c Make sure OSSL_STORE_load() isn't caught in an endless loop 2017-07-03 07:47:13 +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: Make sure the loader to be registered is complete 2017-06-29 22:11:40 +02:00
store_strings.c