mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 06:47:34 +00:00
Lagom/Fuzzers: Add fuzzer for the LibTLS ASN1 parser
This commit is contained in:
parent
3f5a6be69f
commit
4f5d71b4e8
2 changed files with 17 additions and 0 deletions
|
@ -43,6 +43,7 @@ add_simple_fuzzer(FuzzMarkdown LagomMarkdown)
|
|||
add_simple_fuzzer(FuzzRegexECMA262 LagomRegex)
|
||||
add_simple_fuzzer(FuzzRegexPosixBasic LagomRegex)
|
||||
add_simple_fuzzer(FuzzRegexPosixExtended LagomRegex)
|
||||
add_simple_fuzzer(FuzzASN1 LagomCrypto LagomTLS)
|
||||
add_simple_fuzzer(FuzzSHA1 LagomCrypto)
|
||||
add_simple_fuzzer(FuzzSHA256 LagomCrypto)
|
||||
add_simple_fuzzer(FuzzSHA384 LagomCrypto)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue