aboutsummaryrefslogtreecommitdiff
path: root/src/or/hs_intropoint.c
AgeCommit message (Expand)Author
2018-10-15Merge branch 'maint-0.3.3' into maint-0.3.4Nick Mathewson
2018-10-15Fix another tor_assert(0) caseNick Mathewson
2018-02-20Remove a bunch of other redundant #includesNick Mathewson
2018-02-07Fix spelling mistakes corresponding to ticket #23650Deepesh Pathak
2017-09-21hs: Avoid possible double circuit close on errorDavid Goulet
2017-08-08Merge branch 'ticket20657_nickm_bugfixes_squashed'Nick Mathewson
2017-08-08Fix small easy bugs all aroundGeorge Kadianakis
2017-08-08Rename some free() functions that are actually clear().George Kadianakis
2017-08-08prop224: Service v3 descriptor creation and logicDavid Goulet
2017-08-03Merge branch 'maint-0.3.0' into maint-0.3.1Nick Mathewson
2017-08-01hs: Cleanup logging statement in hs_intropoint.cDavid Goulet
2017-04-13Merge branch 'ticket21891_031_01_squashed'Nick Mathewson
2017-04-13Merge branch 'ticket21889_031_01_squashed'Nick Mathewson
2017-04-13hs: Add service-side circuitmap API.George Kadianakis
2017-04-12hs: Make check-spaces happy after renameDavid Goulet
2017-04-11hs: Change trunnel prop224 cell's namespaceDavid Goulet
2017-04-07hs: Remove redundant define of ed25519 auth key typeDavid Goulet
2017-03-15Run the copyright update script.Nick Mathewson
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