<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-hsservice/src/err.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-11-21T12:05:11Z</updated>
<entry>
<title>tor-keymgr: Add a top-level error type.</title>
<updated>2023-11-21T12:05:11Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-11-20T18:48:45Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=93de4683e65c154f01938e98329ffaca986a8dad'/>
<id>urn:sha1:93de4683e65c154f01938e98329ffaca986a8dad</id>
<content type='text'>
Previously, the `tor_keymgr::Error` type was `Box&lt;dyn KeystoreError&gt;`.
This forced us to impl `KeystoreError` for any error returned by the
keymgr (including those that were not coming from a `Keystore` impl).

Now, `tor_keymgr::Error` is an non-exhaustive enum and the `Box&lt;dyn
KeystoreError&gt;` opaque error type is only returned from `Keystore` impls
The reason we're keeping the `dyn KeystoreError` error type is because
it enables `Keystore` implementors to use their own error types. Without
it, they would have to choose from our (closed) set of error variants,
which may not be suitable for their keystore. See #901.
</content>
</entry>
<entry>
<title>tor-hsservice: Update MissingHsIdKey docs, remove outdated TODO HSS.</title>
<updated>2023-11-20T14:59:40Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-11-15T14:39:52Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=13b36f6735195ffd3e94dff6cb462f3934a6a600'/>
<id>urn:sha1:13b36f6735195ffd3e94dff6cb462f3934a6a600</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-hsservice: Rename MissingKey to MissingHsIdKeypair.</title>
<updated>2023-11-20T14:59:36Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-11-15T14:37:03Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=86e2c0f7a19f0b9deccd426aa08fdb437abbf4d5'/>
<id>urn:sha1:86e2c0f7a19f0b9deccd426aa08fdb437abbf4d5</id>
<content type='text'>
We only return this error if the identity key is missing from the
keystore.

This change will also help us abolish the `.role()` method on
`KeySpecifier`s (it was only needed for populating the string of a
`MissingKey` error).
</content>
</entry>
<entry>
<title>HSS: impl HasKind for FatalError</title>
<updated>2023-11-01T13:09:37Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-10-31T17:10:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0ac0706e0754332b9557a49dff38cc502712d5e6'/>
<id>urn:sha1:0ac0706e0754332b9557a49dff38cc502712d5e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-hsservice: Add some TODOs about error handling.</title>
<updated>2023-10-19T10:53:43Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-10-17T19:20:06Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=63843ae55dbc0af3e02f8ef406d263345278ef97'/>
<id>urn:sha1:63843ae55dbc0af3e02f8ef406d263345278ef97</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-hsservice: Replace placeholder subcredentials with values from the keystore.</title>
<updated>2023-10-19T10:53:43Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-10-16T14:35:35Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=57e9b345a3069ef4a3a1ec521160d41a6532af7f'/>
<id>urn:sha1:57e9b345a3069ef4a3a1ec521160d41a6532af7f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-hsservice: Make OnionServices auto-generate the hs_id, if it's missing.</title>
<updated>2023-10-09T16:53:26Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-10-04T18:09:24Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d998deee3bf2ce0d386cd1901b86d7630033bd31'/>
<id>urn:sha1:d998deee3bf2ce0d386cd1901b86d7630033bd31</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hss: implement HasKind for several errors.</title>
<updated>2023-09-27T17:42:50Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-09-26T20:16:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=40cc82830a1d20955b2d896d4cac5c9c068a2e62'/>
<id>urn:sha1:40cc82830a1d20955b2d896d4cac5c9c068a2e62</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-hsservice: Make Publisher::launch return a StartupError.</title>
<updated>2023-09-27T16:38:21Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-09-27T16:24:59Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c1b93a0fed15582c46a7fcad6b03604355546b44'/>
<id>urn:sha1:c1b93a0fed15582c46a7fcad6b03604355546b44</id>
<content type='text'>
This simplifies error handling in `OnionService`.

Closes #1052
</content>
</entry>
<entry>
<title>hss: Implement HasKind for StartupError</title>
<updated>2023-09-26T15:08:16Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-09-26T15:08:16Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=14e025505be3bfdc7c8d7590f391e5e51e89ca29'/>
<id>urn:sha1:14e025505be3bfdc7c8d7590f391e5e51e89ca29</id>
<content type='text'>
</content>
</entry>
</feed>
