Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-17 | Merge branch 'maint-0.3.4' | Nick Mathewson | |
2018-07-17 | Fix build to work with --disable-unittests again | rl1987 | |
2018-07-12 | Add fuzzing wrapper for fetch_from_buf_socks() | Nick Mathewson | |
2018-07-05 | Fix fuzzing_include_am.py | Nick Mathewson | |
2017-10-31 | all the other lines here had a tab; make this one blend in | Roger Dingledine | |
2017-10-26 | Revert "Temporarily disable compilation of the v3 hs fuzzing code" | David Goulet | |
This reverts commit 5ef656e7d1b1e1e74c46bd02ce8faaa1d8d09403. | |||
2017-09-05 | Merge branch 'http_tunnel_squashed' | Nick Mathewson | |
2017-09-05 | Add a fuzzer for HTTP CONNECT | Nick Mathewson | |
2017-08-28 | Temporarily disable compilation of the v3 hs fuzzing code | Nick Mathewson | |
Turns out, it wasn't up-to-date with the latest v3 hs API :( | |||
2017-08-28 | Merge remote-tracking branch 'haxxpop/fuzzing-hsv3' | Nick Mathewson | |
2017-08-21 | 22839: Build tor with rust enabled on win | Ties Stuij | |
- make tor_util static library name configurable - fix Rust libary dependency order for Windows | |||
2017-08-13 | Fuzz outer layer of hsv3 descriptor | Suphanat Chunhapanya | |
The code in fuzz_hsdescv3.c fuzzes the unencrypted layer of the hsv3 descriptor. We need to fuzz the encrypted layer later. | |||
2017-07-03 | Update fuzzing_include_am to include updates from include.am | Nick Mathewson | |
2017-03-16 | Generate src/test/fuzz/include.am from a script | Nick Mathewson | |
It was very error-prone to maintain this by hand. |