summaryrefslogtreecommitdiff
path: root/crates/tor-hsservice/src/svc/publish
Commit message (Expand)AuthorAgeFilesLines
* Remove RngCompatExt.Nick Mathewson2023-11-291-3/+2
* Convert to the latest versions of dalek-cryptographyNick Mathewson2023-11-292-4/+6
* Merge branch 'persist-prefix' into 'main'Ian Jackson2023-11-281-4/+3
|\
| * tor-hsservice: ipt_set: Make note_publication_attempt a method on PublishIptSetIan Jackson2023-11-271-1/+1
| * tor-hsservice: ipt_set: Make PublishIptSet a structIan Jackson2023-11-271-4/+3
* | Merge branch 'keymgr-errors' into 'main'gabi-2502023-11-271-2/+2
|\ \ | |/ |/|
| * tor-keymgr: Add a top-level error type.Gabriela Moldovan2023-11-211-2/+2
* | HSS publisher error: lack of netdir: clarify messagegabi-2502023-11-201-1/+1
* | HSS publisher: do not crash reactor if netdir unavailableIan Jackson2023-11-201-7/+19
* | 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
|/
* tor-hsservice: Update MissingHsIdKey docs, remove outdated TODO HSS.Gabriela Moldovan2023-11-201-26/+1
* tor-hsservice: Rename MissingKey to MissingHsIdKeypair.Gabriela Moldovan2023-11-202-5/+5
* 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
|/
* 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
* HSS: publisher: Add ReactorError::Other containing FatalErrorIan Jackson2023-11-011-2/+9
* Merge branch 'abolish-svc-key-role' into 'main'gabi-2502023-10-312-26/+11
|\
| * tor-hsservice: Define key specifiers using the new helper macro (fmt).Gabriela Moldovan2023-10-302-20/+7
| * tor-hsservice: Define key specifiers using the new helper macro.Gabriela Moldovan2023-10-302-14/+12
* | 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-241-2/+0
* hss::svc::publish: Resolve previously suppressed warnings.Nick Mathewson2023-10-242-10/+8
* tor-hsservice: Make publisher trace! logs less noisy.Gabriela Moldovan2023-10-241-5/+8
* tor-hsservice: Fix misleading trace! log.Gabriela Moldovan2023-10-241-2/+3
* tor-hsservice: Consistently use structured fields to log the nickname/HSDir.Gabriela Moldovan2023-10-241-2/+2
* tor-hsservice: Add another debug! for the publisher.Gabriela Moldovan2023-10-241-1/+8
* tor-hsservice: Handle None IPT update correctly.Gabriela Moldovan2023-10-191-1/+6
* tor-hsservice: Generate the blinded keys, if they don't exist.Gabriela Moldovan2023-10-191-12/+32
* tor-hsservice: Remove unused function.Gabriela Moldovan2023-10-191-36/+2
* tor-hsservice: Auto-generate the keys needed for building the descriptor, if ...Gabriela Moldovan2023-10-191-9/+33
* tor-hsservice: Remove outdated TODO.Gabriela Moldovan2023-10-191-2/+0
* tor-hsservice: Print error sources for descriptor upload errorsIan Jackson2023-10-191-1/+3