openssl/test/testutil
Pauli f31bbeff04 testutil: preserve app_malloc()'s failure behaviour
app_malloc() terminates execution if the allocation fails.  The tests implement
their own app_malloc() in an attempt to reduce the amount of code pulled in.

This version also needs to terminate on failed allocation.  The alternative
would be adding failed allocation checks pervasively throughout the apps's
commands.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15836)
2021-06-22 17:18:59 +10:00
..
apps_mem.c testutil: preserve app_malloc()'s failure behaviour 2021-06-22 17:18:59 +10:00
basic_output.c
cb.c
driver.c
fake_random.c
format_output.c
load.c Ensure libctx/propq is propagated when handling X509_REQ 2021-06-05 17:39:27 +10:00
main.c
options.c
output.c
output.h
provider.c Update copyright year 2021-06-17 13:24:59 +01:00
random.c
stanza.c
test_cleanup.c
test_options.c
tests.c
testutil_init.c
tu_local.h