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-SSHKDF.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-SSHKDF.pod')
-rw-r--r-- | doc/man7/EVP_KDF-SSHKDF.pod | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/man7/EVP_KDF-SSHKDF.pod b/doc/man7/EVP_KDF-SSHKDF.pod index e1350e951b..bcf3ff5f69 100644 --- a/doc/man7/EVP_KDF-SSHKDF.pod +++ b/doc/man7/EVP_KDF-SSHKDF.pod @@ -26,22 +26,22 @@ 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> -=item B<OSSL_KDF_PARAM_KEY> ("key") <octet string> +=item "key" (B<OSSL_KDF_PARAM_KEY>) <octet string> These parameters work as described in L<EVP_KDF(3)/PARAMETERS>. -=item B<OSSL_KDF_PARAM_SSHKDF_XCGHASH> ("xcghash") <octet string> +=item "xcghash" (B<OSSL_KDF_PARAM_SSHKDF_XCGHASH>) <octet string> -=item B<OSSL_KDF_PARAM_SSHKDF_SESSION_ID> ("session_id") <octet string> +=item "session_id" (B<OSSL_KDF_PARAM_SSHKDF_SESSION_ID>) <octet string> These parameters set the respective values for the KDF. If a value is already set, the contents are replaced. -=item B<OSSL_KDF_PARAM_SSHKDF_TYPE> ("type") <integer> +=item "type" (B<OSSL_KDF_PARAM_SSHKDF_TYPE>) <integer> This parameter sets the type for the SSHHKDF operation. There are six supported types: |