summaryrefslogtreecommitdiff
path: root/crates/tor-hsservice/src
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'send_dos_params' into 'main'Nick Mathewson2023-11-203-18/+85
|\
| * Send DosParams conditionally on HsIntro support.Nick Mathewson2023-11-201-4/+11
| * Improve documentation in/around DosParams extensionNick Mathewson2023-11-201-1/+8
| * hss: Take intro_dos extension from configuration and send it.Nick Mathewson2023-11-202-4/+44
| * hss: pipe config watchers into ipt_establish.Nick Mathewson2023-11-202-9/+22
* | tor-hsservice: Update MissingHsIdKey docs, remove outdated TODO HSS.Gabriela Moldovan2023-11-202-32/+2
* | tor-hsservice: Rename MissingKey to MissingHsIdKeypair.Gabriela Moldovan2023-11-204-9/+11
* | tor-hsservice: Remove unused macro.Gabriela Moldovan2023-11-201-83/+1
* | tor-hsservice: Derive the service key specifier implementations (fmt).Gabriela Moldovan2023-11-201-54/+54
* | tor-hsservice: Derive the service key specifier implementations.Gabriela Moldovan2023-11-201-24/+43
|/
* 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 remote-tracking branch 'public/hs_begin'Nick Mathewson2023-11-161-0/+10
|\ \ | |/ |/|
| * hss: document behavior needed for indistinguishabilityNick Mathewson2023-10-231-2/+12
* | 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
|/ /
* | Merge branch 'time-store' into 'main'Ian Jackson2023-11-023-3/+417
|\ \
| * | tor-hsservice: time_store: Add TODO HSS re serialisationsIan Jackson2023-11-021-0/+5
| * | tor-hsservice: time_store: Slight structural tidyingIan Jackson2023-11-021-3/+1
| * | HSS time_store: clarify by removing a commagabi-2502023-11-021-1/+1
| * | tor-hsservice: New time_store module (provide accessors)Ian Jackson2023-11-011-2/+43
| * | tor-hsservice: New time_store moduleIan Jackson2023-11-012-0/+372
| * | tor-hsservice: timeout_track: Remove some unnecessary allowsIan Jackson2023-11-011-3/+1
* | | tor-hsservice: Use KeyDenotator::decode instead of manually decoding the deno...Gabriela Moldovan2023-11-021-12/+7
* | | tor-keymgr: Use the new denotator separator instead of underscore.Gabriela Moldovan2023-11-021-3/+3
* | | 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
* | | replay: Remove false-positive special-casing in testsNick Mathewson2023-11-021-31/+10
* | | Add a missing backtick.gabi-2502023-11-021-1/+1
* | | Use io::Result to shorten return type.gabi-2502023-11-021-1/+1
* | | Add a replay log to IptMsgHandler.Nick Mathewson2023-11-021-0/+35
* | | hss: Add functionality for a persistent replay log.Nick Mathewson2023-11-022-0/+422
* | | Merge branch 'hss-err-misc' into 'main'Ian Jackson2023-11-012-2/+22
|\ \ \ | |/ / |/| |
| * | HSS: impl HasKind for FatalErrorIan Jackson2023-11-011-0/+13