krypt
krypt copied to clipboard
Fuzzer to test robustness against malicious data
We should write a fuzzer that throws completely random and part random/part hand-crafted data at ASN.1 decode to test for SEGVs/NPEs with regard to malicious data or buffer overflows. The script could be added as an internal test.
Maybe rfuzz or similar gems could save some time.