Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 openssl#24611 Reviewed-by: Paul Dale <[email protected]> Reviewed-by: Tom Cosgrove <[email protected]> (Merged from openssl#24661) (cherry picked from commit 663dbc9)
- Loading branch information