summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-09-11Merge remote-tracking branch 'tor-github/pr/312'Nick Mathewson
2018-09-11Merge remote-tracking branch 'onionk/doublevote1'Nick Mathewson
2018-09-11Merge remote-tracking branch 'tor-github/pr/313'Nick Mathewson
2018-09-11Merge remote-tracking branch 'tor-github/pr/314'Nick Mathewson
2018-09-11Merge branch 'maint-0.3.3' into maint-0.3.4Nick Mathewson
2018-09-11Merge branch 'maint-0.3.2' into maint-0.3.3Nick Mathewson
2018-09-11Merge branch 'maint-0.3.4'Nick Mathewson
2018-09-11Merge branch 'maint-0.2.9' into maint-0.3.2Nick Mathewson
2018-09-11hs-v3: Shuffle the list of authorized clientsSuphanat Chunhapanya
2018-09-11Initialize 't' in ge25519_scalarmult_base_niels()Nick Mathewson
2018-09-11Update geoip and geoip6 to the September 6 2018 database.Karsten Loesing
2018-09-10Defer reporting directory bootstrap progressTaylor Yu
2018-09-10Bugfix: sizeof(socklen) doesn't make sense when calling connect()rl1987
2018-09-10Track bootstrap phase independently of progressTaylor Yu
2018-09-10Refactor control_event_bootstrap_core() moreTaylor Yu
2018-09-10Refactor control_event_bootstrap() somewhatTaylor Yu
2018-09-10Deindent much of control_event_bootstrapTaylor Yu
2018-09-10Make control_event_bootstrap() return voidTaylor Yu
2018-09-10test: Fix coverity CID 1439129David Goulet
2018-09-10test: Fix coverity CID 1439130David Goulet
2018-09-10test: Fix coverity CID 1439131David Goulet
2018-09-10Address coverity warnings (CID 1439133/1439132).George Kadianakis
2018-09-10Bump to 0.3.4.8-devNick Mathewson
2018-09-10Bump to 0.3.3.10-dev.Nick Mathewson
2018-09-10Bump to 0.3.2.12-devNick Mathewson
2018-09-10Bump to 0.2.9.17-devNick Mathewson
2018-09-09Call event_set_mem_functions during initializationrl1987
2018-09-09Refactor initialization in curve25519_basepoint_spot_checkNick Mathewson
2018-09-08make ipv6-only config complaint clearerRoger Dingledine
2018-09-07Bump to 0.3.3.10Nick Mathewson
2018-09-07Bump to 0.3.2.12Nick Mathewson
2018-09-07Bump to 0.2.9.17Nick Mathewson
2018-09-07Merge remote-tracking branch 'dgoulet/ticket20700_035_03'Nick Mathewson
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-07bug: Use PATH_SEPARATOR instead of slashSuphanat Chunhapanya
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-07test: HS v3 descriptor decoding with client authorizationSuphanat Chunhapanya
2018-09-07hs-v3: Decrypt the descriptor with client private keySuphanat Chunhapanya
2018-09-07hs-v3: Refactor the descriptor decryption/decodingSuphanat Chunhapanya