aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_hs_cache.c
AgeCommit message (Expand)Author
2021-03-12Update copyrights to 2021, using "make update-copyright"Nick Mathewson
2021-02-19hs-v2: Removal of service and relay supportDavid Goulet
2021-01-12Merge branch 'ticket40237_043_01' into ticket40237_044_01David Goulet
2021-01-12tests: Fix unit tests after merge of #40237David Goulet
2021-01-12Merge branch 'ticket40237_035_01' into ticket40237_043_01David Goulet
2021-01-12hs-v3: Require reasonably live consensusDavid Goulet
2020-02-24Merge remote-tracking branch 'tor-github/pr/1685/head'Nick Mathewson
2020-02-06hs-v3: Remove descriptor when we remove client authorizationDavid Goulet
2020-01-21Turn hs_subcredential_t into a proper struct.Nick Mathewson
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-12-20Replace several C identifiers.teor
2019-11-18test: Unit test for the hs cache decrypt on new authDavid Goulet
2019-10-17hs-v3: Add a series of decoding error codeDavid Goulet
2019-07-03hs-v3: Disallow single hop client to post/get a descriptorDavid Goulet
2019-04-30Replace all remaining tor_mem_is_zero() with fast_mem_is_zero()Nick Mathewson
2019-04-14Add an assertion to test_hs_cache.c to appease coverity.Nick Mathewson
2019-04-05crypto_format: Remove the return values from digest256_to_base64()teor
2019-01-16Bump copyright date to 2019Nick Mathewson
2019-01-16Bump copyright date to 2019.Nick Mathewson
2018-09-21Split directory.c code into several modulesNick Mathewson
2018-09-07hs-v3: Refactor the descriptor decryption/decodingSuphanat Chunhapanya
2018-09-07hs-v3: Encrypt the descriptor using a cookieSuphanat Chunhapanya
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 networkstatus_t and ..sr_info_t into their own headersNick Mathewson
2018-06-15Split dir_connection_t into its own headerNick Mathewson
2017-12-08Rename connection_free_ to connection_free_minimal.Nick Mathewson
2017-09-13prop224 test: Test client desc expiration in tests.George Kadianakis
2017-09-05Move protocol-specific functions out of buffers.cNick Mathewson
2017-08-24Fix operator usage in src/test/*.cAlexander Færøy
2017-08-24test: Add tests for fetching descs and handling SOCKS conns.George Kadianakis
2017-08-08test: Fix prop224 HS descriptor to use subcredentialGeorge Kadianakis
2017-05-09test: Move duplicate HS test code and unify itDavid Goulet
2017-03-15Run the copyright update script.Nick Mathewson
2017-03-13prop224: Fix the HS descriptor unittests.George Kadianakis
2017-02-24prop224: Rename auth_required HS desc field to intro_auth_required.George Kadianakis
2017-02-15hs: Avoid a strlen(NULL) if descriptor is not found in cacheDavid Goulet
2016-12-16hs: Remove private keys from hs_desc_plaintext_data_t.J. Ryan Stinnett
2016-11-04Would you believe me if I said there were more 32-bit and clang warnings?Nick Mathewson
2016-11-04Fix memory leaks in test_hs_cache.cNick Mathewson
2016-11-04Fix more unit test leaks.Nick Mathewson
2016-11-04Fix a bunch of leaks in hs_cache/upload_and_download_hs_descNick Mathewson
2016-11-04Fix make check-spacesNick Mathewson
2016-11-04prop224: fix unit test to actually initialize a connection objectDavid Goulet
2016-11-04prop224: Use a const pointer for the cache lookup entryDavid Goulet
2016-11-04prop224: Rename cert type to follow naming conventionDavid Goulet
2016-11-04Make check-spaces happy :)George Kadianakis
2016-11-04test: Add prop224 directory fetch/upload unit testsGeorge Kadianakis