<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-proto/src/relay/channel/create_handler.rs, branch main</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=main</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2026-08-18T16:13:57Z</updated>
<entry>
<title>proto: Update create handler tests to no longer expect DESTROY</title>
<updated>2026-08-18T16:13:57Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-08-13T14:49:22Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9857a5bbe5483e2130c6a8a5108350aa7cb7f114'/>
<id>urn:sha1:9857a5bbe5483e2130c6a8a5108350aa7cb7f114</id>
<content type='text'>
Now that we no longer respond to DESTROY by sending a DESTROY ourselves,
these tests need to be updated.
</content>
</entry>
<entry>
<title>tor-proto: make `CreateRequestHandler` methods async</title>
<updated>2026-08-12T14:35:07Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-08-11T23:57:36Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=077a92b9e2f1ab5fd8caec277c5abbf1737882fd'/>
<id>urn:sha1:077a92b9e2f1ab5fd8caec277c5abbf1737882fd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-proto: use `CgoRelayCrypto`/`Tor1RelayCrypto` aliases</title>
<updated>2026-08-12T14:35:07Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-08-11T23:42:52Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=70e2d2490bcd63a363d32fa8128f31c7da4a2345'/>
<id>urn:sha1:70e2d2490bcd63a363d32fa8128f31c7da4a2345</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-proto: change `TryFrom&lt;_&gt; for HandshakeSubprotocols` to a dedicated constructor</title>
<updated>2026-08-12T14:35:07Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-08-11T23:32:47Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=84c541d517fe9488e1c77705cfe9f449391c6750'/>
<id>urn:sha1:84c541d517fe9488e1c77705cfe9f449391c6750</id>
<content type='text'>
Replaces `TryFrom&lt;SubprotocolRequest&gt; for HandshakeSubprotocols`.
</content>
</entry>
<entry>
<title>tor-proto: check the handshake type in the ntor test</title>
<updated>2026-08-12T14:35:07Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-08-03T00:44:36Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=092142782fa80ceff0695532abfeceed990b782a'/>
<id>urn:sha1:092142782fa80ceff0695532abfeceed990b782a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-proto: implement the ntor-v3 handshake</title>
<updated>2026-08-12T14:35:07Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-06-29T16:43:20Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=546ee4df27b4b01c0f5fda777f018023efab6beb'/>
<id>urn:sha1:546ee4df27b4b01c0f5fda777f018023efab6beb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'mock-net' into 'main'</title>
<updated>2026-07-30T18:30:41Z</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2026-07-30T18:30:41Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=89a6d20002e383a565aab79e4ea7305b309e8e5c'/>
<id>urn:sha1:89a6d20002e383a565aab79e4ea7305b309e8e5c</id>
<content type='text'>
tor-proto: Small improvements to circuit handshake tests

See merge request tpo/core/arti!4254</content>
</entry>
<entry>
<title>Merge branch 'create-fast' into 'main'</title>
<updated>2026-07-30T17:54:40Z</updated>
<author>
<name>opara</name>
<email>opara@torproject.org</email>
</author>
<published>2026-07-30T17:54:40Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=111c29ccb444095a14d1189c132c6a4947b48608'/>
<id>urn:sha1:111c29ccb444095a14d1189c132c6a4947b48608</id>
<content type='text'>
tor-protover,tor-proto: Add and use a new `subprotocol_restricted_set` macro

See merge request tpo/core/arti!4241</content>
</entry>
<entry>
<title>tor-proto: reuse existing channels in ntor test</title>
<updated>2026-07-30T17:47:12Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-07-30T17:40:14Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=91a66a21f78cbfd08d635c2b6c1c230f235b6937'/>
<id>urn:sha1:91a66a21f78cbfd08d635c2b6c1c230f235b6937</id>
<content type='text'>
Now that we read all of the cells from the connection inspector, we can
reuse the existing channel objects.
</content>
</entry>
<entry>
<title>tor-proto: extend circ handshake tests to close the circuit</title>
<updated>2026-07-30T17:46:47Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-07-30T17:39:31Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=11b8c66449a625816132d4c3d734287a6f2ff930'/>
<id>urn:sha1:11b8c66449a625816132d4c3d734287a6f2ff930</id>
<content type='text'>
</content>
</entry>
</feed>
