aboutsummaryrefslogtreecommitdiff
path: root/crates/arti-rpc-client-core/src/conn/auth.rs
Commit message (Expand)AuthorAgeFilesLines
* rpc-client-core: Add missing CookieBeginReply docsGabriela Moldovan2025-12-011-0/+1
* 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
* arti-rpc-client-core: Rename Authentication{Rejected=>Failed}Nick Mathewson2025-01-231-3/+3
* rpclib: Avoid overuse of execute_internal_ok.Nick Mathewson2025-01-231-7/+11
* rpclib: Rename params/reply structs for consistency.Nick Mathewson2025-01-211-6/+7
* rpclib: Add a note about where cookie auth is documented.Nick Mathewson2025-01-151-0/+1
* rpclib: Clean up after performing cookie authNick Mathewson2025-01-151-2/+7
* rpc: Tweak cookie protocol to bind both nonces.Nick Mathewson2025-01-151-2/+3
* arti-rpc-client-core: Client side of cookie authentication.Nick Mathewson2025-01-151-1/+68
* rpclib: Unify code internally generated requestsNick Mathewson2024-09-251-26/+3
* rpclib: Support opening a data stream.Nick Mathewson2024-09-091-4/+7
* rpc: Make ObjectId hold a Utf8CString internally.Nick Mathewson2024-08-061-1/+1
* rpclib: Split ParsedRequest and Request types.Nick Mathewson2024-08-041-7/+5
* rpclib: Initial tests for RpcConnNick Mathewson2024-07-241-1/+1
* rpc: Remove negotiation code.Nick Mathewson2024-07-161-52/+4
* rpc client: Documentation.Nick Mathewson2024-07-161-1/+20
* RPC: Implement connection negotiation.Nick Mathewson2024-07-161-0/+94