aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/fuzzing_common.c
AgeCommit message (Expand)Author
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-09-30Re-run "make autostyle" with improved annotate_ifdef_directivesNick Mathewson
2019-09-25test: Use SEVERITY_MASK_IDX() to find the LOG_* mask indexesteor
2019-08-28Refactor config free logic to use a single path.Nick Mathewson
2019-07-24Use config_new() to construct configuration objects.Nick Mathewson
2019-06-05Run "make autostyle."Nick Mathewson
2019-01-16Bump copyright date to 2019Nick Mathewson
2018-11-05Use subsystems manager for subsystems used in tests.Nick Mathewson
2018-11-05Move the code that knows our tor version into a lowest-level libNick Mathewson
2018-07-13Make nss get initialized before we fuzz anything.Nick Mathewson
2018-07-11Rename crypto.c to crypto_cipher.c (since that's all it still has.)Nick Mathewson
2018-07-05Fix every include path changed in the previous commit (automated)Nick Mathewson
2018-07-01Remove needless includes from or.hNick Mathewson
2018-06-21Rectify include paths (automated)Nick Mathewson
2018-06-21Rectify include paths (automated)Nick Mathewson
2018-06-20Run rectify_include_paths.pyNick Mathewson
2018-06-20Update copyrights to 2018.Nick Mathewson
2018-02-02fuzz: Move init_protocol_warning_severity_level() into global_init()Nick Mathewson
2018-01-31Use thread-safe types to store the LOG_PROTOCOL_WARN severityNick Mathewson
2017-11-11Merge branch 'bug24247_032'Nick Mathewson
2017-11-11Fix mock_crypto_pk_public_checksig__nocheck() to handle short RSA keysNick Mathewson
2017-11-01Merge branch 'tor_api_squashed'Nick Mathewson
2017-10-30Initialize the mock options in the fuzzing codeNick Mathewson
2017-10-18Move tor_git_revision into a new module.Nick Mathewson
2017-04-25Use atomic counters for compressor allocation.Nick Mathewson
2017-03-15Run the copyright update script.Nick Mathewson
2017-01-30Add libfuzzer support.Nick Mathewson
2017-01-30fuzzing: Add copyright notices and whitespace fixesNick Mathewson
2017-01-30Add more tweaks from teor's http fuzzing code.Nick Mathewson
2017-01-30Fuzzing: initialize siphash key, don't init_logging twice.Nick Mathewson
2017-01-30Replace signature-checking and digest-checking while fuzzingNick Mathewson
2016-12-19Port fuzz_http to use fuzzing_common.Nick Mathewson
2016-12-19Fuzzing: Add an initial fuzzing tool, for descriptors.Nick Mathewson