summaryrefslogtreecommitdiff
path: root/src/feature/hs
AgeCommit message (Expand)Author
2018-10-17merge in some fixes i found in a sandboxRoger Dingledine
2018-10-16Fix typo in comment for hs_cell_parse_introduce2()Neel Chauhan
2018-10-15Merge branch 'maint-0.3.4'Nick Mathewson
2018-10-15Merge branch 'maint-0.3.4'Nick Mathewson
2018-10-12Merge remote-tracking branch 'tor-github/pr/380'Nick Mathewson
2018-10-05Add newline between hs_client_get_random_intro_from_edge() and hs_client_rece...Neel Chauhan
2018-10-01Move routerparse and parsecommon to their own module.Nick Mathewson
2018-09-26Merge branch 'router_split'Nick Mathewson
2018-09-26Merge remote-tracking branch 'dgoulet/bug27550_035_01'Nick Mathewson
2018-09-25Revise things that had included router.h beforeNick Mathewson
2018-09-25Move key-loading and crosscert-checking out of feature/relayNick Mathewson
2018-09-24Merge branch 'ticket26744'Nick Mathewson
2018-09-21Merge remote-tracking branch 'dgoulet/ticket27774_035_03'Nick Mathewson
2018-09-21Split directory.c code into several modulesNick Mathewson
2018-09-21Merge remote-tracking branch 'ahf-github/asn/bugs4700_2'Nick Mathewson
2018-09-21Split main.c into main.c and mainloop.cNick Mathewson
2018-09-21fixup! hs-v3: Silence some logging for client authorizationDavid Goulet
2018-09-21hs-v3: Don't BUG() if the RP node_t is invalid client sideDavid Goulet
2018-09-20Merge remote-tracking branch 'dgoulet/ticket27410_035_01'Nick Mathewson
2018-09-20Merge remote-tracking branch 'dgoulet/ticket27410_032_01'Nick Mathewson
2018-09-20Support 'none' in torrc for HiddenServiceExportCircuitID.Alexander Færøy
2018-09-19Split routerlist.c into 4 separate modulesNick Mathewson
2018-09-19test: hs-v3 desc has arrived unit testDavid Goulet
2018-09-19hs-v3: Close all SOCKS request on descriptor failureDavid Goulet
2018-09-15Change HiddenServiceExportCircuitID to take a string parameter: the protocol.Alexander Færøy
2018-09-15Save original virtual port in edge conn HS ident.George Kadianakis
2018-09-15Introduce per-service HiddenServiceExportCircuitID torrc option.George Kadianakis
2018-09-14Merge branch 'maint-0.3.4'Nick Mathewson
2018-09-12Merge remote-tracking branch 'dgoulet/ticket27545_035_01'Nick Mathewson
2018-09-11hs-v3: Shuffle the list of authorized clientsSuphanat Chunhapanya
2018-09-10hs-v3: Silence some logging for client authorizationDavid Goulet
2018-09-10Address coverity warnings (CID 1439133/1439132).George Kadianakis
2018-09-07HSv3: Don't assert when reading bad client-side privkeys.George Kadianakis
2018-09-07HSv3: Add subcredential in client auth KDF on the client-side.George Kadianakis
2018-09-07HSv3: Add subcredential in client auth KDF on the service-side.George Kadianakis
2018-09-07hs-v3: Make hs_desc_build_fake_authorized_client() return an objectDavid Goulet
2018-09-07hs-v3: Improve v3 client authorization loggingDavid Goulet
2018-09-07hs-v3: Log client auth load activities client sideSuphanat Chunhapanya
2018-09-07hs-v3: Log client auth load activities service sideSuphanat Chunhapanya
2018-09-07hs-v3: Rename client_pk to client_auth_pkSuphanat Chunhapanya
2018-09-07hs-v3: Rename client_sk to client_auth_skSuphanat Chunhapanya
2018-09-07test: HS v3 client auth is config equal functionSuphanat Chunhapanya
2018-09-07hs-v3: Republish descriptors if client auth changesSuphanat Chunhapanya
2018-09-07hs-v3: Make all descriptor content free functions publicSuphanat Chunhapanya
2018-09-07hs-v3: Re-enable the decoding in the encoding functionSuphanat Chunhapanya
2018-09-07hs-v3: Decrypt the descriptor with client private keySuphanat Chunhapanya
2018-09-07hs-v3: Refactor the descriptor decryption/decodingSuphanat Chunhapanya
2018-09-07hs-v3: Refactor secret data building logicSuphanat Chunhapanya
2018-09-07test: HS v3 client authorization loading secret keySuphanat Chunhapanya
2018-09-07hs-v3: Load client authorization secret key from fileSuphanat Chunhapanya