From 13941d438458068d4150c5899f6bbc0add393cc4 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Thu, 7 Apr 2022 16:48:06 +0200 Subject: [PATCH] Add missing documentation of OSSL_FUNC_store_export_object() Reviewed-by: Paul Dale Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/17554) --- doc/man7/provider-storemgmt.pod | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/man7/provider-storemgmt.pod b/doc/man7/provider-storemgmt.pod index d38e8e53d70..611f24930c0 100644 --- a/doc/man7/provider-storemgmt.pod +++ b/doc/man7/provider-storemgmt.pod @@ -105,6 +105,15 @@ further loading. OSSL_FUNC_store_close() frees the provider side context I. +When a provider-native object is created by a store manager it would be unsuitable +for direct use with a foreign provider. The export function allows for +exporting the object to that foreign provider if the foreign provider +supports the type of the object and provides an import function. + +OSSL_FUNC_store_export_object() should export the object of size I +referenced by I as an B array and pass that to the +I as well as the given I. + =head2 Load Parameters =over 4 -- 2.47.2