bind9/tests
Aram Sargsyan f0cde05e06
Implement asynchronous view matching for SIG(0)-signed queries
View matching on an incoming query checks the query's signature,
which can be a CPU-heavy task for a SIG(0)-signed message. Implement
an asynchronous mode of the view matching function which uses the
offloaded signature checking facilities, and use it for the incoming
queries.
2024-06-10 17:33:10 +02:00
..
bench use a thread-local variable to get the current running loop 2024-04-02 10:35:56 +02:00
dns Use isc_queue to implement wait-free deadnodes queue 2024-06-05 09:19:56 +02:00
include/tests Clang-format header file changes 2024-05-17 16:03:21 -07:00
irs Include <inttypes.h> whenever including <cmocka.h> 2023-05-18 15:12:23 +02:00
isc complete removal of isc_loop_current() 2024-04-02 10:35:56 +02:00
isccfg Include <inttypes.h> whenever including <cmocka.h> 2023-05-18 15:12:23 +02:00
libtest Implement asynchronous view matching for SIG(0)-signed queries 2024-06-10 17:33:10 +02:00
ns Change dns_message_create() function to accept memory pools 2023-09-24 18:07:40 +02:00
.gitignore Move all the unit tests to /tests/<libname>/ 2022-05-28 14:53:02 -07:00
Makefile.am Build libtest even if CMOCKA is not available 2023-03-29 02:29:18 +00:00
unit-test-driver.sh.in Reformat shell scripts with shfmt 2023-10-26 10:23:50 +02:00