diff options
author | Pauli <paul.dale@oracle.com> | 2019-09-10 10:05:57 +0200 |
---|---|---|
committer | Pauli <paul.dale@oracle.com> | 2019-09-27 08:21:51 +0200 |
commit | 0c452a51a5dfe061e5080ae484f1cd06772d8f47 (patch) | |
tree | 6c5e4ebed39bbcfebf0cc0c10eb7d44ec1c52216 /doc/man7/EVP_KDF-X942.pod | |
parent | Make OSSL_PARAM descriptions uniformly formatted. (diff) | |
download | openssl-0c452a51a5dfe061e5080ae484f1cd06772d8f47.tar.xz openssl-0c452a51a5dfe061e5080ae484f1cd06772d8f47.zip |
Reformat param description lines
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10024)
Diffstat (limited to 'doc/man7/EVP_KDF-X942.pod')
-rw-r--r-- | doc/man7/EVP_KDF-X942.pod | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/man7/EVP_KDF-X942.pod b/doc/man7/EVP_KDF-X942.pod index 06cafc30ac..1a4ab8131a 100644 --- a/doc/man7/EVP_KDF-X942.pod +++ b/doc/man7/EVP_KDF-X942.pod @@ -22,23 +22,23 @@ The supported parameters are: =over 4 -=item B<OSSL_KDF_PARAM_PROPERTIES> ("properties") <UTF8 string> +=item "properties" (B<OSSL_KDF_PARAM_PROPERTIES>) <UTF8 string> -=item B<OSSL_KDF_PARAM_DIGEST> ("digest") <UTF8 string> +=item "digest" (B<OSSL_KDF_PARAM_DIGEST>) <UTF8 string> These parameters work as described in L<EVP_KDF(3)/PARAMETERS>. -=item B<OSSL_KDF_PARAM_KEY> ("key") <octet string> +=item "key" (B<OSSL_KDF_PARAM_KEY>) <octet string> The shared secret used for key derivation. This parameter sets the secret. -=item B<OSSL_KDF_PARAM_UKM> ("ukm") <octet string> +=item "ukm" (B<OSSL_KDF_PARAM_UKM>) <octet string> This parameter is an optional random string that is provided by the sender called "partyAInfo". In CMS this is the user keying material. -=item B<OSSL_KDF_PARAM_CEK_ALG> ("cekalg") <UTF8 string> +=item "cekalg" (B<OSSL_KDF_PARAM_CEK_ALG>) <UTF8 string> This parameter sets the CEK wrapping algorithm name. |