<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-proto/src/crypto/handshake, branch arti-v1.1.9</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.9</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.9'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2023-09-28T14:59:29Z</updated>
<entry>
<title>Remove direct dependency on generic-array</title>
<updated>2023-09-28T14:59:29Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-09-28T14:15:47Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=34766342614bb4ca5742ee041273e99ff690ed20'/>
<id>urn:sha1:34766342614bb4ca5742ee041273e99ff690ed20</id>
<content type='text'>
Instead of tying ourselves to a particular version of the
generic-array crate, we now always use the version re-exported by
our RustCrypto crates.  This lets us avoid the possibility of
version mismatch.

(Originally I had planned to upgrade to generic-array 1.0, but then
I found that we were not actually using it.)
</content>
</entry>
<entry>
<title>Merge branch 'pad_intro2' into 'main'</title>
<updated>2023-09-25T17:06:57Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-09-25T17:06:57Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=73cab2d77fd1d773d5f4b0826aa64370d6f89fcf'/>
<id>urn:sha1:73cab2d77fd1d773d5f4b0826aa64370d6f89fcf</id>
<content type='text'>
Accept and transmit padding in introduce2 plaintexts

Closes #1031

See merge request tpo/core/arti!1602</content>
</entry>
<entry>
<title>hs_ntor: replace "32" with a const.</title>
<updated>2023-09-21T12:31:59Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-09-21T12:31:59Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e53e72f0c9b05914c5fe8527853fe91f41ea7b64'/>
<id>urn:sha1:e53e72f0c9b05914c5fe8527853fe91f41ea7b64</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hs_ntor: rename get_{introduce,rendezvous}1_key_material.</title>
<updated>2023-09-21T12:29:05Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-09-21T12:29:05Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b12ce4dbeb61f7fe1930d278348c8f16e966f174'/>
<id>urn:sha1:b12ce4dbeb61f7fe1930d278348c8f16e966f174</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hs_ntor: improve several comments.</title>
<updated>2023-09-21T12:26:51Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-09-21T12:26:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8ed39211765e38038bd8fe3c582659f07084e1eb'/>
<id>urn:sha1:8ed39211765e38038bd8fe3c582659f07084e1eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hs_ntor: rename enc_key to dec_key in service code.</title>
<updated>2023-09-21T12:23:14Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-09-21T12:23:14Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=aebfb49833bd78dd40af899c9b69107ba201af67'/>
<id>urn:sha1:aebfb49833bd78dd40af899c9b69107ba201af67</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hs_ntor: allow attempting handshake with a set of subcredentials.</title>
<updated>2023-09-20T14:48:40Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-09-20T14:48:40Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d40859d0f43676d2fc9728fe3a40b2712d9be4ed'/>
<id>urn:sha1:d40859d0f43676d2fc9728fe3a40b2712d9be4ed</id>
<content type='text'>
Since we are using the same introduction point circuits for multiple
time periods, we need the ability to provide a set of subcredentials
and see which of them acually works.  Fortunately, we "only" have to
do digest operations here, which are much faster than public key.
</content>
</entry>
<entry>
<title>hs_ntor: Take our k_hss_ntor keypair explicitly.</title>
<updated>2023-09-20T14:26:14Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-09-20T14:26:14Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b6b8fe7effc8071e8e73ccb63837772ad0d9169a'/>
<id>urn:sha1:b6b8fe7effc8071e8e73ccb63837772ad0d9169a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Generate padding in Introduce1 messages.</title>
<updated>2023-09-18T21:33:30Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-09-18T15:21:01Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=aea7629967f54508d0b788b76fa7882118ba4515'/>
<id>urn:sha1:aea7629967f54508d0b788b76fa7882118ba4515</id>
<content type='text'>
Closes #1031.  This padding ensures that the introduction point
doesn't learn the length of the plaintext being sent to the onion
service.
</content>
</entry>
<entry>
<title>Run maint/add_warning to add lint block everywhere</title>
<updated>2023-08-23T09:34:00Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-08-22T14:28:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=42df88d6bf6dbb460d2e5e1cd4838aafaffbe9ac'/>
<id>urn:sha1:42df88d6bf6dbb460d2e5e1cd4838aafaffbe9ac</id>
<content type='text'>
</content>
</entry>
</feed>
