Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. |