From: Dr. David von Oheimb Date: Sun, 16 Jul 2023 12:55:35 +0000 (+0200) Subject: EVP_KDF.pod: extend text on 'salt' and 'info' parameters X-Git-Tag: openssl-3.2.0-alpha1~400 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=61c8146aa36b84afd9d83c87c9a01138979ffd60;p=thirdparty%2Fopenssl.git EVP_KDF.pod: extend text on 'salt' and 'info' parameters Reviewed-by: Tomas Mraz Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/21469) --- diff --git a/doc/man3/EVP_KDF.pod b/doc/man3/EVP_KDF.pod index 3c8914bd263..374318cbcfd 100644 --- a/doc/man3/EVP_KDF.pod +++ b/doc/man3/EVP_KDF.pod @@ -191,7 +191,7 @@ For those KDF implementations that support it, this parameter sets the password. =item "salt" (B) -Some KDF implementations can take a salt. +Some KDF implementations can take a non-secret unique cryptographic salt. For those KDF implementations that support it, this parameter sets the salt. The default value, if any, is implementation dependent. @@ -229,7 +229,10 @@ sets the key. =item "info" (B) -This parameter sets the info, fixed info, other info or shared info value. +Some KDF implementations, such as L, take an 'info' parameter +for binding the derived key material +to application- and context-specific information. +This parameter sets the info, fixed info, other info or shared info argument. You can specify this parameter multiple times, and each instance will be concatenated to form the final value.