diff options
author | Tomas Mraz <tomas@openssl.org> | 2021-05-03 14:14:54 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2021-05-06 12:43:32 +0200 |
commit | 3d1becd42aecbd00c2514bac7b5e8e33f097fdc2 (patch) | |
tree | ab522de574ff83fa907d418b05468c37ba52af82 | |
parent | Update gost-engine to make it compatible with the added params (diff) | |
download | openssl-3d1becd42aecbd00c2514bac7b5e8e33f097fdc2.tar.xz openssl-3d1becd42aecbd00c2514bac7b5e8e33f097fdc2.zip |
provider-storemgmt: Document the input-type and properties parameters.
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15100)
-rw-r--r-- | doc/man7/provider-storemgmt.pod | 10 |
1 files changed, 10 insertions, 0 deletions
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<OSSL_STORE_PARAM_PROPERTIES) <utf8 string> + +Property string to use when querying for algorithms such as the B<OSSL_DECODER> +decoder implementations. + +=item "input-type" (B<OSSL_STORE_PARAM_INPUT_TYPE) <utf8 string> + +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 |