]> git.ipfire.org Git - thirdparty/openssl.git/commit
kdf: use generated param name alias handling
authorPauli <ppzgs1@gmail.com>
Thu, 10 Jul 2025 00:41:51 +0000 (10:41 +1000)
committerTomas Mraz <tomas@openssl.org>
Thu, 31 Jul 2025 18:21:25 +0000 (20:21 +0200)
commitd847a4722254d25e23c6a8dc5b3aa8173cefcab3
treea2616a94154d2d92c9c4e75df1aa38c606a722f2
parent1d221516cdff8e0674a097e5913c16b5ea26bedc
kdf: use generated param name alias handling

secret or key is the common one but ukm and partyu-info are also aliases for
the X9.42 KDF.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27923)
providers/implementations/kdfs/sskdf.c.in
providers/implementations/kdfs/x942kdf.c.in