aboutsummaryrefslogtreecommitdiff
path: root/crates/arti-rpcserver/src/connection/auth
Commit message (Expand)AuthorAgeFilesLines
* rpc: Do not allow a connection to be authenticated twiceNick Mathewson2026-03-162-2/+2
* rpc: Move responsibility for Session creation to ConnectionNick Mathewson2026-03-162-12/+8
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-1/+1
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-1/+1
* rpcserver: Remove stale TODO about authenticationNick Mathewson2025-01-281-3/+0
* rpcserver: Improve conversion of authentication error.Nick Mathewson2025-01-281-7/+0
* rpc: More documentation on cookie_continue.Nick Mathewson2025-01-151-0/+5
* rpc: Clarify auth-repetition rules.Nick Mathewson2025-01-151-2/+5
* rpc: Document cookie messages a little more.Nick Mathewson2025-01-151-1/+14
* rpc: Refactor Cookie and UnloadedCookie into a single type.Nick Mathewson2025-01-151-1/+10
* rpc: consolodate naming of "inherent" auth.Nick Mathewson2025-01-151-5/+9
* rpc: Tweak cookie protocol to bind both nonces.Nick Mathewson2025-01-151-4/+9
* rpc: Keep Cookie in an Arc.Nick Mathewson2025-01-151-2/+2
* arti-rpcserver: Server side of cookie auth.Nick Mathewson2025-01-152-8/+172
* arti-rpcserver: Tell connections what kind of auth to expect.Nick Mathewson2025-01-151-5/+7
* arti-rpcserver: move inherent authentication to its own module.Nick Mathewson2025-01-151-0/+77