Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-30 | Merge remote-tracking branch 'tor-gitlab/mr/174' into master | George Kadianakis | |
2020-10-16 | Regenerate extample_extrainfo.inc and adjust tests. | Nick Mathewson | |
2020-10-16 | Regenerate complete failing_routerdescs.inc and adjust tests accordingly. | Nick Mathewson | |
2020-10-16 | Update makedesc.py script so that it works with python3. | Nick Mathewson | |
2020-09-18 | Add TOR_TRACE_LIBS to fuzzing_include_am.py | Nick Mathewson | |
(It looks like it was forgotten previously) | |||
2020-09-18 | Build one big .a library full of Tor's implementation. | Nick Mathewson | |
This is experimental and probably will break some platforms | |||
2020-07-15 | Add support for patterns on %include #25140 | Daniel Pinto | |
Also adds generic tor_glob function to expand globs. | |||
2020-02-16 | Stop assuming that /usr/bin/python exists | Panagiotis Vasilopoulos | |
Fixes 33192 | |||
2020-02-11 | Undefined name: make_key() -> make_rsa_key() | Christian Clauss | |
2020-02-03 | Remove unused import UserDict | Christian Clauss | |
Fixes: https://trac.torproject.org/projects/tor/ticket/32791#comment:3 Unblocks: #1686 | |||
2020-01-28 | Use print() function in both Python 2 and Python 3 | cclauss | |
2019-12-12 | python: Add __future__ imports for python 3 compatibility | teor | |
Except for src/ext, which we may not want to modify. Closes ticket 32732. | |||
2019-01-16 | Bump copyright date to 2019 | Nick Mathewson | |
2018-12-12 | Copy the nss-related changes into fuzzing_include_am.py. | Nick Mathewson | |
2018-12-12 | Fuzzing module for various string operations, currently focusing on | Nick Mathewson | |
encoding and decoding. There are bunches of places where we don't want to invest in a full fuzzer, but we would like to make sure that some string operation can handle all its possible inputs. This fuzzer uses the first byte of its input to decide what to do with the rest of the input. Right now, all the possibilities are decoding a string, and seeing whether it is decodeable. If it is, we try to re-encode it and do the whole thing again, to make sure we get the same result. This turned up a lot of bugs in the key-value parser, and I think it will help in other cases too. Closes ticket 28808. | |||
2018-10-29 | run_trunnel.sh: Use 'find -exec' instead of a 'for' loop | rl1987 | |
This fixes shellcheck warnings SC2044 and SC2006. | |||
2018-10-29 | Silence shellcheck SC2086 in run_trunnel.sh | rl1987 | |
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 | |
2018-06-20 | Update copyrights to 2018. | 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. | |||
2017-03-15 | Run the copyright update script. | Nick Mathewson | |
2017-01-27 | Merge branches 'server_ciphers' and 'ciphers.inc' | Nick Mathewson | |
2017-01-27 | MOre gen_server_ciphers improvements: | Nick Mathewson | |
- Remove DES from mandatory list. - always put the closing ; on its own line. | |||
2017-01-24 | Teach gen_server_ciphers about CCM and Chacha. | Nick Mathewson | |
Also, teach it to not use 3DES any more. | |||
2017-01-24 | Update ciphers.inc script to understand openssl-1.1 | Nick Mathewson | |
2016-12-08 | Update to trunnel 1.5.1 | Nick Mathewson | |
2016-10-31 | Make trunnel find files recursively | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2015-10-07 | update codegen script to work with latest mozilla | Nick Mathewson | |
2015-05-28 | Sign extrainfo documents with ed25519 | Nick Mathewson | |
Extrainfo documents are now ed-signed just as are router descriptors, according to proposal 220. This patch also includes some more tests for successful/failing parsing, and fixes a crash bug in ed25519 descriptor parsing. | |||
2015-05-28 | Revise makedesc.py: teach it how to emit ed signatures and crosscerts | Nick Mathewson | |
Also, add a trivial ed25519-signed routerinfo to the tests. | |||
2015-05-28 | Add trunnel-generated items for link handshake code. | Nick Mathewson | |
This includes the link handshake variations for proposal220. We'll use this for testing first, and then use it to extend our current code to support prop220. | |||
2015-01-02 | Bump copyright dates to 2015, in case someday this matters. | Nick Mathewson | |
2014-10-13 | Commit the script I used to generate signed ri and ei documents | Nick Mathewson | |
2014-09-25 | Use --require-version to prevent running trunnel pre-1.2 | Nick Mathewson | |
(Also, regenerate trunnel stuff with trunnel 1.2. This just adds a few comments to our output.) | |||
2014-09-25 | Have the run_trunnel.sh script tell trunnel to update src/ext/trunnel too | Nick Mathewson | |
2014-09-25 | Add a script to run trunnel on the trunnel files. | Nick Mathewson | |
Also, re-run the latest trunnel. Closes ticket 13242 | |||
2014-05-07 | Move code-generation scripts to scripts/codegen | Nick Mathewson | |
Now that we have a scripts/* directory, let's put the scripts we use for generating C there. |