STORE: Add a OSSL_STORE_INFO type to help support file handler restarts
authorRichard Levitte <levitte@openssl.org>
Thu, 8 Dec 2016 13:28:42 +0000 (14:28 +0100)
committerRichard Levitte <levitte@openssl.org>
Thu, 29 Jun 2017 09:55:31 +0000 (11:55 +0200)
commit50ecedda40d0e57c635d673c1e66cb688ed9719e
tree561d977533d62ca40f2ba85316c932efe22746fd
parent6d737ea09ba62b15df00cd99c4728a4dc55086df
STORE: Add a OSSL_STORE_INFO type to help support file handler restarts

Some containers might very simply decode into something new that
deserves to be considered as new (embedded) data.  With the help of a
special OSSL_STORE_INFO type, make that new data available to the
loader functions so they can start over.

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