Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-03-04 | Copyright: Update to 2022 | mj-xmr | 1 | -1/+1 | |
2020-09-24 | fuzz_tests: fix build error in signature fuzz test | moneromooo-monero | 1 | -1/+1 | |
2020-08-28 | wallet: allow signing a message with spend or view key | moneromooo-monero | 1 | -2/+2 | |
2020-07-20 | wallet2_api: implement runtime proxy configuration | xiphon | 1 | -1/+1 | |
2020-07-19 | Merge pull request #6512 | Alexander Blair | 1 | -1/+1 | |
5ef0607da Update copyright year to 2020 (SomaticFanatic) | |||||
2020-06-14 | fix leaks in fuzz tests | moneromooo-monero | 1 | -5/+8 | |
2020-05-15 | fuzz_tests: refactor and add OSS-Fuzz compatibility | moneromooo-monero | 1 | -52/+14 | |
2020-05-06 | Update copyright year to 2020 | SomaticFanatic | 1 | -1/+1 | |
Update copyright year to 2020 | |||||
2019-03-25 | Added socks proxy (tor/i2pd/kovri) support to wallet | Lee Clagett | 1 | -1/+1 | |
2019-03-24 | Merge pull request #5274 | Riccardo Spagni | 1 | -1/+1 | |
dc0c0c91 tests: disable wallet SSL init for tests involving wallet2 (moneromooo-monero) | |||||
2019-03-12 | tests: disable wallet SSL init for tests involving wallet2 | moneromooo-monero | 1 | -1/+1 | |
2019-03-05 | Update 2019 copyright | binaryFate | 1 | -1/+1 | |
2018-10-02 | Catch more exceptions in dtors | moneromooo-monero | 1 | -0/+2 | |
Misc coverity reports | |||||
2018-08-14 | fuzz: set address properly | stoffu | 1 | -0/+1 | |
2018-03-14 | fuzz_tests: set small subaddress lookahead for speed | moneromooo-monero | 1 | -0/+1 | |
2018-03-05 | Stagenet | stoffu | 1 | -2/+2 | |
2018-01-26 | Readd copyright starting date | xmr-eric | 1 | -1/+1 | |
2018-01-26 | Update 2018 copyright | xmr-eric | 1 | -1/+1 | |
2017-12-19 | tests: test wallets don't need a dummy temp file anymore | moneromooo-monero | 1 | -9/+1 | |
2017-12-16 | move includes around to lessen overall load | moneromooo-monero | 1 | -1/+1 | |
2017-11-14 | move cryptonote command line options to cryptonote_core | moneromooo-monero | 1 | -1/+0 | |
Those have no reason to be in a generic module | |||||
2017-10-07 | Subaddresses | kenshi84 | 1 | -3/+2 | |
2017-06-24 | Add fuzz testing using american fuzzy lop | moneromooo-monero | 1 | -0/+105 | |
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. |