<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-cell/src/relaycell/hs, branch arti-v1.1.10</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.10</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.10'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2023-10-13T17:43:05Z</updated>
<entry>
<title>tor-cell: Remove unused by_type() function</title>
<updated>2023-10-13T17:43:05Z</updated>
<author>
<name>Neel Chauhan</name>
<email>neel@neelc.org</email>
</author>
<published>2023-10-13T17:43:05Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=65c86a57f5e23ec9f0dbe6fb0814a66e68833c3e'/>
<id>urn:sha1:65c86a57f5e23ec9f0dbe6fb0814a66e68833c3e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cell: Add accessors to IntroduceHandshakePayload</title>
<updated>2023-08-16T17:23:46Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-08-16T17:23:46Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=62275394467e1e7b2c2aad532b51d16ba1f30d3e'/>
<id>urn:sha1:62275394467e1e7b2c2aad532b51d16ba1f30d3e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cell, docs: Clarify what we mean by "Unrecognized".</title>
<updated>2023-08-15T16:14:02Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-08-15T16:14:02Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=09d99f105326faa06c12a49f825c8827e19ba415'/>
<id>urn:sha1:09d99f105326faa06c12a49f825c8827e19ba415</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cell: make establish_intro accept impl&lt;Into&lt;HsMacKey&gt;&gt;</title>
<updated>2023-08-14T17:15:00Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-08-03T20:32:01Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=926cc65a9e8f465fabefc0cd9e1bc5e69e88b215'/>
<id>urn:sha1:926cc65a9e8f465fabefc0cd9e1bc5e69e88b215</id>
<content type='text'>
This allows us to allow passing in opaque HsMacKey objects,
rather than untyped byte slices.

Additionally, we now check both MAC and signature unconditionally,
to avoid the large timing side-channel.  The small timing
side-channel of combining booleans with `&amp;` is considered safe.

Part of #993.
</content>
</entry>
<entry>
<title>Fix typos</title>
<updated>2023-07-22T07:10:34Z</updated>
<author>
<name>Dimitris Apostolou</name>
<email>dimitris.apostolou@icloud.com</email>
</author>
<published>2023-07-22T07:10:34Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=947ddfff0cfac3fef0e3d7ebc14182c638a1d90b'/>
<id>urn:sha1:947ddfff0cfac3fef0e3d7ebc14182c638a1d90b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-cell: Downgrade 2 TODO-HS to TODO-HSS</title>
<updated>2023-06-16T16:21:27Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-06-16T16:21:27Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c2764cf1111f96cf86a46f482d63c0a25294fa9f'/>
<id>urn:sha1:c2764cf1111f96cf86a46f482d63c0a25294fa9f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cell: Downgrade a couple more TODO HS comments.</title>
<updated>2023-06-13T17:57:57Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-06-13T17:57:57Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0912496dbb6679e9c6ed6664463121368e691812'/>
<id>urn:sha1:0912496dbb6679e9c6ed6664463121368e691812</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cell: Remove some TODOs</title>
<updated>2023-06-13T16:58:22Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-06-13T16:58:22Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6a6164a3607c736922697b1f1b4a5ebe4f2801ec'/>
<id>urn:sha1:6a6164a3607c736922697b1f1b4a5ebe4f2801ec</id>
<content type='text'>
Yes, we still will need more accessors for onion services, but we
can add them as we find the need.
</content>
</entry>
<entry>
<title>cell: remove/localize "allow(dead-code)"</title>
<updated>2023-06-13T16:50:09Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-06-13T16:50:09Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0f3724322de460d1de3c6a9662f0fd4658fb3775'/>
<id>urn:sha1:0f3724322de460d1de3c6a9662f0fd4658fb3775</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename UnparsedLinkSpec =&gt; EncodedLinkSpec</title>
<updated>2023-05-10T15:23:39Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-05-10T15:23:39Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=02785ca6505572bdbfaa560178f299e30f7bc7e8'/>
<id>urn:sha1:02785ca6505572bdbfaa560178f299e30f7bc7e8</id>
<content type='text'>
</content>
</entry>
</feed>
