<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-hsclient/src/keys.rs, branch ios-sqlite-hacks</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=ios-sqlite-hacks</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=ios-sqlite-hacks'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2023-09-12T15:58:29Z</updated>
<entry>
<title>tor-keymgr: Fix typo in key names.</title>
<updated>2023-09-12T15:58:29Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-09-12T15:58:29Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d8ead902fcd7cd80905d8acd5299c3865bb6b0ab'/>
<id>urn:sha1:d8ead902fcd7cd80905d8acd5299c3865bb6b0ab</id>
<content type='text'>
The secret keys are prefixed with `KS`, not `KP`.
</content>
</entry>
<entry>
<title>hsclient: Make HsClientSpecifier a newtype instead of a type alias.</title>
<updated>2023-06-29T18:28:22Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-06-28T14:19:27Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b8b8a0d3acde00bc8b07f8cf02a9d136faab11ee'/>
<id>urn:sha1:b8b8a0d3acde00bc8b07f8cf02a9d136faab11ee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti-client, hsclient: Typealias HsClientSpecifier to ArtiPathComponent.</title>
<updated>2023-06-29T18:28:22Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-06-19T11:52:10Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=20713b24bfd103dc2d8e8e4793c1f040857e9ee9'/>
<id>urn:sha1:20713b24bfd103dc2d8e8e4793c1f040857e9ee9</id>
<content type='text'>
`ArtiPathComponent` is a more generic version of `HsClientSpecifier`.
</content>
</entry>
<entry>
<title>keymgr: Move the HS client and service key specifiers out of tor-keymgr.</title>
<updated>2023-06-15T17:16:33Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-06-13T10:29:27Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=eda974cd34753ca8dc17d699a86d978ff59c9f0e'/>
<id>urn:sha1:eda974cd34753ca8dc17d699a86d978ff59c9f0e</id>
<content type='text'>
The HS `HsClientSpecifier` and `HsClientSecretKeySpecifier` are moved to
`tor-hsclient`. The HS service secret key specifier stubs are moved to
`tor-hsservice`.
</content>
</entry>
<entry>
<title>hsclient: Change builder error return type to ConfigBuildError.</title>
<updated>2023-06-15T17:15:30Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-06-14T18:47:00Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d133c8b0a6264ae5e04d94ed40ae38ba914d23b8'/>
<id>urn:sha1:d133c8b0a6264ae5e04d94ed40ae38ba914d23b8</id>
<content type='text'>
It's not perfectly clear what this error type should be, so let's use
`ConfigBuildError` for now (it makes things easier in `arti-client`, as
we already have an `ErrorDetail` for it).
</content>
</entry>
<entry>
<title>Fix a docs reference to refer to HsClientIntroAuthKeypair</title>
<updated>2023-05-22T13:30:16Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-05-22T13:29:17Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1fc1c269c312f29f1238b1004cd210743d8a6574'/>
<id>urn:sha1:1fc1c269c312f29f1238b1004cd210743d8a6574</id>
<content type='text'>
Fixes warning from
  cargo -o doc --document-private-items --all-features --workspace

This was evidentlhy overlooked during recent replacement of unescorted
private keys in the code.
</content>
</entry>
<entry>
<title>netdoc, hsclient: Update remaining ed25519::SecretKey users</title>
<updated>2023-05-18T18:18:53Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-05-18T15:09:18Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=82801d9963b654dec27d8deff58910caa9f3f7c8'/>
<id>urn:sha1:82801d9963b654dec27d8deff58910caa9f3f7c8</id>
<content type='text'>
Fortunately, these are all in experimental code.

Closes #798
</content>
</entry>
<entry>
<title>hsclient: Use a real HsDesc instead of an unparsed string.</title>
<updated>2023-05-03T16:25:21Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-04-26T12:40:41Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c6fccbbb01bc767157ba7f4ac5cd9c5c227170a6'/>
<id>urn:sha1:c6fccbbb01bc767157ba7f4ac5cd9c5c227170a6</id>
<content type='text'>
Signed-off-by: Gabriela Moldovan &lt;gabi@torproject.org&gt;
</content>
</entry>
<entry>
<title>hsclient keys: Be more explicit about HsClientSecretKeys nullable</title>
<updated>2023-03-01T16:39:03Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-03-01T12:08:28Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=649d0e0d25e2665cbecc1aa569ff019a4d8d1432'/>
<id>urn:sha1:649d0e0d25e2665cbecc1aa569ff019a4d8d1432</id>
<content type='text'>
It can contain no keys; state this more prominently, and explain what
it represents.  Also fix a few typos etc.
</content>
</entry>
<entry>
<title>hsclient keys: Add a todo to remove spurious Option</title>
<updated>2023-03-01T16:27:19Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-02-27T16:53:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1e905763e3eda8fc765872c3d9f2675624a3a6cc'/>
<id>urn:sha1:1e905763e3eda8fc765872c3d9f2675624a3a6cc</id>
<content type='text'>
</content>
</entry>
</feed>
