summaryrefslogtreecommitdiff
path: root/crates/tor-hsservice/src/svc
Commit message (Expand)AuthorAgeFilesLines
...
* | HSS publisher: do not crash reactor if netdir unavailableIan Jackson2023-11-201-7/+19
* | HSS errors: expose and sort out NetdirProviderShutdown error type (fmt)Ian Jackson2023-11-201-1/+1
* | HSS errors: expose and sort out NetdirProviderShutdown error typeIan Jackson2023-11-202-2/+14
* | HSS publisher errors: Declare that we want to abolish ReactorErrorIan Jackson2023-11-201-2/+23
* | HSS publisher: Remove a redundant debug messageIan Jackson2023-11-201-2/+0
|/
* Merge branch 'send_dos_params' into 'main'Nick Mathewson2023-11-201-9/+29
|\
| * Send DosParams conditionally on HsIntro support.Nick Mathewson2023-11-201-4/+11
| * hss: Take intro_dos extension from configuration and send it.Nick Mathewson2023-11-201-4/+5
| * hss: pipe config watchers into ipt_establish.Nick Mathewson2023-11-201-1/+13
* | tor-hsservice: Update MissingHsIdKey docs, remove outdated TODO HSS.Gabriela Moldovan2023-11-201-26/+1
* | tor-hsservice: Rename MissingKey to MissingHsIdKeypair.Gabriela Moldovan2023-11-203-6/+7
|/
* Merge branch 'publisher-todo' into 'main'Ian Jackson2023-11-203-5/+3
|\
| * tor-hsservice: Downgrade a couple of TODO HSS to TODO.Gabriela Moldovan2023-11-162-2/+2
| * tor-hsservice: Remove TODO HSS that does not make sense.Gabriela Moldovan2023-11-151-2/+0
| * tor-hsservice: Downgrade TODO HSS to TODO.Gabriela Moldovan2023-11-151-1/+1
* | tor-keymgr: Remove unnecessary borrow.Gabriela Moldovan2023-11-161-2/+2
* | tor-hsservice: Reuse read_blind_id_keypair when building descriptors.Gabriela Moldovan2023-11-161-14/+6
* | tor-hsservice: Extract read_blind_id_keypair out of Reactor (fmt).Gabriela Moldovan2023-11-161-36/+34
* | tor-hsservice: Extract read_blind_id_keypair out of Reactor.Gabriela Moldovan2023-11-161-12/+10
* | tor-hsservice: Pass the current time as an argument to generate_revision_coun...Gabriela Moldovan2023-11-161-3/+4
* | tor-hsservice: Add note about computing ope_key once per TP.Gabriela Moldovan2023-11-161-0/+2
* | tor-hsservice: Link the the spec instead of referencing section number.Gabriela Moldovan2023-11-161-2/+3
* | tor-hsservice: Remove dead code.Gabriela Moldovan2023-11-161-21/+0
* | tor-hsservice: Generate revision counters using an OPE scheme.Gabriela Moldovan2023-11-161-6/+3
* | tor-hsservice: Add function for generating revision counters using OPE scheme.Gabriela Moldovan2023-11-161-2/+106
* | tor-hsservice: Rename period to period_ctx for clarity.Gabriela Moldovan2023-11-161-5/+4
|/
* Merge branch 'keymgr-docs2' into 'main'gabi-2502023-11-151-9/+3
|\
| * tor-keymgr: Add missing backticks (fmt).Gabriela Moldovan2023-11-131-1/+1
| * tor-keymgr: Abolish KeyPathPatternSet.Gabriela Moldovan2023-11-131-9/+3
* | tor-hsservice: Downgrade TODO HSS to TODO.Gabriela Moldovan2023-11-131-1/+1
* | tor-hsservice: Remove some `allow`s we don't need anymore.Gabriela Moldovan2023-11-131-4/+0
|/
* tor-hsservice: Use KeyDenotator::decode instead of manually decoding the deno...Gabriela Moldovan2023-11-021-12/+7
* tor-keymgr: Remove derive_meta arg from KeyMgr::list_matching (fmt).Gabriela Moldovan2023-11-021-16/+14
* tor-keymgr: Remove derive_meta arg from KeyMgr::list_matching.Gabriela Moldovan2023-11-021-3/+7
* Add a replay log to IptMsgHandler.Nick Mathewson2023-11-021-0/+35
* HSS: publisher: Add ReactorError::Other containing FatalErrorIan Jackson2023-11-011-2/+9
* Merge branch 'abolish-svc-key-role' into 'main'gabi-2502023-10-314-71/+30
|\
| * tor-hsservice: Define key specifiers using the new helper macro (fmt).Gabriela Moldovan2023-10-304-39/+20
| * tor-hsservice: Define key specifiers using the new helper macro.Gabriela Moldovan2023-10-304-50/+28
| * tor-keymgr: Move the KeyDenotator trait to tor-keymgr.Gabriela Moldovan2023-10-301-2/+2
* | tor-netdoc: Use the new HandshakeType enum to represent CREATE2 HTYPEs.Gabriela Moldovan2023-10-301-1/+2
|/
* tor-netdoc: Change return type of create_desc_sign_key_cert.Gabriela Moldovan2023-10-251-2/+5
* tor-netdoc: Building a descriptor now only requires the public part of blinde...Gabriela Moldovan2023-10-251-1/+1
* tor-netdoc: Update HsDesc, HsDescOuter to accept the hs_desc_sign cert as an ...Gabriela Moldovan2023-10-251-3/+9
* hss: remove some more now-moot "allows".Nick Mathewson2023-10-242-4/+0
* hss::svc::publish: Remove a no-longer-needed TODO HSS.Nick Mathewson2023-10-241-3/+0
* hss::svc::publish: Resolve previously suppressed warnings.Nick Mathewson2023-10-243-13/+8
* hss::svc::ipt_establish: Include nickname in messages.Nick Mathewson2023-10-241-2/+4
* hss::svc::ipt_establish: Resolve suppressed warnings.Nick Mathewson2023-10-241-6/+6
* tor-hsservice: Look up the keypair, not the public key.Gabriela Moldovan2023-10-241-5/+5