]> git.ipfire.org Git - thirdparty/bind9.git/commit
Implement asynchronous message signature verification
authorAram Sargsyan <aram@isc.org>
Wed, 6 Mar 2024 11:06:27 +0000 (11:06 +0000)
committerNicki Křížek <nicki@isc.org>
Mon, 10 Jun 2024 15:33:10 +0000 (17:33 +0200)
commit710bf9b938b55fdc66df7e852ccc5a2ea0ac1ac2
tree6c082eadbdd4f59afc53c514e18ab5418ebde832
parent7f013ad05d1c81f9a3c54253c3298ee89d60ac76
Implement asynchronous message signature verification

Add support for using the offload threadpool to perform message
signature verifications. This should allow check SIG(0)-signed
messages without affecting the worker threads.
lib/dns/include/dns/message.h
lib/dns/message.c