Yubico / libfido2

Provides library functionality for FIDO2, including communication with a device over USB or NFC.
Other
590 stars 152 forks source link

support different fuzzing engines than libfuzzer #662

Closed martelletto closed 1 year ago

martelletto commented 1 year ago

this PR allows libfido2's fuzz harnesses to be built with anything providing a libfuzzer-like API. these include afl, honggfuzz, and centipede, as packaged by oss-fuzz.