summaryrefslogtreecommitdiffstats
path: root/doc/man7
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2021-01-27 10:22:41 +0100
committerTomas Mraz <tomas@openssl.org>2021-02-05 14:04:59 +0100
commit26372a4d44f0b4ef5423228b8bf975a5a7c814cb (patch)
treea1b41e0022a849ef3bf88798013fc170c466b54a /doc/man7
parente60147fe74c202ef3ce5d36115252b7c3c504cd7 (diff)
provider-signature.pod: Fix formatting.
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/13988)
Diffstat (limited to 'doc/man7')
-rw-r--r--doc/man7/provider-signature.pod8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man7/provider-signature.pod b/doc/man7/provider-signature.pod
index bf10b6572c..222693854f 100644
--- a/doc/man7/provider-signature.pod
+++ b/doc/man7/provider-signature.pod
@@ -323,10 +323,10 @@ follows.
=item "digest" (B<OSSL_SIGNATURE_PARAM_DIGEST>) <UTF8 string>
-Get or sets the name of the digest algorithm used for the input to the signature
-functions. It is required in order to calculate the "algorithm-id".
+Get or sets the name of the digest algorithm used for the input to the
+signature functions. It is required in order to calculate the "algorithm-id".
-= item "properties" (B<OSSL_SIGNATURE_PARAM_PROPERTIES>) <UTF8 string>
+=item "properties" (B<OSSL_SIGNATURE_PARAM_PROPERTIES>) <UTF8 string>
Sets the name of the property query associated with the "digest" algorithm.
NULL is used if this optional value is not set.
@@ -337,7 +337,7 @@ Gets or sets the output size of the digest algorithm used for the input to the
signature functions.
The length of the "digest-size" parameter should not exceed that of a B<size_t>.
-= item "algorithm-id" (B<OSSL_SIGNATURE_PARAM_ALGORITHM_ID>) <octet string>
+=item "algorithm-id" (B<OSSL_SIGNATURE_PARAM_ALGORITHM_ID>) <octet string>
Gets the DER encoded AlgorithmIdentifier that corresponds to the combination of
signature algorithm and digest algorithm for the signature operation.