summaryrefslogtreecommitdiff
path: root/tests/fuzz/cold-outputs.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Added socks proxy (tor/i2pd/kovri) support to walletLee Clagett2019-03-251-1/+1
|
* Merge pull request #5274Riccardo Spagni2019-03-241-1/+1
|\ | | | | | | dc0c0c91 tests: disable wallet SSL init for tests involving wallet2 (moneromooo-monero)
| * tests: disable wallet SSL init for tests involving wallet2moneromooo-monero2019-03-121-1/+1
| |
* | Update 2019 copyrightbinaryFate2019-03-051-1/+1
|/
* wallet2: only export necessary outputs and key imagesmoneromooo-monero2018-11-041-1/+1
| | | | | and disable annoying test that requires ridiculous amounts of skullduggery every time some format changes
* Catch more exceptions in dtorsmoneromooo-monero2018-10-021-0/+2
| | | | Misc coverity reports
* fuzz_tests: set small subaddress lookahead for speedmoneromooo-monero2018-03-141-0/+1
|
* Stagenetstoffu2018-03-051-1/+1
|
* Readd copyright starting datexmr-eric2018-01-261-1/+1
|
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
|
* tests: test wallets don't need a dummy temp file anymoremoneromooo-monero2017-12-191-9/+1
|
* move includes around to lessen overall loadmoneromooo-monero2017-12-161-1/+1
|
* Add fuzz testing using american fuzzy lopmoneromooo-monero2017-06-241-0/+108
Existing tests: block, transaction, signature, cold outputs, cold transaction. Data for these is in tests/data/fuzz. A convenience shell script is in contrib/fuzz_testing/fuzz.sh, eg: contrib/fuzz_testing/fuzz.sh signature The fuzzer will run indefinitely, ^C to stop. Fuzzing is currently supported for GCC only. I can't get CLANG to build Monero here as it dies on some system headers, so if someone wants to make it work on both, that'd be great. In particular, the __AFL_LOOP construct should be made to work so that a given run can fuzz multiple inputs, as the C++ load time is substantial.