aboutsummaryrefslogtreecommitdiff
path: root/src/or/hs_intropoint.c
AgeCommit message (Expand)Author
2017-09-22hs: Avoid possible double circuit close on errorDavid Goulet
2017-08-01hs: Cleanup logging statement in hs_intropoint.cDavid Goulet
2017-01-18whitespace fixesNick Mathewson
2017-01-18Merge remote-tracking branch 'dgoulet/ticket20029_030_06-resquash'Nick Mathewson
2017-01-18Improve a few comments.George Kadianakis
2017-01-18prop224: Add unit tests for INTRODUCE1 supportDavid Goulet
2017-01-18hs: Rename rend_mid_introduce() with legacy semanticDavid Goulet
2017-01-18prop224: Rename hs_intro_circuit_is_suitable()David Goulet
2017-01-18prop224: Add INTRODUCE1 cell relay supportDavid Goulet
2016-12-16hs: Remove a useless cast in verify_establish_intro_cell()David Goulet
2016-12-16hs: Add an extra safety check on ESTABLISH_INTRO sig lenDavid Goulet
2016-12-14whitespace fixesNick Mathewson
2016-12-14prop224: Use LOG_PROTOCOL_WARN instead of log_warn(LD_PROTOCOL, ...) in hs_in...David Goulet
2016-12-14crypto: Change crypto_mac_sha3_256 to use the key length in the constructionDavid Goulet
2016-12-14prop224: Introduce the new introduction point code.George Kadianakis