diff options
author | Tomas Mraz <tomas@openssl.org> | 2021-05-06 13:28:13 +0200 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2021-05-07 15:40:56 +0200 |
commit | c9f18e5990654e83bab77eb2a80ed0073293d952 (patch) | |
tree | a7b75f93612976a97bd958a839549d372e5805a6 /doc/man7/EVP_KDF-KB.pod | |
parent | Fixes #14662. Return all EC parameters even for named curves (diff) | |
download | openssl-c9f18e5990654e83bab77eb2a80ed0073293d952.tar.xz openssl-c9f18e5990654e83bab77eb2a80ed0073293d952.zip |
Unify parameter types in documentation
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15178)
Diffstat (limited to 'doc/man7/EVP_KDF-KB.pod')
-rw-r--r-- | doc/man7/EVP_KDF-KB.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man7/EVP_KDF-KB.pod b/doc/man7/EVP_KDF-KB.pod index 3020a42a81..d4fad66f76 100644 --- a/doc/man7/EVP_KDF-KB.pod +++ b/doc/man7/EVP_KDF-KB.pod @@ -47,12 +47,12 @@ The value is either CMAC or HMAC. The seed parameter is unused in counter mode. -=item "use-l" (B<OSSL_KDF_PARAM_KBKDF_USE_L>) <int> +=item "use-l" (B<OSSL_KDF_PARAM_KBKDF_USE_L>) <integer> Set to B<0> to disable use of the optional Fixed Input data 'L' (see SP800-108). The default value of B<1> will be used if unspecified. -=item "use-separator" (B<OSSL_KDF_PARAM_KBKDF_USE_SEPARATOR>) <int> +=item "use-separator" (B<OSSL_KDF_PARAM_KBKDF_USE_SEPARATOR>) <integer> Set to B<0> to disable use of the optional Fixed Input data 'zero separator' (see SP800-108) that is placed between the Label and Context. |