Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-11 | trunnel: Rename sendme.trunnel to sendme_cell.trunnel | David Goulet | |
This is to avoid having two sendme.{c|h} in the repository since the subsystem is implemented in src/core/or/sendme.{c|h}. Fixes #30769 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2017-08-24 | Re-run trunnel. Cosmetic changes only. | Nick Mathewson | |
2017-08-08 | Re-run trunnel. | Nick Mathewson | |
2017-08-08 | prop224: Add XXX about opaqueness of link_specifier_t. | George Kadianakis | |
2016-12-08 | Update to trunnel 1.5.1 | Nick Mathewson | |
2016-11-10 | Trunnel-side: start migrating extend/extend2 to trunnel | Nick Mathewson | |
2016-11-04 | Merge branch 'ticket17238_029_02-resquash' | Nick Mathewson | |
Conflicts: src/or/rendclient.c src/or/rendcommon.c src/or/routerparse.c src/test/test_dir.c src/trunnel/ed25519_cert.h | |||
2016-11-04 | trunnel: Uncomment link_specifier so we can use it | David Goulet | |
Also add a trunnel definition for link_specifier_list Signed-off-by: John Brooks <special@torproject.org> Signed-off-by: David Goulet <dgoulet@torproject.org> Signed-off-by: George Kadianakis <desnacked@riseup.net> | |||
2016-10-26 | Regenerate trunnel code with trunnel 1.5 | Nick Mathewson | |
2016-07-28 | Re-run trunnel. | Nick Mathewson | |
2016-02-22 | Update to trunnel 1.4.4 to fix 18373 | Nick Mathewson | |
2015-08-18 | Update to latest trunnel | Nick Mathewson | |
2015-07-23 | Re-run trunnel to capture change for msvc. | Nick Mathewson | |
2015-05-28 | Update trunnel code. | Nick Mathewson | |
This gets the minor change in trunnel 1.4.1, which should avoid deadcode warnings from Coverity. | |||
2015-05-28 | prop220: Implement certificates and key storage/creation | Nick Mathewson | |
For prop220, we have a new ed25519 certificate type. This patch implements the code to create, parse, and validate those, along with code for routers to maintain their own sets of certificates and keys. (Some parts of master identity key encryption are done, but the implementation of that isn't finished) |