fuzz: Create fuzzers with default and custom crypto plugins

The pa_tnc fuzzer does not rely on any plugins and the pb_tnc fuzzer is
a bit special in that it does use code from the tnccs-20 plugin, but that
doesn't actually have to be loaded as such. The fuzzer directly calls
statically linked code from the plugin.
This commit is contained in:
Tobias Brunner
2026-04-08 15:56:42 +02:00
parent 521c6e05c5
commit 444a1dc0e3
6 changed files with 83 additions and 46 deletions
+8 -4
View File
@@ -1,8 +1,12 @@
fuzz_certs
fuzz_crls
fuzz_certs_cus
fuzz_certs_def
fuzz_crls_cus
fuzz_crls_def
fuzz_ids
fuzz_ike
fuzz_ocsp_req
fuzz_ocsp_rsp
fuzz_ocsp_req_cus
fuzz_ocsp_req_def
fuzz_ocsp_rsp_cus
fuzz_ocsp_rsp_def
fuzz_pa_tnc
fuzz_pb_tnc