aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_hs_common.c
AgeCommit message (Expand)Author
2023-02-10Extend blinding testvec with timeperiod test.Nick Mathewson
2023-01-25Add a test vector for disaster SRV calculation.Nick Mathewson
2023-01-19Add more test-vectors for key blinding.Nick Mathewson
2021-10-19Merge branch 'ticket40476_045_01' into ticket40476_046_01David Goulet
2021-10-19test: Fix unit tests after disabling version 2David Goulet
2021-05-05Prepare for #40373: Re-introduce parsing for v2 onion addresses.George Kadianakis
2021-03-12Update copyrights to 2021, using "make update-copyright"Nick Mathewson
2021-02-19hs-v2: Remove client supportDavid Goulet
2021-01-12Merge branch 'ticket40237_044_01' into ticket40237_045_01David Goulet
2021-01-12Merge branch 'ticket40237_043_01' into ticket40237_044_01David Goulet
2021-01-12Merge branch 'ticket40237_035_01' into ticket40237_043_01David Goulet
2021-01-12hs-v3: Require reasonably live consensusDavid Goulet
2020-11-12Fix typos.Samanta Navarro
2020-07-14addr: Use tor_addr_t instead of uint32_t for IPv4David Goulet
2020-07-08socks: Returns 0xF6 only if BAD_HOSTNAMEGuinness
2020-02-24Rename voting_schedule_*() functions.Nick Mathewson
2020-02-24Move voting_schedule.[ch] to src/feature/dirauth/Nick Mathewson
2020-01-21hs-v3: Implement hs_parse_address_no_log()David Goulet
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-11-18hs-v3: Set extended error if .onion is invalidDavid Goulet
2019-06-28Coverity: fix test issues with always-present 'service' var.Nick Mathewson
2019-05-16hs tests: explicitly free 'service' variable.Nick Mathewson
2019-04-26Make nodelist_get_list() return a const pointer.Nick Mathewson
2019-01-16Bump copyright date to 2019Nick Mathewson
2019-01-16Bump copyright date to 2019.Nick Mathewson
2018-11-22Fix a comment typo in test_hs_common.cteor
2018-09-21Split directory.c code into several modulesNick Mathewson
2018-09-07hs-v3: Encrypt the descriptor using a cookieSuphanat Chunhapanya
2018-07-17Merge branch 'bug25552_ope_squashed'Nick Mathewson
2018-07-17Fix time source bug in sr_state_get_start_time_of_current_protocol_run().George Kadianakis
2018-07-17Fix up some unittests by being more careful with the local time.George Kadianakis
2018-07-05Fix every include path changed in the previous commit (automated)Nick Mathewson
2018-07-05Remove util.hNick Mathewson
2018-07-01Extract or_state_t to its own header.Nick Mathewson
2018-07-01Minimize headers that include crypto_formats and x25519 stuffNick Mathewson
2018-06-29Merge branch 'maint-0.3.4'Nick Mathewson
2018-06-29Merge branch 'maint-0.3.3' into maint-0.3.4Nick Mathewson
2018-06-29Merge branch 'maint-0.3.2' into maint-0.3.3Nick Mathewson
2018-06-23Fix memory leak in helper_add_hsdir_to_networkstatus().Alexander Færøy
2018-06-21Rectify include paths (automated)Nick Mathewson
2018-06-20Run rectify_include_paths.pyNick Mathewson
2018-06-20Update copyrights to 2018.Nick Mathewson
2018-06-15Extract routerinfo_t into its own header.Nick Mathewson
2018-06-15Extract microdesc_t into its own header.Nick Mathewson
2018-06-15Extract routerstatus_t into its own header.Nick Mathewson
2018-06-15Extract networkstatus_t and ..sr_info_t into their own headersNick Mathewson
2018-06-15Extract node_t into its own header.Nick Mathewson
2018-05-03Merge remote-tracking branch 'isis/bug24660_r1'Nick Mathewson
2018-05-02Make hs_get_responsible_hsdirs() deterministic.Nick Mathewson
2018-05-01vote: Move dirvote_recalculate_timing() to voting_schedule.cDavid Goulet