]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix use after free bugs for public_keys and private_keys in evp_test
authorTobias Brick <tobiasb@microsoft.com>
Thu, 17 Apr 2025 14:50:36 +0000 (14:50 +0000)
committerTomas Mraz <tomas@openssl.org>
Mon, 5 May 2025 14:03:09 +0000 (16:03 +0200)
commit81e8b5a5038b4952a22b2dc9fcf9994615ee8dc4
tree6b326e9436720d8d1e97f0631429c7dcfbadef12
parent9da1a9c30e105571dc09ad7bcf756872a99027a7
Fix use after free bugs for public_keys and private_keys in evp_test

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27421)
test/evp_test.c