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:
+8
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user