aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_hs_control.c
AgeCommit message (Expand)Author
2020-08-20v3 control: Persist ONION_CLIENT_AUTH_ADD client nameNeel Chauhan
2020-06-22Consistently use 'address' in Invalid v3 address responses to ONION_CLIENT_AU...Miguel Jacq
2020-04-13hs-v3: Don't allow registration of an all-zeroes client auth key.George Kadianakis
2020-03-17Split a wide line.Nick Mathewson
2020-03-17Add unittest for TROVE-2020-003.George Kadianakis
2020-02-06test: Missing hs_init() in some hs_control testsDavid Goulet
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-12-20Code Style: Delete headers that are included twiceteor
2019-12-10Merge branch 'tor-github/pr/1583'David Goulet
2019-12-10hs-v3: Fix memory leak in test_hs_control_store_permanent_creds()George Kadianakis
2019-12-04control-port: Include HS address in ONION_CLIENT_AUTH_VIEW reply.George Kadianakis
2019-12-03hsv3: ONION_CLIENT_AUTH_REMOVE now also removes the credential file.George Kadianakis
2019-12-03hsv3: Remove support for client auth nicknames.George Kadianakis
2019-12-03hsv3: Add tests for permanently storing auth credentials.George Kadianakis
2019-11-18control-port: Tests for ONION_CLIENT_AUTH_VIEW.George Kadianakis
2019-11-18control-port: Tests for ONION_CLIENT_AUTH_REMOVE.George Kadianakis
2019-11-18control-port: Tests for ONION_CLIENT_AUTH_ADD.George Kadianakis
2019-11-18control-port: Implement ONION_CLIENT_AUTH_ADD.George Kadianakis
2019-04-05crypto_format: Remove the return values from digest256_to_base64()teor
2019-03-25Minimize the includes in control.cNick Mathewson
2019-03-25Split all controller events code into a new control_events.cNick Mathewson
2019-01-16Bump copyright date to 2019Nick Mathewson
2018-07-05Fix every include path changed in the previous commit (automated)Nick Mathewson
2018-07-01Minimize headers that include crypto_formats and x25519 stuffNick Mathewson
2018-06-20Run rectify_include_paths.pyNick Mathewson
2018-06-20Update copyrights to 2018.Nick Mathewson
2018-06-15Extract routerstatus_t into its own header.Nick Mathewson
2018-06-15Extract node_t into its own header.Nick Mathewson
2018-04-28Make hsdir_index in node_t a hsdir_index_t rather than a pointer.Neel Chauhan
2017-12-05test: Add HS_DESC v3 unit testsDavid Goulet