]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add tracing messages to the provider api
authorNeil Horman <nhorman@openssl.org>
Sat, 5 Oct 2024 13:44:11 +0000 (09:44 -0400)
committerNeil Horman <nhorman@openssl.org>
Tue, 19 Nov 2024 13:36:19 +0000 (08:36 -0500)
commit11539fd7346736fe789dffe731bd311b8d59fc9d
tree38098892c4d2af37b5c81e51e679fd8e4f2da5b3
parent193296eaaa0e8deeef5bb72c451862395bb776d7
Add tracing messages to the provider api

Adds tracing messages to the
init/teardown/gettable_params/get_params/query/unquery operations for a
provider

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25630)
crypto/provider_core.c
test/trace_api_test.c