aboutsummaryrefslogtreecommitdiff
path: root/src/trunnel
AgeCommit message (Expand)Author
2023-05-10hs_pow: swap out some commentsMicah Elizabeth Scott
2023-05-10hs_pow: Define seed_head as uint8_t[4] instead of uint32_tMicah Elizabeth Scott
2023-05-10trunnel: Centralize the INTRO1 extension typeDavid Goulet
2023-05-10hs: Priority queue for rendezvous requestsDavid Goulet
2023-05-10trunnel: INTRODUCE1 PoW cell extensionDavid Goulet
2023-04-06trunnel: Add Conflux related cell definitionDavid Goulet
2022-02-22cc: Use trunnel extension for ntorv3 circ parametersDavid Goulet
2022-02-22trunnel: Make hs/cell_common.trunnel genericDavid Goulet
2022-02-22Add circuit param payload definitions to trunnelMike Perry
2021-09-28Add trunnel definitions for xon/xoff cells.Mike Perry
2020-06-08Update Trunnel for new machine_ctr field.Mike Perry
2019-12-04practracker: Add missing .may_include filesteor
2019-09-12Merge branch 'tor-github/pr/1303'George Kadianakis
2019-09-09log: Close log and err file descriptors before abortingteor
2019-08-26hs-v3: Encode DoS ESTABLISH_INTRO cell extensionDavid Goulet
2019-08-26trunnel: Add prop305 ESTABLISH_INTRO DoS cell extensionDavid Goulet
2019-08-26trunnel: Remove typo in cell extention field nameDavid Goulet
2019-06-11trunnel: Rename sendme.trunnel to sendme_cell.trunnelDavid Goulet
2019-06-05Merge remote-tracking branch 'tor-github/pr/1039' into maint-0.4.0Nick Mathewson
2019-05-22Merge remote-tracking branch 'dgoulet/ticket30454_035_01'Nick Mathewson
2019-05-22Merge remote-tracking branch 'nickm/ticket30454_034_01_squashed' into ticket3...David Goulet
2019-05-20hs: Remove hs_cell_onion_key_type_t enumDavid Goulet
2019-05-20trunnel: Remove INTRODUCE1 status code IN statementDavid Goulet
2019-05-20hs: Remove hs_intro_auth_key_type_t enumDavid Goulet
2019-05-20hs: Define INTRODUCE_ACK status code in trunnelDavid Goulet
2019-05-15fix typos, whitespace, commentsRoger Dingledine
2019-04-29prop289: Use a 20 bytes digest instead of 4David Goulet
2019-04-29prop289: Add SENDME trunnel declarationDavid Goulet
2019-03-12hs: abolish hs_desc_link_specifier_dup()teor
2019-01-02Add padding negotiation trunnel output.Mike Perry
2018-12-20Merge remote-tracking branch 'tor-github/pr/445'Nick Mathewson
2018-12-18Actually allow unrecognized address types in NETINFO cellrl1987
2018-12-16Refrain from hardcoding address length and type in netinfo.trunnelrl1987
2018-12-01Allow socks4_server_reply version to be 0 (for tor-resolve)rl1987
2018-10-26Add a comment about address type field to netinfo.trunnelrl1987
2018-10-26Add trunnel spec and impl for NETINFO cellsrl1987
2018-07-12Merge branch 'socks_trunnel4_squashed' into socks_trunnel4_squashed_mergedNick Mathewson
2018-07-12Remove prop229 stuff from socks5.trunnelrl1987
2018-07-12Add CMD_RESOLVE to socks5_client_requestrl1987
2018-07-12Fix type in socks5.trunnelrl1987
2018-07-12Add RESOLVE (0xF0) command to socks4_client_requestrl1987
2018-07-10Rename util_malloc to malloc.Nick Mathewson
2018-06-29Stop using util.h and compat.h in src/trunnel/Nick Mathewson
2018-06-26Generate trunnel impls and include into buildrl1987
2018-06-26Copy socks5.trunnel from trunnel examples dirrl1987
2018-06-21Additional non-automated change to trunnel-local.hNick Mathewson
2018-06-20Run rectify_include_paths.pyNick Mathewson
2018-06-20Simplify AM_CPPFLAGS include setupNick Mathewson
2018-06-02Heed --disable-unittests properlyrl1987
2018-04-06crypto: Refactor (P)RNG functionality into new crypto_rand module.Isis Lovecruft