<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-proto/src/crypto/handshake.rs, branch arti-v2.0.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.0.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.0.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2025-05-22T09:05:31Z</updated>
<entry>
<title>proto: remove bench pub wrappers</title>
<updated>2025-05-22T09:05:31Z</updated>
<author>
<name>Lionel Goffaux</name>
<email>lionel.goffaux@unamur.be</email>
</author>
<published>2025-05-22T09:05:31Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e5653df87971650d356dc9fa7e0e3570df44d504'/>
<id>urn:sha1:e5653df87971650d356dc9fa7e0e3570df44d504</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-proto: removed "ntor_v3" feature flag</title>
<updated>2025-04-01T14:16:33Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-04-01T00:54:57Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a4c610b60d6bb0e269435f4f0995e20d8f2f70e4'/>
<id>urn:sha1:a4c610b60d6bb0e269435f4f0995e20d8f2f70e4</id>
<content type='text'>
ntor v3 is now always enabled.
</content>
</entry>
<entry>
<title>Add temporary allows for some dead code warnings</title>
<updated>2024-04-25T14:22:32Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-04-24T10:51:54Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2308e88a9a9e308f28b9a60d9efed6ad3cd603fb'/>
<id>urn:sha1:2308e88a9a9e308f28b9a60d9efed6ad3cd603fb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-proto: make ClientHandShake and ServerHandshake generic over aux data</title>
<updated>2023-11-15T14:56:34Z</updated>
<author>
<name>Jim Newsome</name>
<email>jnewsome@torproject.org</email>
</author>
<published>2023-11-02T20:37:48Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f25d9335ed68b3562593e8167c15682ff1f4c2a4'/>
<id>urn:sha1:f25d9335ed68b3562593e8167c15682ff1f4c2a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ServerHandshake: extend to support ntorv3 extensions</title>
<updated>2023-11-15T14:56:34Z</updated>
<author>
<name>Jim Newsome</name>
<email>jnewsome@torproject.org</email>
</author>
<published>2023-11-01T00:43:13Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=73d3615e39fc59dee51ebdd94cca221d7a0e655c'/>
<id>urn:sha1:73d3615e39fc59dee51ebdd94cca221d7a0e655c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ClientHandshake: extend to support ntorv3 extensions</title>
<updated>2023-11-15T14:56:34Z</updated>
<author>
<name>Jim Newsome</name>
<email>jnewsome@torproject.org</email>
</author>
<published>2023-11-01T00:05:03Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7f3dd434c13d3ec7617b5d5fbb9fb14ab8ffa802'/>
<id>urn:sha1:7f3dd434c13d3ec7617b5d5fbb9fb14ab8ffa802</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename onion-* cargo features to hs-* in tor-* crates</title>
<updated>2023-02-28T11:10:17Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-02-24T14:26:25Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f63c7c48afd94fe9d09746f0b76fbaff8d4a1a79'/>
<id>urn:sha1:f63c7c48afd94fe9d09746f0b76fbaff8d4a1a79</id>
<content type='text'>
Fixes #756
</content>
</entry>
<entry>
<title>tor-proto: Expose support for doing onion service handshakes</title>
<updated>2023-01-17T20:20:03Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-01-11T19:13:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e8ed46006e4951a7e0098edcac1f0e6a260bd9b5'/>
<id>urn:sha1:e8ed46006e4951a7e0098edcac1f0e6a260bd9b5</id>
<content type='text'>
This is a little tricky, but I think that we're not actually
exposing too much here.  I expect we'll need to tweak this stuff
between now and our final version.
</content>
</entry>
<entry>
<title>tor-proto: Rename "hs" experimental feature to "onion-common"</title>
<updated>2023-01-17T20:20:03Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-01-11T17:42:59Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4fedd301cfd4e3752347cd4bce22bdad52fca71f'/>
<id>urn:sha1:4fedd301cfd4e3752347cd4bce22bdad52fca71f</id>
<content type='text'>
(For consistency with other crates)
</content>
</entry>
<entry>
<title>tor-proto: Replace SecretBytes with SecretBuf.</title>
<updated>2022-08-01T19:41:22Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-08-01T18:53:34Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=eedd63d5e9a4e055260b476177ee14972584a1bb'/>
<id>urn:sha1:eedd63d5e9a4e055260b476177ee14972584a1bb</id>
<content type='text'>
This does not yet make sure that `SecretBuf` is used where it
_should_ be, but at least it ensures that most uses of `SecretBytes`
will indeed act as intended, and make sure that whatever they
contain is zeroized.

It requires some corresponding changes to method calls for
correctness and type conformance.
</content>
</entry>
</feed>
