<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-cell/src/relaycell/onion_service.rs, branch arti-v1.0.1</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.0.1</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.0.1'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2022-09-26T12:07:33Z</updated>
<entry>
<title>Merge branch 'cell-introduce2' into 'main'</title>
<updated>2022-09-26T12:07:33Z</updated>
<author>
<name>Ian Jackson</name>
<email>iwj@torproject.org</email>
</author>
<published>2022-09-26T12:07:33Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0154d82522d077332a3d3871bf3ae8e50b6562da'/>
<id>urn:sha1:0154d82522d077332a3d3871bf3ae8e50b6562da</id>
<content type='text'>
Implement Introduce2 tor cell

See merge request tpo/core/arti!736</content>
</entry>
<entry>
<title>Implement Introduce2 tor cell</title>
<updated>2022-09-21T04:34:13Z</updated>
<author>
<name>Yuan Lyu</name>
<email>lyuyuan92@gmail.com</email>
</author>
<published>2022-09-21T04:34:13Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6e5874d15bfa8f7e188a04aeda520d58846adcc8'/>
<id>urn:sha1:6e5874d15bfa8f7e188a04aeda520d58846adcc8</id>
<content type='text'>
Reuse the same Introduce inner body implementation
of Introduce1.
</content>
</entry>
<entry>
<title>Intoduce1: Use a constant-time check for all-zero RsaIdentity</title>
<updated>2022-09-20T13:36:49Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-09-20T13:36:49Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3e922e5ededfc9c7915407cf30171342078cc30e'/>
<id>urn:sha1:3e922e5ededfc9c7915407cf30171342078cc30e</id>
<content type='text'>
As a matter of good crypto practice, we shouldn't use
short-circuiting checks to compare keys or key-like objects, since
the amount of time taken by those checks can leak information about
their inputs.

I don't think it's actually _necessary_ to use a constant-time
operation in this case, but let's establish the precedent.

This is a follow-up to !724.
</content>
</entry>
<entry>
<title>Implement onion service Introduce1</title>
<updated>2022-09-09T03:48:56Z</updated>
<author>
<name>Yuan Lyu</name>
<email>lyuyuan92@gmail.com</email>
</author>
<published>2022-09-07T04:25:27Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1a3b979ecf650748460e1f1bee99e7c42b993cfb'/>
<id>urn:sha1:1a3b979ecf650748460e1f1bee99e7c42b993cfb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clean up EstablishIntro cell</title>
<updated>2022-08-25T20:45:40Z</updated>
<author>
<name>Yuan Lyu</name>
<email>lyuyuan92@gmail.com</email>
</author>
<published>2022-07-27T04:08:32Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=08e55bc9b12d77211f0318ec9694e24e26c65dcf'/>
<id>urn:sha1:08e55bc9b12d77211f0318ec9694e24e26c65dcf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement establish rendezvous cell</title>
<updated>2022-08-05T04:04:42Z</updated>
<author>
<name>Yuan Lyu</name>
<email>lyuyuan92@gmail.com</email>
</author>
<published>2022-07-30T02:24:11Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=25bb25ddcbd80bffd79747f6929574074cde07b4'/>
<id>urn:sha1:25bb25ddcbd80bffd79747f6929574074cde07b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Several typo fixes from `typos`.</title>
<updated>2022-07-27T14:12:32Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-07-27T14:12:32Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=dfdcc97858bd6e824c5e6aa4604746ede551780c'/>
<id>urn:sha1:dfdcc97858bd6e824c5e6aa4604746ede551780c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix compilation of EstablishInto encoding.</title>
<updated>2022-07-22T14:30:01Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-07-22T14:25:14Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=bc75e6402b6a2300c6a78a9b1a4b54ec30025c13'/>
<id>urn:sha1:bc75e6402b6a2300c6a78a9b1a4b54ec30025c13</id>
<content type='text'>
It was based on the old `Writeable` API.
</content>
</entry>
<entry>
<title>Implement ESTABLISH_INTRO relay cell</title>
<updated>2022-07-19T01:22:43Z</updated>
<author>
<name>Yuan Lyu</name>
<email>lyuyuan92@gmail.com</email>
</author>
<published>2022-07-13T04:42:14Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=248e6136bd5f28e4fd5058e0bce39f126daaf814'/>
<id>urn:sha1:248e6136bd5f28e4fd5058e0bce39f126daaf814</id>
<content type='text'>
</content>
</entry>
</feed>
