Branch: refs/heads/openssl-3.2 Home: https://github.com/openssl/openssl Commit: a4daab0c29bce044d385bdeada177a88c32cba4c https://github.com/openssl/openssl/commit/a4daab0c29bce044d385bdeada177a88c32cba4c Author: Tomas Mraz <to...@openssl.org> Date: 2024-06-21 (Fri, 21 Jun 2024)
Changed paths: M crypto/evp/pmeth_lib.c Log Message: ----------- Fix regression of EVP_PKEY_CTX_add1_hkdf_info() with older providers If there is no get_ctx_params() implemented in the key exchange provider implementation the fallback will not work. Instead check the gettable_ctx_params() to see if the fallback should be performed. Fixes #24611 Reviewed-by: Paul Dale <ppz...@gmail.com> Reviewed-by: Tom Cosgrove <tom.cosgr...@arm.com> (Merged from https://github.com/openssl/openssl/pull/24661) (cherry picked from commit 663dbc9c9c897392a9f9d18aa9a8400ca024dc5d) To unsubscribe from these emails, change your notification settings at https://github.com/openssl/openssl/settings/notifications