aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | proto: Set the link protocol outside the recv VERSIONS helperDavid Goulet2026-03-193-17/+25
| * | | | | proto: Fix unit testsDavid Goulet2026-03-191-7/+17
| * | | | | proto: Improve logging in channel handshakeDavid Goulet2026-03-191-2/+2
| * | | | | chanmgr: Don't get the peer cert as a responder channelDavid Goulet2026-03-191-9/+1
| * | | | | proto: Responder channel properly validates the AUTHENTICATE cellDavid Goulet2026-03-193-18/+73
| * | | | | proto: Add specialized build functions for ChannelAuthenticationDataDavid Goulet2026-03-194-67/+69
| * | | | | proto: New UnverifiedInitiatorChannelDavid Goulet2026-03-195-174/+146
| * | | | | proto: Move cert validation per specialized channelDavid Goulet2026-03-195-94/+153
| * | | | | proto: Add the verify_link_auth_cert() helperDavid Goulet2026-03-192-2/+58
| * | | | | proto: Use RelayIds in a VerifiedChannelDavid Goulet2026-03-195-64/+50
| * | | | | proto: Move into a helper function the TLS cert validationDavid Goulet2026-03-191-28/+61
| * | | | | proto: Split relay identity checks from CERTS into its own functionDavid Goulet2026-03-191-90/+109
| * | | | | proto: Extract inline helpers into struct itselfDavid Goulet2026-03-191-40/+46
|/ / / / /
* | | | | Merge branch 'update-geoip' into 'main'Alexander Hansen Færøy2026-03-192-66298/+422637
|\ \ \ \ \
| * | | | | tor-geoip: Update geoip manuallyClara Engler2026-03-192-66298/+422637
| | |/ / / | |/| | |
* | | | | Merge branch 'signature-rework' into 'main'Ian Jackson2026-03-1918-350/+993
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | tor-netdoc: signature orderliness: add some xrefsIan Jackson2026-03-192-1/+6
| * | | | tor-netdoc: signature ordering: discuss an alternative impl approachIan Jackson2026-03-191-0/+3
| * | | | tor-netdoc: signature orderliness: orderly signs don't cover other sigsIan Jackson2026-03-191-0/+1
| * | | | tor-netdoc: signature orderliness: shuffle wording slightlyIan Jackson2026-03-191-1/+1
| * | | | tor-netdoc: signature orderliness: change terminologyIan Jackson2026-03-192-8/+8
| * | | | tor-netdoc: NetdocParseableSignatures: discuss orderingIan Jackson2026-03-191-0/+44
| * | | | tor-netdoc: Apply deferred rustfmt churn to importsIan Jackson2026-03-193-7/+7
| * | | | tor-netdoc: encoding: Plan for encoding signed documentsIan Jackson2026-03-191-0/+23
| * | | | tor-netdoc: parse2: Add some navigational commentsIan Jackson2026-03-191-1/+64
| * | | | tor-netdoc: parse2: Include body length in SignaturesDataIan Jackson2026-03-192-0/+5
| * | | | tor-netdoc: parse2: Don't impl NetdocParseable for bodies of signed docsIan Jackson2026-03-196-16/+105
| * | | | tor-netdoc: parse2: Don't impl NetdocParseable for bodies of signed docs (pre...Ian Jackson2026-03-192-4/+11
| * | | | tor-netdoc: authcert test: Avoid using NetdocParseable for AuthCertIan Jackson2026-03-191-3/+4
| * | | | tor-dirserver: Avoid using NetdocParseable for consensusesIan Jackson2026-03-191-4/+8
| * | | | tor-dirserver: Avoid using NetdocParseable for consensuses (prep)Ian Jackson2026-03-191-4/+10
| * | | | tor-netdoc: parse2: Unify top-level derive as NetdocUParseablenverifiedIan Jackson2026-03-195-37/+40
| * | | | tor-netdoc: parse2: Break out IMPL_NETDOC_PARSEABLE in a deftly moduleIan Jackson2026-03-191-161/+175
| * | | | tor-netdoc: parse2: Move hash out of signature items (fmt)Ian Jackson2026-03-191-17/+19
| * | | | tor-netdoc: parse2: Move hash out of signature itemsIan Jackson2026-03-1912-84/+264
| * | | | tor-netdoc: parse2: Move hash out of signature items (prep)Ian Jackson2026-03-193-13/+22
| * | | | tor-netdoc: parse2: SignatureHashInputs: Include document so farIan Jackson2026-03-192-0/+5
| * | | | tor-netdoc: parse2: Introduce SignatureData structIan Jackson2026-03-199-34/+59
| * | | | tor-netdoc: NetdocParseableSignatures: Make into its own traitIan Jackson2026-03-195-23/+26
| * | | | tor-netdoc: NetdocParseableSignatures: Make into its own macroIan Jackson2026-03-195-32/+125
| * | | | tor-netdoc: Add VerifyFailed::BugIan Jackson2026-03-191-0/+3
| * | | | tor-netdoc: Provide AsMutSelf derive macroIan Jackson2026-03-192-1/+43
| * | | | tor-netdoc: parse2 derive: break out INIT_ACCUMULATE_VARSIan Jackson2026-03-191-17/+25
| * | | | tor-netdoc: parse2: netstatus poc: Improve docs slightlyIan Jackson2026-03-191-0/+3
| * | | | tor-netdoc: parse2: Give reference to what a Regular signature isIan Jackson2026-03-191-0/+2
| * | | | tor-netdoc: parse2: Fix an error messageIan Jackson2026-03-191-1/+1
|/ / / /
* | | | Merge branch 'ticket1596_02' into 'main'David Goulet2026-03-181-11/+48
|\ \ \ \
| * | | | chanmgr: Add a comment/TODO about channel expiryDavid Goulet2026-03-181-0/+16
| * | | | chanmgr: Support reconfigure of unauthenticated channelsDavid Goulet2026-03-181-5/+8
| * | | | chanmgr: Use the unauth_channels listDavid Goulet2026-03-181-7/+12