summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | tor-netdoc: Expose B16 types and FixedB64Ian Jackson2026-04-232-2/+3
| * | | | tor-netdoc: impl conversions from tor-checkable errors to VerifyFailedIan Jackson2026-04-232-0/+18
| * | | | tor-netdoc: impl ItemValueEncodable for RouterSigEd25519Ian Jackson2026-04-231-1/+2
| * | | | tor-netdoc: impl ItemArgumet for ed25519::SignatureIan Jackson2026-04-232-1/+10
| * | | | tor-neteoc: RouterSigEd25519: Implement encode_signIan Jackson2026-04-231-0/+60
| * | | | tor-neteoc: RouterSigEd25519: break out hashIan Jackson2026-04-231-6/+15
| * | | | tor-neteoc: de-cfg-gate routerdesc signaturesIan Jackson2026-04-231-2/+0
| * | | | tor-netdoc: RouterSignature: Add a TODO about maybe deduplicationIan Jackson2026-04-231-0/+1
| * | | | tor-netdoc: RouterSigEd25519: Add a TODO about maybe standardisationIan Jackson2026-04-231-0/+2
| * | | | tor-netdoc: Add RouterDescSignatures typeClara Engler2026-04-232-1/+25
| * | | | tor-netdoc: Add RouterSigEd25519 typeClara Engler2026-04-232-0/+36
| * | | | tor-netdoc: Add RouterDescSignature typeClara Engler2026-04-232-1/+36
| * | | | tor-netdoc: Add RouterHashAccuClara Engler2026-04-232-0/+12
| * | | | tor-netdoc: de-cfg-gate the types/misc/routerdesc moduleIan Jackson2026-04-232-2/+0
| * | | | tor-netdoc: types/misc.rs: routerdesc: use super::*Ian Jackson2026-04-231-8/+1
| * | | | tor-netdoc: Better error message for failure to implement encoding traitIan Jackson2026-04-231-1/+1
* | | | | Merge branch 'netdoc-features-p2' into 'main'Ian Jackson2026-04-2710-156/+80
|\| | | | | |_|/ / |/| | |
| * | | tor-netdoc: Gate authcert/encoded.rs and poc behind incomplete and plain-cons...Ian Jackson2026-04-233-2/+6
| * | | tor-netdoc: Un-gate BASE64_PEM_MAX_LINEIan Jackson2026-04-231-1/+0
| * | | tor-netdoc: Tidy use's in authcert.rsIan Jackson2026-04-231-9/+5
| * | | tor-netdoc: Un-gate parse2 and encode in authcert.rsIan Jackson2026-04-231-31/+5
| * | | tor-netdoc: types/misc.rs: un-gate two helper methodsIan Jackson2026-04-231-2/+0
| * | | tor-netdoc: types/misc.rs: abolish a now-unneeded block in a testIan Jackson2026-04-231-26/+23
| * | | tor-netdoc: types/misc.rs: tidy preivously cfg'd use'sIan Jackson2026-04-231-31/+25
| * | | tor-netdoc: Remove much cfg in types/misc.rsIan Jackson2026-04-231-47/+14
| * | | tor-netdoc: Un-gate parse2 and encode coreIan Jackson2026-04-233-5/+0
| * | | tor-netdoc: Make rand dependency unconditionalIan Jackson2026-04-231-4/+4
| |/ /
* | | Merge branch 'rsa-identity-to-bytes' into 'main'Clara Engler2026-04-231-0/+5
|\ \ \
| * | | tor-llcrypto: Add RsaIdentity::to_bytes()Clara Engler2026-04-231-0/+5
| |/ /
* | | proto: Wrap PeerInfo in Arc<>Gabriela Moldovan2026-04-233-9/+9
* | | safelog: Add new MaybeSensitive::map() functionGabriela Moldovan2026-04-231-0/+15
* | | proto: Avoid collecting the chan identities in RelayIdSetGabriela Moldovan2026-04-231-10/+2
* | | proto: Apply deferred rustfmtGabriela Moldovan2026-04-231-5/+2
* | | proto: Remove expect(unused) from channel PeerInfoGabriela Moldovan2026-04-231-1/+0
* | | proto: Build the PeerInfo from the dummy target in the testsGabriela Moldovan2026-04-231-5/+14
* | | proto: Use PeerInfo in the extend handlerGabriela Moldovan2026-04-232-3/+4
* | | proto: Add an accessor for the PeerInfo of a channelGabriela Moldovan2026-04-231-0/+6
* | | proto: Add test ensuring we won't extend to the previous hopGabriela Moldovan2026-04-231-1/+43
* | | proto: Reject EXTEND2 targeting the previous hop in the circuitGabriela Moldovan2026-04-231-1/+13
* | | proto: Give the ExtendRequestHandler a copy of the inbound peer infoGabriela Moldovan2026-04-233-1/+8
* | | proto: Fix broken doc link in extend handlerGabriela Moldovan2026-04-231-1/+3
* | | proto: Extract EXTEND2 handling into a new moduleGabriela Moldovan2026-04-232-200/+254
|/ /
* | Merge branch 'routerdescs2-types' into 'main'Clara Engler2026-04-238-11/+403
|\ \
| * | tor-netdoc: Fix B16U debug implementationClara Engler2026-04-221-1/+1
| * | tor-netdoc: Fix FixedB16U debug implementationClara Engler2026-04-221-1/+1
| * | tor-netdoc: Add TODO for FixedB16U's Display implementationClara Engler2026-04-221-0/+1
| * | tor-netdoc: Add spec links to all routerdesc typesClara Engler2026-04-221-0/+8
| * | tor-netdoc: Add spec link to RouterDescClara Engler2026-04-221-0/+4
| * | tor-netdoc: pub mod routerdescClara Engler2026-04-223-8/+6
| * | tor-netdoc: ItemArgumentParseable for RelayPlatformClara Engler2026-04-222-0/+13