| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | Merge branch 'enable-ntorv3-v2' into 'main' | Nick Mathewson | 2023-11-27 | 7 | -165/+509 | |
| |\ \ \ \ | |/ / / |/| | | | | | | | | | | | tor-proto: Add and expose ntorv3 support See merge request tpo/core/arti!1739 | |||||
| | * | | | Fix 'target' in doc comment for create_firsthop_ntor | Jim Newsome | 2023-11-27 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | Test extend_ntor_v3 | Jim Newsome | 2023-11-27 | 1 | -10/+33 | |
| | | | | | ||||||
| | * | | | Parameterize circuit-extension test by handshake type | Jim Newsome | 2023-11-27 | 1 | -55/+68 | |
| | | | | | ||||||
| | * | | | Add `ClientCirc::extend_ntor_v3` | Jim Newsome | 2023-11-27 | 3 | -0/+79 | |
| | | | | | ||||||
| | * | | | tor-proto::circuit::reactor: handle server auxiliary handshake data | Jim Newsome | 2023-11-27 | 1 | -10/+81 | |
| | | | | | ||||||
| | * | | | Circuit reactor: test ntor-v3 "create" | Jim Newsome | 2023-11-27 | 1 | -43/+101 | |
| | | | | | ||||||
| | * | | | Add NtorV3SecretKey::generate_for_test and NtorV3SecretKey::new | Jim Newsome | 2023-11-27 | 1 | -39/+36 | |
| | | | | | ||||||
| | * | | | Add PendingClientCirc::create_firsthop_ntor_v3 | Jim Newsome | 2023-11-27 | 2 | -0/+44 | |
| | | | | | ||||||
| | * | | | Add Reactor::create_firsthop_ntor_v3 | Jim Newsome | 2023-11-27 | 1 | -0/+50 | |
| | | | | | ||||||
| | * | | | NtorV3PublicKey: make fields pub(crate), as for NtorPublicKey | Jim Newsome | 2023-11-27 | 1 | -2/+2 | |
| | | | | | ||||||
| | * | | | Use HandshakeType in Extend2 and CircuitExtender::begin | Jim Newsome | 2023-11-27 | 4 | -10/+19 | |
| |/ / / | ||||||
| * | | | Merge branch 'persist-prefix-keys' into 'main' | Nick Mathewson | 2023-11-24 | 7 | -20/+57 | |
| |\ \ \ | |_|/ |/| | | | | | | | | Key handling improvements (prompted by HSS IPT persistence) See merge request tpo/core/arti!1756 | |||||
| | * | | tor-hscrypto: Add a TODO re re-implementation of x25519 keypair gen | Ian Jackson | 2023-11-23 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | | | | IMO it is quite undesirable to have multiple copies of "gen a secret key and make a keypair out of it". Add a TODO HSS and and a ref to arti#1137 which is related. | |||||
| | * | | tor-hscrypto: Add a docs TODO re the define_pk_keypair macro | Ian Jackson | 2023-11-23 | 1 | -0/+3 | |
| | | | | ||||||
| | * | | tor-hscrypto: derive the impl of Debug for curve25519::StaticKeypair | Ian Jackson | 2023-11-23 | 3 | -10/+6 | |
| | | | | ||||||
| | * | | tor-keymgr: impl ToEncodableKey for IPT keys | Ian Jackson | 2023-11-23 | 1 | -1/+25 | |
| | | | | ||||||
| | * | | tor-hscrypto: Define Keypair conversions for all curve25519 newtypes | Ian Jackson | 2023-11-23 | 3 | -9/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Move `impl From<SpecificKeypair> for curve25519::StaticKeypair` (which was just a bespoke impl for HsClientDescEncKeypair) into the define_pk_keypair macro, so everything has it. Currently the only other user of the curve25519_pair feature is HsSvcNtorKey. 2. Provide the reverse conversion too. | |||||
| * | | | Merge branch 'coverage-ipv6' into 'main' | gabi-250 | 2023-11-22 | 1 | -1/+1 | |
| |\ \ \ | |/ / |/| | | | | | | | | use ipv6 runner instead of tpa for coverage See merge request tpo/core/arti!1754 | |||||
| | * | | use ipv6 runner instead of tpa for coverage | trinity-1686a | 2023-11-22 | 1 | -1/+1 | |
| |/ / | ||||||
| * | | Merge branch 'persist-lock' into 'main' | Alexander Færøy | 2023-11-22 | 2 | -0/+2 | |
| |\ \ | | | | | | | | | | | | | tor-persist: Make LockStatus #[must_use] See merge request tpo/core/arti!1753 | |||||
| | * | | tor-persist: Make LockStatus #[must_use] | Ian Jackson | 2023-11-22 | 2 | -0/+2 | |
| | | | | | | | | | | | | | | | | I see other problems with this API, see #1136. but we can at least easily do this. | |||||
| * | | | Merge branch 'ratelim-dep' into 'main' | Nick Mathewson | 2023-11-22 | 2 | -59/+37 | |
| |\ \ \ | | | | | | | | | | | | | | | | | Deps and lockfile: Don't use tor-error and retry-error from crates.io See merge request tpo/core/arti!1752 | |||||
| | * | | | Deps and lockfile: Don't use tor-error and retry-error from crates.io | Ian Jackson | 2023-11-21 | 2 | -59/+37 | |
| | |/ / | | | | | | | | | | | | | | | | | | | | | | tor-log-ratelim mistakenly had a non-path dependency. Changing this, and running `cargo fetch --offline` to update the lockfile, causes the build to prefer in-tree for many entries in the lockfile. | |||||
| * | | | Merge branch 'spawn-join' into 'main' | Ian Jackson | 2023-11-21 | 3 | -11/+36 | |
| |\ \ \ | |/ / |/| | | | | | | | | tor-rtmock: introduce spawn_join() for MockRuntime & MockExecutor See merge request tpo/core/arti!1746 | |||||
| | * | | tor-rtmock: get rid of unwrap() | Saksham Mittal | 2023-11-21 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | tor-circmgr: panic instead in order to return Error | Saksham Mittal | 2023-11-21 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | tor-rtmock: handle Receiver result inside spawn_join() | Saksham Mittal | 2023-11-21 | 2 | -3/+3 | |
| | | | | ||||||
| | * | | tor-rtmock: use expect() instead | Saksham Mittal | 2023-11-21 | 1 | -1/+2 | |
| | | | | ||||||
| | * | | tor-rtmock: change return types to be less concrete | Saksham Mittal | 2023-11-21 | 2 | -2/+2 | |
| | | | | ||||||
| | * | | tor-circmgr: port run_builder_test() to use spawn_join() | Saksham Mittal | 2023-11-21 | 1 | -10/+4 | |
| | | | | ||||||
| | * | | tor-rtmock: change return type of spawn_join() | Saksham Mittal | 2023-11-21 | 2 | -6/+6 | |
| | | | | | | | | | | | | | | | | This makes it synchronous. The trait bounds on the return type have also been relaxed to not require Clone | |||||
| | * | | tor-rtmock: introduce spawn_join() for MockRuntime & MockExecutor | Saksham Mittal | 2023-11-21 | 2 | -0/+30 | |
| |/ / | | | | | | | | | | | | | This helps abstract away the need to create a oneshot channel in order to get the return value out of an async function when using MockRuntime. ref: https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/1727#note_2965352 | |||||
| * | | Merge branch 'reactor-error-3-bis' into 'main' | gabi-250 | 2023-11-20 | 2 | -2/+7 | |
| |\ \ | | | | | | | | | | | | | tor-hsservice: Clarify a message See merge request tpo/core/arti!1750 | |||||
| | * | | HSS publisher error: lack of netdir: clarify message | gabi-250 | 2023-11-20 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | tor-error: fmt_ending_ok: Permit messages ending in ascii ellipsis | Ian Jackson | 2023-11-20 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tbis will result in "some message ...: the error" which I think is OK. We don't use a Unicode single-character ellipsis because that character can be hard to read at font sizes which are otherwise OK for text, and because use of non-ascii in logfiles and error messages is unecessary and might cause unnecessary trouble (for example, if the log messages end up going somewhere which isn't 100% valid UTF-8). | |||||
| | * | | tor-error: fmt_ending_ok: Implement with a direct match | Ian Jackson | 2023-11-20 | 1 | -1/+5 | |
| |/ / | | | | | | | | | Possibly at some point in the past, matching a slice directly wasn't possible. But it is now. | |||||
| * | | Merge branch 'reactor-error-3' into 'main' | Ian Jackson | 2023-11-20 | 5 | -14/+58 | |
| |\ \ | |/ |/| | | | | | HSS publisher, do some work on ReactorErrors See merge request tpo/core/arti!1724 | |||||
| | * | HSS publisher: do not crash reactor if netdir unavailable | Ian Jackson | 2023-11-20 | 1 | -7/+19 | |
| | | | | | | | | | | | | | | | It might come back. This introduces a new bug relating to logging, but it does abolish one of the variants of ReactorError. | |||||
| | * | HSS errors: expose and sort out NetdirProviderShutdown error type (fmt) | Ian Jackson | 2023-11-20 | 1 | -1/+1 | |
| | | | | | | | | | IHNI why rustfmt wants to do this *now* | |||||
| | * | HSS errors: expose and sort out NetdirProviderShutdown error type | Ian Jackson | 2023-11-20 | 4 | -3/+16 | |
| | | | | | | | | | | | | | We're going have it in an variant in FatalError. Also make it impl HasKind and have IptError delegate to that. | |||||
| | * | HSS publisher errors: Declare that we want to abolish ReactorError | Ian Jackson | 2023-11-20 | 1 | -2/+23 | |
| | | | | | | | | | And explain why this isn't just a question of merging it with FatalError. | |||||
| | * | HSS publisher: Remove a redundant debug message | Ian Jackson | 2023-11-20 | 1 | -2/+0 | |
| | | | | | | | | | The call to reactor.run() in publish.rs, launch(), calls warn_report. | |||||
| * | | Merge branch 'more-denotators' into 'main' | gabi-250 | 2023-11-20 | 1 | -14/+83 | |
| |\ \ | |/ |/| | | | | | | | | | tor-keymgr: Support encoding more than one denotator in an ArtiPath. Closes #1093 and #1112 See merge request tpo/core/arti!1747 | |||||
| | * | tor-keymgr: Update ArtiPath docs. | Gabriela Moldovan | 2023-11-20 | 1 | -5/+9 | |
| | | | ||||||
| | * | tor-keymgr: Remove now-outdated TODO HSSs. | Gabriela Moldovan | 2023-11-20 | 1 | -6/+0 | |
| | | | ||||||
| | * | tor-keymgr: Support encoding more than one denotator in an ArtiPath. | Gabriela Moldovan | 2023-11-20 | 1 | -3/+74 | |
| | | | | | | | | | Closes arti#1112 | |||||
| * | | Merge branch 'deprecate-hs-client-intro-auth' into 'main' | gabi-250 | 2023-11-20 | 7 | -37/+34 | |
| |\ \ | |/ |/| | | | | | | | | | tor-hscrypto: Deprecate HsClientIntroAuth{Key, Keypair}. Closes #1037 See merge request tpo/core/arti!1749 | |||||
| | * | tor-keymgr: Remove the ToEncodableKey impl of HsClientIntroAuthKeypair. | Gabriela Moldovan | 2023-11-20 | 1 | -15/+0 | |
| | | | | | | | | | | | `HsClientIntroAuthKeypair` is deprecated and no longer used as an "encodable key". | |||||
| | * | arti-client: Stop using HsClientIntroAuthKeypair for client auth. | Gabriela Moldovan | 2023-11-20 | 1 | -15/+1 | |
| | | | | | | | | | Closes #1037 | |||||
