From 50ecedda40d0e57c635d673c1e66cb688ed9719e Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 8 Dec 2016 14:28:42 +0100 Subject: 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 (Merged from https://github.com/openssl/openssl/pull/3542) --- include/openssl/storeerr.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/openssl/storeerr.h b/include/openssl/storeerr.h index 1458574caa..1d8695592b 100644 --- a/include/openssl/storeerr.h +++ b/include/openssl/storeerr.h @@ -34,6 +34,7 @@ int ERR_load_OSSL_STORE_strings(void); # define OSSL_STORE_F_OSSL_STORE_INFO_GET1_PKEY 105 # define OSSL_STORE_F_OSSL_STORE_INFO_NEW_CERT 106 # define OSSL_STORE_F_OSSL_STORE_INFO_NEW_CRL 107 +# define OSSL_STORE_F_OSSL_STORE_INFO_NEW_EMBEDDED 123 # define OSSL_STORE_F_OSSL_STORE_INFO_NEW_NAME 109 # define OSSL_STORE_F_OSSL_STORE_INFO_NEW_PARAMS 110 # define OSSL_STORE_F_OSSL_STORE_INFO_NEW_PKEY 111 -- cgit v1.2.3