<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-netdoc/src, 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-25T18:57:08Z</updated>
<entry>
<title>tor-netdoc: Remove outdated note.</title>
<updated>2023-09-25T18:57:08Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-09-25T15:41:46Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=02d03b3e1eb84d637681a165680b679b1808b582'/>
<id>urn:sha1:02d03b3e1eb84d637681a165680b679b1808b582</id>
<content type='text'>
</content>
</entry>
<entry>
<title> tor-hsclient, arti-client, tor-keymgr, tor-netdoc: Use a keypair instead of StaticSecret (fmt).</title>
<updated>2023-09-25T18:57:02Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-09-25T16:16:23Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2ed5eae770f926e7c0892e5373c30dc031732b82'/>
<id>urn:sha1:2ed5eae770f926e7c0892e5373c30dc031732b82</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-hsclient, arti-client, tor-keymgr, tor-netdoc: Use a keypair instead of StaticSecret.</title>
<updated>2023-09-25T18:56:58Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-09-25T15:28:29Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5b5483aa2c8e6a9a9fbcdece1c453ad87d434fdc'/>
<id>urn:sha1:5b5483aa2c8e6a9a9fbcdece1c453ad87d434fdc</id>
<content type='text'>
Previously, when retrieving `KS_hsc_desc_enc` keys (or any other x25519
keys) from the keystore, the keymgr would discard the public part of the
key (SSH private keys contain the public part of the key too). Instead
of discarding the public key and returning just the `StaticSecret`, the
keymgr now returns a `StaticKeypair`. This makes the x25519
`EncodableKey`/`ToEncodableKey` implementation consistent with the
ed25519 one (which retrieves key pairs rather than "unescorted"
secrets).
</content>
</entry>
<entry>
<title>tor-netdoc: "testing" feature: Provide test_parsed_hsdesc</title>
<updated>2023-09-18T09:33:05Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-09-07T12:07:16Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9083d6a38430a79de7e57bc99716354b8f604636'/>
<id>urn:sha1:9083d6a38430a79de7e57bc99716354b8f604636</id>
<content type='text'>
This is actually just the start of an existing test case.

tor-hsservice tests will want this in a moment.
</content>
</entry>
<entry>
<title>tor-netdoc: tests: Hoist out TEST_DATA_HS_BLIND_ID (fmt)</title>
<updated>2023-09-18T09:33:05Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-09-07T12:14:36Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3007eea677d8ffb15b09f1f9abe8e149a8dd63b4'/>
<id>urn:sha1:3007eea677d8ffb15b09f1f9abe8e149a8dd63b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-netdoc: tests: Hoist out TEST_DATA_HS_BLIND_ID</title>
<updated>2023-09-18T09:33:05Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-09-07T11:05:50Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=67f72d41086914c6a3663a5ddb855e44bcc52f72'/>
<id>urn:sha1:67f72d41086914c6a3663a5ddb855e44bcc52f72</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-netdoc: provide a IntroPointDescBuilder (fmt)</title>
<updated>2023-08-29T16:54:05Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-08-29T16:54:05Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d88f120e9e2c5d06c757ad699c3a9deda7ae194a'/>
<id>urn:sha1:d88f120e9e2c5d06c757ad699c3a9deda7ae194a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-netdoc: provide a IntroPointDescBuilder</title>
<updated>2023-08-29T16:53:53Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-08-29T13:22:33Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=dfacf9ca08d06dd6ea08690ff0392989a5955342'/>
<id>urn:sha1:dfacf9ca08d06dd6ea08690ff0392989a5955342</id>
<content type='text'>
Previously there was no way to construct one of these during
descriptor generation, other than parsing.

A fairly simple builder seems right.

I felt the builder's setter functions for setting keys should be
named precisely after official key names.  But the fields weren't,
so for now I have done some builder-level renaming.
</content>
</entry>
<entry>
<title>Merge branch 'clippy' into 'main'</title>
<updated>2023-08-23T13:24:18Z</updated>
<author>
<name>Ian Jackson</name>
<email>iwj@torproject.org</email>
</author>
<published>2023-08-23T13:24:18Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=27bdc971415837c18bbfe8911266e251d853b754'/>
<id>urn:sha1:27bdc971415837c18bbfe8911266e251d853b754</id>
<content type='text'>
clippy: Suppress needless_pass_by_value in tests

See merge request tpo/core/arti!1535</content>
</entry>
<entry>
<title>tor-netdoc: Fix clippy lints.</title>
<updated>2023-08-23T12:13:07Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-08-21T15:20:22Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=884ed48750d9c57540fca39a31ebef622156d01c'/>
<id>urn:sha1:884ed48750d9c57540fca39a31ebef622156d01c</id>
<content type='text'>
</content>
</entry>
</feed>
