Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-12 | hs: abolish hs_desc_link_specifier_dup() | teor | |
The previous commits introduced link_specifier_dup(), which is implemented using trunnel's opaque interfaces. So we can now remove hs_desc_link_specifier_dup(). Cleanup after bug 22781. | |||
2017-08-08 | Put comment in the trunnel file, so it wont go away. | Nick Mathewson | |
2016-11-10 | Trunnel-side: start migrating extend/extend2 to trunnel | Nick Mathewson | |
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> | |||
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) |