From 3d1becd42aecbd00c2514bac7b5e8e33f097fdc2 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Mon, 3 May 2021 14:14:54 +0200 Subject: provider-storemgmt: Document the input-type and properties parameters. Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/15100) --- doc/man7/provider-storemgmt.pod | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/man7/provider-storemgmt.pod b/doc/man7/provider-storemgmt.pod index 32f4e467ac..d34f0377ae 100644 --- a/doc/man7/provider-storemgmt.pod +++ b/doc/man7/provider-storemgmt.pod @@ -153,6 +153,16 @@ fingerprint, computed with the given digest. Indicates that the caller wants to search for an object with the given alias (some call it a "friendly name"). +=item "properties" (B + +Property string to use when querying for algorithms such as the B +decoder implementations. + +=item "input-type" (B + +Type of the input format as a hint to use when decoding the objects in the +store. + =back Several of these search criteria may be combined. For example, to -- cgit v1.2.3