[openssl/openssl] dfb60b: Fix regression of EVP_PKEY_CTX_add1_hkdf_info() wi...
Tomáš Mráz
noreply at github.com
Fri Jun 21 14:43:55 UTC 2024
Branch: refs/heads/openssl-3.3
Home: https://github.com/openssl/openssl
Commit: dfb60bbabb29f9a047154f3bbff5150e9922be68
https://github.com/openssl/openssl/commit/dfb60bbabb29f9a047154f3bbff5150e9922be68
Author: Tomas Mraz <tomas at 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 <ppzgs1 at gmail.com>
Reviewed-by: Tom Cosgrove <tom.cosgrove at 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
More information about the openssl-commits
mailing list