aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_hs_service.c
AgeCommit message (Expand)Author
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
2017-08-08hs: Rename num_rend_services()David Goulet
2017-08-08test: Add unit test coverage of hs_service.cDavid Goulet
2017-08-08test: Add test_hs_common unit testsDavid Goulet
2017-08-08test: Add test_hs_ntor unit testsDavid Goulet
2017-08-08test: Add test_hs_cell unit testsDavid Goulet
2017-08-08prop224: Add descriptor overlap mode functionGeorge Kadianakis
2017-08-08prop224: API for the creation of blinded keysDavid Goulet
2017-07-24test: Remove buggy unit test in test_hs_serviceDavid Goulet
2017-07-13prop224: Move service version into config objectDavid Goulet
2017-07-13test: Add v3 service load keys and accessorsDavid Goulet
2017-07-13prop224: Service address creation/validationDavid Goulet
2017-07-07Fix wide linesNick Mathewson
2017-07-07Hide crypto_digest_t again and use an accessor for tests.George Kadianakis
2017-07-07Explicit length checks in create_rend_cpath().George Kadianakis
2017-07-07test: Add service-side unittests for e2e rendezvous circuits.George Kadianakis
2017-04-24Fix implicit conversion warnings in the period_num testsNick Mathewson
2017-04-18prop224: Add time period functions and unittestsGeorge Kadianakis
2017-04-13Merge remote-tracking branch 'dgoulet/ticket21919_031_01'Nick Mathewson
2017-04-13Merge branch 'asn/prop224-ntor-v2-squashed'Nick Mathewson
2017-04-13prop224: Add basic HS ntor unittest.George Kadianakis
2017-04-11hs: Change trunnel prop224 cell's namespaceDavid Goulet
2017-03-15Run the copyright update script.Nick Mathewson
2016-12-14Fix a few clang warnings.Nick Mathewson
2016-12-14whitespace fixesNick Mathewson
2016-12-14crypto: Change crypto_mac_sha3_256 to use the key length in the constructionDavid Goulet
2016-12-14prop224: Add unittests handling v3 ESTABLISH_INTRO cells.George Kadianakis