Branch: refs/heads/openssl-3.3 Home: https://github.com/openssl/openssl Commit: dfb60bbabb29f9a047154f3bbff5150e9922be68 https://github.com/openssl/openssl/commit/dfb60bbabb29f9a047154f3bbff5150e9922be68 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