summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'deprecate-hs-client-intro-auth' into 'main'gabi-2502023-11-207-37/+34
|\ \ | |/ |/|
| * tor-keymgr: Remove the ToEncodableKey impl of HsClientIntroAuthKeypair.Gabriela Moldovan2023-11-201-15/+0
| * arti-client: Stop using HsClientIntroAuthKeypair for client auth.Gabriela Moldovan2023-11-201-15/+1
| * tor-hsclient: Deprecate HsClientSecretKeysBuilder::ks_hsc_intro_auth().Gabriela Moldovan2023-11-203-1/+8
| * tor-keymgr: Allow the use of the newly deprecated HsClientIntroAuthKeypair (f...Gabriela Moldovan2023-11-201-4/+4
| * tor-keymgr: Allow the use of the newly deprecated HsClientIntroAuthKeypair.Gabriela Moldovan2023-11-201-1/+4
| * tor-hscrypto: Move HsClientIntroAuthKey to a separate module (fmt).Gabriela Moldovan2023-11-201-16/+15
| * tor-hscrypto: Move HsClientIntroAuthKey to a separate module.Gabriela Moldovan2023-11-201-0/+13
| * tor-hscrypto: Deprecate HsClientIntroAuth{Key, Keypair}.Gabriela Moldovan2023-11-202-1/+5
* | Merge branch 'send_dos_params' into 'main'Nick Mathewson2023-11-207-26/+116
|\ \
| * | Add more reference links.Nick Mathewson2023-11-201-1/+5
| * | Send DosParams conditionally on HsIntro support.Nick Mathewson2023-11-203-4/+13
| * | Improve documentation in/around DosParams extensionNick Mathewson2023-11-203-8/+32
| * | 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
* | | Merge branch 'derive-adhoc' into 'main'gabi-2502023-11-2010-419/+246
|\ \ \ | |/ / |/| |
| * | tor-keymgr: Add TODO about possibly abolishing arti_pattern.Gabriela Moldovan2023-11-201-0/+3
| * | tor-keymgr: Make the arti_path_prefix() helper private.Gabriela Moldovan2023-11-201-1/+1
| * | tor-keymgr: Abolish the `role()` public key specifier function.Gabriela Moldovan2023-11-201-9/+0
| * | 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-keymgr: Use ${for fields} to count the number of denotators (fmt).Gabriela Moldovan2023-11-201-5/+4
| * | tor-keymgr: Use ${for fields} to count the number of denotators.Gabriela Moldovan2023-11-201-8/+3
| * | tor-keymgr: Refactor a commonly used condition into a defcond.Gabriela Moldovan2023-11-201-5/+8
| * | tor-keymgr: Apply review suggestions to various doc comments.Gabriela Moldovan2023-11-202-6/+13
| * | tor-keymgr: Do not require owned types in arti_pattern().Gabriela Moldovan2023-11-201-3/+3
| * | tor-keymgr: Suppress a confused clippy warning.Gabriela Moldovan2023-11-201-0/+2
| * | tor-keymgr: Remove unused macro.Gabriela Moldovan2023-11-201-241/+0
| * | 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
| * | tor-keymgr: Rewrite define_key_specifier using derive-adhoc (fmt).Gabriela Moldovan2023-11-201-37/+36
| * | tor-keymgr: Rewrite define_key_specifier using derive-adhoc.Gabriela Moldovan2023-11-204-18/+152
| * | tor-keymgr: Add tests for arti_prefix().Gabriela Moldovan2023-11-201-0/+11
| * | tor-keymgr: Add tests for arti_pattern().Gabriela Moldovan2023-11-201-0/+15
|/ /
* | 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
* | Merge branch 'tracing-ratelim-redux' into 'main'Nick Mathewson2023-11-188-35/+1012
|\ \
| * | Fix a broken doc linkNick Mathewson2023-11-161-1/+1
| * | ratelim: simplify LogState::reset.Nick Mathewson2023-11-161-4/+1
| * | ratelim: switch time list to start very short.Nick Mathewson2023-11-161-4/+20
| * | ratelim: Add a note about summary accuracyNick Mathewson2023-11-161-0/+6
| * | ratelim: Add a comment about behavior on reactor shutdownNick Mathewson2023-11-161-0/+5
| * | Ratelim: use now() to see how long we have been dormantNick Mathewson2023-11-161-9/+22
| * | ratelim: Note that timeouts are in minutes.Nick Mathewson2023-11-162-11/+2
| * | ratelim: refactor to avoid unreachable codeNick Mathewson2023-11-163-43/+22
| * | ratelim: rename limiter.rs to ratelim.rsNick Mathewson2023-11-162-5/+5
| * | log_ratelim: Use a real error type for install_runtime()Nick Mathewson2023-11-163-5/+16