summaryrefslogtreecommitdiffstats
path: root/doc/man7/EVP_KDF-PBKDF2.pod
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2019-09-10 18:05:57 +1000
committerPauli <paul.dale@oracle.com>2019-09-27 16:21:51 +1000
commit0c452a51a5dfe061e5080ae484f1cd06772d8f47 (patch)
tree6c5e4ebed39bbcfebf0cc0c10eb7d44ec1c52216 /doc/man7/EVP_KDF-PBKDF2.pod
parentd56eba1fd109faa2c25fcb7cb2d9ee85e62b827f (diff)
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-PBKDF2.pod')
-rw-r--r--doc/man7/EVP_KDF-PBKDF2.pod12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/man7/EVP_KDF-PBKDF2.pod b/doc/man7/EVP_KDF-PBKDF2.pod
index d93dff68cc..e18816b544 100644
--- a/doc/man7/EVP_KDF-PBKDF2.pod
+++ b/doc/man7/EVP_KDF-PBKDF2.pod
@@ -24,21 +24,21 @@ The supported parameters are:
=over 4
-=item B<OSSL_KDF_PARAM_PASSWORD> ("pass") <octet string>
+=item "pass" (B<OSSL_KDF_PARAM_PASSWORD>) <octet string>
-=item B<OSSL_KDF_PARAM_SALT> ("salt") <octet string>
+=item "salt" (B<OSSL_KDF_PARAM_SALT>) <octet string>
-=item B<OSSL_KDF_PARAM_ITER> ("iter") <unsigned integer>
+=item "iter" (B<OSSL_KDF_PARAM_ITER>) <unsigned integer>
This parameter has a default value of 2048.
-=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_PKCS5> ("pkcs5") <integer>
+=item "pkcs5" (B<OSSL_KDF_PARAM_PKCS5>) <integer>
This parameter can be used to enable or disable SP800-132 compliance checks.
Setting the mode to 0 enables the compliance checks.