aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_hs_service.c
AgeCommit message (Expand)Author
2018-09-07test: HS v3 loading client auth keys service sideSuphanat Chunhapanya
2018-08-29router: Keep RSA onion public key in ASN.1 formatDavid Goulet
2018-07-30Merge branch 'maint-0.3.3' into maint-0.3.4Nick Mathewson
2018-07-25Merge branch 'bug26627_033' into bug26627_033_merged_masterteor
2018-07-25Stop putting unsupported ed25519 link auth in v3 onion service descsteor
2018-07-17Merge branch 'bug25552_ope_squashed'Nick Mathewson
2018-07-17Remove now useless rev counter state file code.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-01Extract or_state_t to its own header.Nick Mathewson
2018-07-01Remove needless includes from or.hNick Mathewson
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 networkstatus_t and ..sr_info_t into their own headersNick Mathewson
2018-06-15Extract node_t into its own header.Nick Mathewson
2018-06-15Extract cpath_build_state into its own header.Nick Mathewson
2018-06-15Extract crypt_path_t and relay_crypto_t into their own headersNick Mathewson
2018-06-15Extract {or,origin}_circuit_t into their own headersNick Mathewson
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