summaryrefslogtreecommitdiff
path: root/src/test/test_hs_service.c
AgeCommit message (Expand)Author
2018-10-16test: Update approx_time before the test startsDavid Goulet
2018-07-30Merge branch 'maint-0.3.3' into maint-0.3.4Nick Mathewson
2018-07-25Stop putting unsupported ed25519 link auth in v3 onion service descsteor
2018-05-03Merge remote-tracking branch 'isis/bug24660_r1'Nick Mathewson
2018-05-01vote: Move dirvote_recalculate_timing() to voting_schedule.cDavid Goulet
2018-04-27mod: Move dirauth specific files to its own moduleDavid Goulet
2018-04-06crypto: Refactor (P)RNG functionality into new crypto_rand module.Isis Lovecruft
2018-04-05Merge remote-tracking branch 'public/split_relay_crypto'Nick Mathewson
2018-04-01misc tiny fixesRoger Dingledine
2018-03-26Fix a unit test which was broken by the previous commitNick Mathewson
2018-03-19Merge branch 'maint-0.3.2' into maint-0.3.3Nick Mathewson
2018-03-19tests: Fix HS test against max IP lifetime.Isis Lovecruft
2018-03-19Merge branch 'maint-0.3.2' into maint-0.3.3Nick Mathewson
2018-03-17Extract the cryptographic parts of crypt_path_t and or_circuit_t.Nick Mathewson
2018-03-08test: Increase time limit for IP creation in an HS test.Isis Lovecruft
2018-02-07Fix spelling mistakes corresponding to ticket #23650Deepesh Pathak
2018-01-31Fix a failing unit test.Nick Mathewson
2017-12-21scan-build: Replace some test-assertions with fatal assertionsNick Mathewson
2017-12-11Fix compilation of 23459 patch.Nick Mathewson
2017-12-11Merge branch 'maint-0.3.2'Nick Mathewson
2017-12-08Update free functions into macros: src/or/ part 1Nick Mathewson
2017-12-05test: Add HSv3 unit test for expiring intro pointDavid Goulet
2017-10-31test: Fix voting schedule for hs_service.cDavid Goulet
2017-09-26Merge remote-tracking branch 'asn/ticket23645_032_01'Nick Mathewson
2017-09-26hs: Improve loggingDavid Goulet
2017-09-25Make testing rend1_payload variables staticNick Mathewson
2017-09-25prop224: Add test for parsing RENDEZVOUS1 cell.George Kadianakis
2017-09-12Do not cast junk to an ed25519 key in test.Nick Mathewson
2017-09-12Clear up dead-assignment warnings from scan-buildNick Mathewson
2017-09-12clang scan-build: Fix "dereference of null pointer" warningsNick Mathewson
2017-09-08Merge branch 'ed25519_lookup'Nick Mathewson
2017-09-08test: Improve our rotation and build descriptor testsDavid Goulet
2017-09-08test: Fix use out of scope and consensus timingsDavid Goulet
2017-09-08prop224: Expand the overlap period concept to be a full SRV protocol runDavid Goulet
2017-09-07prop224: When computing hsdir index and time period, use valid_after timeDavid Goulet
2017-08-25prop224: Refactor descriptor reupload logic.George Kadianakis
2017-08-24apply ahf's test_assert_null.cocciNick Mathewson
2017-08-24test: Fix broken HS upload descriptor testDavid Goulet
2017-08-19prop224: Only upload descriptor if we have good hash ring and SRV.George Kadianakis
2017-08-11test: Fix typing issues found by clangDavid Goulet
2017-08-09Set formerly-unused fields of a stack-allocated routerinfoNick Mathewson
2017-08-09prop224: Fix coverity warnings from #20657 merge.George Kadianakis
2017-08-08Add note about handling INTRODUCE2 cells.George Kadianakis
2017-08-08Fix broken intro point unittest.George Kadianakis
2017-08-08Improve documentation all around the codebase.George Kadianakis
2017-08-08Make ed25519 id keys optional for IPs and RPs.George Kadianakis
2017-08-08Relax assertions: turn them to BUGs and non-fatal asserts.George Kadianakis
2017-08-08test: Unbreak test_upload_descriptors()George Kadianakis
2017-08-08test: Unit tests for the revision counter state file codetheGeorge Kadianakis
2017-08-08prop224: Refactor the overlap function to not use absolute time.George Kadianakis