]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix the "Out of memory" EVP KDF scrypt test
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Fri, 27 Aug 2021 11:11:39 +0000 (13:11 +0200)
committerBernd Edlinger <bernd.edlinger@hotmail.de>
Sat, 28 Aug 2021 14:49:25 +0000 (16:49 +0200)
commitdc3520b1ad3e1d70b899210bacc002318ebe276a
tree9723191ef3da91edf414db025cbf6a6a6c04c93f
parent876b7e97b848ba179c1dbe4a4a265dfffae0eba6
Fix the "Out of memory" EVP KDF scrypt test

This test did not really execute, since usually
the OPENSSL_malloc(0) will fail and prevent the
execution of the KDF.

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16446)
test/evp_test.c
test/recipes/30-test_evp_data/evpkdf.txt