Add testcase for OSSL_trace_set_callback()
authorTomas Mraz <tomas@openssl.org>
Thu, 15 Dec 2022 14:54:54 +0000 (15:54 +0100)
committerTomas Mraz <tomas@openssl.org>
Thu, 22 Dec 2022 10:33:48 +0000 (11:33 +0100)
commite64a169fc678b5e57db28d06c25020d69bc61e4c
tree40a53cb3d924d74d4040db227c3587b46b0541e9
parent78bd646b2f6a18cf8515e05a5f3efadff03b3920
Add testcase for OSSL_trace_set_callback()

Also test the OSSL_TRACE_CATEGORY_TRACE tracing - this fails
on address sanitizer runs without the fix for #19915

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/19917)
test/trace_api_test.c