]> git.ipfire.org Git - thirdparty/openssl.git/commit
speed: Always reset the outlen when calling EVP_PKEY_derive
authorTomas Mraz <tomas@openssl.org>
Mon, 11 Jul 2022 10:49:56 +0000 (12:49 +0200)
committerHugo Landau <hlandau@openssl.org>
Wed, 13 Jul 2022 06:35:55 +0000 (07:35 +0100)
commitab8d56d05b773e499c86be874fd3f11f5950213c
tree1e3d293012488b5f12657bdc7883a84071b3ea9b
parent9574842e90e29015daa2b071e965cec9aa885c17
speed: Always reset the outlen when calling EVP_PKEY_derive

Fixes #18768

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18777)
apps/speed.c