]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
doc: document that the "info" KDF param concatenates
authorPauli <pauli@openssl.org>
Thu, 13 Apr 2023 02:20:08 +0000 (12:20 +1000)
committerPauli <pauli@openssl.org>
Tue, 25 Apr 2023 22:01:46 +0000 (08:01 +1000)
Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20724)

doc/man3/EVP_KDF.pod

index 3b4e2b79aa145803c55ae31d0f9dd621c36db996..3c8914bd263a05ba77ba38816cbeb636c5344c1d 100644 (file)
@@ -227,6 +227,12 @@ Some KDF implementations require a key.
 For those KDF implementations that support it, this octet string parameter
 sets the key.
 
+=item "info" (B<OSSL_KDF_PARAM_INFO>) <octet string>
+
+This parameter sets the info, fixed info, other info or shared info value.
+You can specify this parameter multiple times, and each instance will
+be concatenated to form the final value.
+
 =item "maclen" (B<OSSL_KDF_PARAM_MAC_SIZE>) <unsigned integer>
 
 Used by implementations that use a MAC with a variable output size (KMAC).