<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-proto/src/relay, branch arti-v2.3.0</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.3.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.3.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2026-04-23T14:45:29Z</updated>
<entry>
<title>proto: Wrap PeerInfo in Arc&lt;&gt;</title>
<updated>2026-04-23T14:45:29Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-04-23T09:32:18Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0211b9058f4b1adabcc7953c6055bd40fac08664'/>
<id>urn:sha1:0211b9058f4b1adabcc7953c6055bd40fac08664</id>
<content type='text'>
To avoid copying the same information for every circuit,
as suggested by @opara in
https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/3906#note_3399497
</content>
</entry>
<entry>
<title>proto: Avoid collecting the chan identities in RelayIdSet</title>
<updated>2026-04-23T14:44:06Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-04-22T09:25:55Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c25258d8a46962bd64e00abd03f3d787b2206f18'/>
<id>urn:sha1:c25258d8a46962bd64e00abd03f3d787b2206f18</id>
<content type='text'>
It doesn't make sense to do so, as pointed out by @opara in
https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/3906#note_3398956
</content>
</entry>
<entry>
<title>proto: Use PeerInfo in the extend handler</title>
<updated>2026-04-23T14:43:58Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-04-21T10:28:13Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=99ae1ef7985f312730fa4cca3e476177169a4c70'/>
<id>urn:sha1:99ae1ef7985f312730fa4cca3e476177169a4c70</id>
<content type='text'>
Prompted by
https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/3906#note_3397922
</content>
</entry>
<entry>
<title>proto: Add test ensuring we won't extend to the previous hop</title>
<updated>2026-04-23T14:43:58Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-04-20T16:31:23Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0d58f3ca7cf6e4109af7265bab4dbefb2a42fabf'/>
<id>urn:sha1:0d58f3ca7cf6e4109af7265bab4dbefb2a42fabf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>proto: Reject EXTEND2 targeting the previous hop in the circuit</title>
<updated>2026-04-23T14:43:58Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-04-20T16:01:07Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8bada0b12dfcac69956be6e1752012611c43341d'/>
<id>urn:sha1:8bada0b12dfcac69956be6e1752012611c43341d</id>
<content type='text'>
The relay reactor will now reject any EXTEND2 that tries to extend the
circuit to a hop that shares any identities with our previous hop.

Closes #2415
</content>
</entry>
<entry>
<title>proto: Give the ExtendRequestHandler a copy of the inbound peer info</title>
<updated>2026-04-23T14:43:58Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-04-20T15:30:47Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=da241d1b3a604fc85981e9cabc29b7effd6dca9c'/>
<id>urn:sha1:da241d1b3a604fc85981e9cabc29b7effd6dca9c</id>
<content type='text'>
This will soon be used for preventing the circuit from being extended to
the previous hop (#2415).
</content>
</entry>
<entry>
<title>proto: Fix broken doc link in extend handler</title>
<updated>2026-04-23T14:43:58Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-04-20T16:46:46Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ce5d093b4f5c72f748067c3ce7fa6a01619d826c'/>
<id>urn:sha1:ce5d093b4f5c72f748067c3ce7fa6a01619d826c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>proto: Extract EXTEND2 handling into a new module</title>
<updated>2026-04-23T14:43:58Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-04-20T15:22:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ef8934dbc58ffc0fdcb518bb43be51e713324414'/>
<id>urn:sha1:ef8934dbc58ffc0fdcb518bb43be51e713324414</id>
<content type='text'>
The EXTEND2 handling logic is fairly self-contained, so I'm moving it
outside of the `Forward` handler. This refactoring enables us to add
more context to the handler (i.e. the inbound channel identities needed
for #2415) without cluttering the `Forward` implementation.

I recommend reviewing this commit with `git diff --color-moved`.
</content>
</entry>
<entry>
<title>proto: Make the CreateRequestHandler::new() take the ntor keys</title>
<updated>2026-04-21T18:01:27Z</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2026-04-16T17:00:00Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9c2259efabcd59a35b4a6d7422d0ee927b21ff98'/>
<id>urn:sha1:9c2259efabcd59a35b4a6d7422d0ee927b21ff98</id>
<content type='text'>
Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</content>
</entry>
<entry>
<title>relay: Use the new RelayNtorKeys for the create handler</title>
<updated>2026-04-21T18:01:27Z</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2026-04-16T16:41:53Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=44941fc78a470b78fb4ebf6e2a7d1faaac67b104'/>
<id>urn:sha1:44941fc78a470b78fb4ebf6e2a7d1faaac67b104</id>
<content type='text'>
Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</content>
</entry>
</feed>
