]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add key_type to the derive_skey function
authorDmitry Belyavskiy <beldmit@gmail.com>
Mon, 8 Sep 2025 18:50:59 +0000 (20:50 +0200)
committerTomas Mraz <tomas@openssl.org>
Wed, 10 Sep 2025 12:59:32 +0000 (14:59 +0200)
commitc4aa51747026a07dbdaff1fcaf306ce66ef41828
tree5b6cc9b3325545e16d93e484cd6e9b6768f1385a
parent0daaf33275196dd5af9535d69b0d521b9e4d03de
Add key_type to the derive_skey function

In some cases this information is necessary on the provider side

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28486)
crypto/evp/exchange.c
crypto/evp/kdf_lib.c
doc/man7/provider-kdf.pod
doc/man7/provider-keyexch.pod
include/openssl/core_dispatch.h
providers/implementations/exchange/ecdh_exch.c.in
providers/implementations/kdfs/pbkdf1.c.in