<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-netdoc/src/doc/hsdesc.rs, branch arti-v1.1.11</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.11</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.11'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2023-10-25T15:32:36Z</updated>
<entry>
<title>tor-netdoc: Add helper function for computing the descriptor signing key cert.</title>
<updated>2023-10-25T15:32:36Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-10-24T16:35:48Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=35f3c1c9dc8a64b4f6f76e6e3d06b782b3d255d5'/>
<id>urn:sha1:35f3c1c9dc8a64b4f6f76e6e3d06b782b3d255d5</id>
<content type='text'>
</content>
</entry>
<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>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>
