Add the STORE module
This STORE module adds the following functionality: - A function OSSL_STORE_open(), OSSL_STORE_load() and OSSL_STORE_close() that accesses a URI and helps loading the supported objects (PKEYs, CERTs and CRLs for the moment) from it. - An opaque type OSSL_STORE_INFO that holds information on each loaded object. - A few functions to retrieve desired data from a OSSL_STORE_INFO reference. - Functions to register and unregister loaders for different URI schemes. This enables dynamic addition of loaders from applications or from engines. Reviewed-by: NMatt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3542)
Showing
crypto/include/internal/store.h
0 → 100644
crypto/store/build.info
0 → 100644
crypto/store/store_err.c
0 → 100644
crypto/store/store_init.c
0 → 100644
crypto/store/store_lib.c
0 → 100644
crypto/store/store_locl.h
0 → 100644
crypto/store/store_register.c
0 → 100644
crypto/store/store_strings.c
0 → 100644
include/openssl/store.h
0 → 100644
include/openssl/storeerr.h
0 → 100644
想要评论请 注册 或 登录