<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-proto/src/crypto/handshake, 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-31T11:40:36Z</updated>
<entry>
<title>Precisely cfg-decorate a constant</title>
<updated>2023-10-31T11:40:36Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-10-31T11:32:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a49a2cdf22518bd69be5058463fbc57301211a5d'/>
<id>urn:sha1:a49a2cdf22518bd69be5058463fbc57301211a5d</id>
<content type='text'>
Peraonally I would prefer

|  #![cfg_attr(not(all(feature = "full", feature = "experimental")),
|     allow(dead_code))]

but I think that is almost certainly controversial.
See tpo/core/arti#704.
</content>
</entry>
<entry>
<title>Merge branch 'todos_proto' into 'main'</title>
<updated>2023-10-12T16:43:00Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-10-12T16:43:00Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2872a88cb065b10218f74c7306e93c354a3c048f'/>
<id>urn:sha1:2872a88cb065b10218f74c7306e93c354a3c048f</id>
<content type='text'>
tor-proto: Resolve a few TODO HSS entries.

See merge request tpo/core/arti!1658</content>
</entry>
<entry>
<title>tor-proto: Add a FIXME about an allow</title>
<updated>2023-10-12T13:59:42Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-10-10T12:51:32Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d6a1cfb84aa8060ba17d9c2a25a3396501d0e004'/>
<id>urn:sha1:d6a1cfb84aa8060ba17d9c2a25a3396501d0e004</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove the (fairly bogus) HsNtorServiceInput type.</title>
<updated>2023-10-12T13:20:44Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-10-12T13:17:38Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4c88561eb979a43253422a2584b38b98b4827637'/>
<id>urn:sha1:4c88561eb979a43253422a2584b38b98b4827637</id>
<content type='text'>
This will let avoid some copying inside our HSS code.
</content>
</entry>
<entry>
<title>tor-proto: Fix clippy warning.</title>
<updated>2023-10-03T11:05:26Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-10-02T10:13:24Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=399d4c8d27f1da600851d10fb1a8482b818b0fbd'/>
<id>urn:sha1:399d4c8d27f1da600851d10fb1a8482b818b0fbd</id>
<content type='text'>
</content>
</entry>
<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>
</feed>
