Branch: refs/heads/master
Home: https://github.openssl.org/openssl/openssl
Commit: 7d6aad832b4cebb181c53ab80a3f61dc8549be08
https://github.openssl.org/openssl/openssl/commit/7d6aad832b4cebb181c53ab80a3f61dc8549be08
Author: Matt Caswell <[email protected]>
Date: 2022-06-08 (Wed, 08 Jun 2022)
Changed paths:
M providers/implementations/keymgmt/ec_kmgmt.c
Log Message:
-----------
Don't report success from ec_export if OSSL_PARAM_BLD_to_param failed
If the call to OSSL_PARAM_BLD_to_param() failed then ec_export was
reporting success, even though it has never called the param_cb.
Found due to:
https://github.com/openssl/openssl/pull/18355#issuecomment-1145993650
Reviewed-by: Tomas Mraz <[email protected]>
Reviewed-by: Paul Dale <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/18483)