<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-proto/src/channel.rs, branch arti-v1.7.0</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.7.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.7.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2025-10-23T17:47:06Z</updated>
<entry>
<title>proto: Feature flag some relay specific code</title>
<updated>2025-10-23T17:47:06Z</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2025-10-23T14:44:26Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0fb991e2369ea80e2c1d1e70b566eb7bd4b38968'/>
<id>urn:sha1:0fb991e2369ea80e2c1d1e70b566eb7bd4b38968</id>
<content type='text'>
Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</content>
</entry>
<entry>
<title>proto: Compute authenticate data after validating certificates</title>
<updated>2025-10-23T17:46:24Z</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2025-10-22T15:58:33Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=95d256e0828b8a00f7af67a3a1cda5822136c51c'/>
<id>urn:sha1:95d256e0828b8a00f7af67a3a1cda5822136c51c</id>
<content type='text'>
This is only done if we kept the AUTH_CHALLENGE cell and we have relay
identities. In other words, this is only when the UnverifiedChannel was
created from a RelayInitiatorHandshake.

Note: The check_internal() function is too large and should be
refactored in smaller pieces.

Note: It is also likely that we need to split UnverifiedChannel and
VerifiedChannel as it is getting client or relay members. Not great.

Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</content>
</entry>
<entry>
<title>proto: Add RelayInitiatorHandshake</title>
<updated>2025-10-23T17:44:42Z</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2025-10-22T14:25:16Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=fa78ad3aa8a47e579b55ed0025cc730bd0b159fe'/>
<id>urn:sha1:fa78ad3aa8a47e579b55ed0025cc730bd0b159fe</id>
<content type='text'>
This implements the relay initiator side of the handshake up to the
creation of an unverified channel.

Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</content>
</entry>
<entry>
<title>proto: Change visibility for some channel objects</title>
<updated>2025-10-23T17:43:33Z</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2025-10-22T14:07:47Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5dc9a5df573879edff32fe092ef63fca723db9a7'/>
<id>urn:sha1:5dc9a5df573879edff32fe092ef63fca723db9a7</id>
<content type='text'>
Upcoming code for relay channels are put in the src/relay module and
thus we need visibility into some channel generic things.

Turns out also we don't need to re-export publicly UnverifiedChannel and
VerifiedChannel.

Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</content>
</entry>
<entry>
<title>proto: Move celltypes out of client</title>
<updated>2025-10-13T18:09:13Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-10-09T12:47:19Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5d51c3dc81c298fce630218a6905446851497604'/>
<id>urn:sha1:5d51c3dc81c298fce630218a6905446851497604</id>
<content type='text'>
Some of these are relay-specific, so it makes more sense to pull this
into a top-level module.
</content>
</entry>
<entry>
<title>proto: experimental API to install a per-channel padder.</title>
<updated>2025-10-02T16:04:40Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-10-02T14:25:05Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=cdfea1f38c314e0b34d5bf2babf883b98bb8148e'/>
<id>urn:sha1:cdfea1f38c314e0b34d5bf2babf883b98bb8148e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>proto: start implementing logic for padding actions.</title>
<updated>2025-10-02T16:04:40Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-10-01T20:14:37Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7d220263a5dc8ac4798d7ce5cc3eae1109b9df5c'/>
<id>urn:sha1:7d220263a5dc8ac4798d7ce5cc3eae1109b9df5c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a blocker to channel outbound sink.</title>
<updated>2025-10-02T16:04:40Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-10-01T19:13:16Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=36864325e82b296c51efbce65467ab2b483a7196'/>
<id>urn:sha1:36864325e82b296c51efbce65467ab2b483a7196</id>
<content type='text'>
</content>
</entry>
<entry>
<title>proto: Generate per-sender NormalSent events from circuits.</title>
<updated>2025-10-01T16:51:05Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-10-01T15:21:28Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=690dfc5b87788a146f1222db65fbc98e1c669337'/>
<id>urn:sha1:690dfc5b87788a146f1222db65fbc98e1c669337</id>
<content type='text'>
</content>
</entry>
<entry>
<title>proto: Propagate PaddingCtrl into ChannelSender.</title>
<updated>2025-10-01T16:51:05Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-10-01T15:08:30Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5bcba5ccc97defde3897fd2f6c3b42747d487ed3'/>
<id>urn:sha1:5bcba5ccc97defde3897fd2f6c3b42747d487ed3</id>
<content type='text'>
We'll need it to tell the channel padder when padding is queued.
</content>
</entry>
</feed>
