Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change header guard format to BOTAN_FOO_H_ | Jack Lloyd | 2017-09-20 | 3 | -6/+6 |
| | | | | | | ISO C++ reserves names with double underscores in them Closes #512 | ||||
* | Clean up fuzzer code a bit | Jack Lloyd | 2017-09-02 | 5 | -46/+34 |
| | | | | | If we ever output something to the terminal it should be because we are crashing. | ||||
* | Add support for fuzzing with KLEE | Jack Lloyd | 2017-08-30 | 1 | -0/+16 |
| | | | | | | For the fuzzers, builds an object and then links in a second step, because we need that to link the fuzzer binaries for LLVM. (Clang will emit bitcode for us, but doesn't want to link it.) | ||||
* | Create new fuzzer build mode | Jack Lloyd | 2017-08-25 | 27 | -0/+1082 |