mirror of
https://github.com/openssl/openssl.git
synced 2025-02-23 14:42:15 +08:00
doc: document that the "info" KDF param concatenates
Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20724)
This commit is contained in:
parent
8d18f20800
commit
fc374a087e
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user