<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-hsservice/src/svc/publish, 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-29T15:55:04Z</updated>
<entry>
<title>Remove RngCompatExt.</title>
<updated>2023-11-29T15:55:04Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-11-29T15:49:26Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7fb24cb69da537ac04ab2dae80997c6d481622ef'/>
<id>urn:sha1:7fb24cb69da537ac04ab2dae80997c6d481622ef</id>
<content type='text'>
This code was needed with the old version of dalek-cryptography,
which wasn't compatible with up-to-date versions of the `rand`
crate(s).  But now that we've upgraded, we can drop this.

(We could have left it around and deprecated it, but we are already
making a breaking change to tor-llcrypto by upgrading
dalek-cryptography.)
</content>
</entry>
<entry>
<title>Convert to the latest versions of dalek-cryptography</title>
<updated>2023-11-29T15:34:58Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-11-21T15:58:29Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=98037a2c788bd901679139178d25f855324637f3'/>
<id>urn:sha1:98037a2c788bd901679139178d25f855324637f3</id>
<content type='text'>
The main changes that we have to adjust for are as follows:

* In x25519-dalek:
  * `StaticSecret` is now behind a feature.
  * `StaticSecret::new` is deprecated in favor of
    `StaticSecret::random_from_rng`.
  * StaticSecret no longer does its own clamping.

* In ed25519-dalek:
  * `SecretKey` has (in effect) been renamed to `SigningKey`. The name
    `SecretKey` is now an alias for `[u8; 32]`.
  * `SigningKey` is effectively a keypair, since it contains a
     public key as well.
  * `PublicKey` has been renamed to `VerifyingKey`.
  * The functions to extract a signing key and verifying key have
    been renamed as you might expect.
  * `ExpandedSecretKey` has been moved to `hasmat` and no longer
    implements `sign`.
  * `ExpanededSecretKey` now has as its elements a scalar and a hash
    prefix.
  * Various functions that took `&amp;[u8]` now take `&amp;[u8; N]`.
  * We no longer need a wrapper for older versions of rand.

There is a single test in tor-keymgr that does not pass.  I've
marked it as ignore for now, in hopes that @gabi-250 can help me
figure it out.

This closes #808.  There are several changes I want to make before
we merge, however. They are marked with TODO DALEK.
</content>
</entry>
<entry>
<title>Merge branch 'persist-prefix' into 'main'</title>
<updated>2023-11-28T10:23:43Z</updated>
<author>
<name>Ian Jackson</name>
<email>iwj@torproject.org</email>
</author>
<published>2023-11-28T10:23:43Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8f7adf9b6b04dbd3e3a49212c7ce36f752e2e1ac'/>
<id>urn:sha1:8f7adf9b6b04dbd3e3a49212c7ce36f752e2e1ac</id>
<content type='text'>
HSS IPT persistence - preparatory work

See merge request tpo/core/arti!1755</content>
</entry>
<entry>
<title>Merge branch 'keymgr-errors' into 'main'</title>
<updated>2023-11-27T20:04:48Z</updated>
<author>
<name>gabi-250</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-11-27T20:04:48Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=cec4395c13e352a82b5f1ea3eecbeb24f48199a3'/>
<id>urn:sha1:cec4395c13e352a82b5f1ea3eecbeb24f48199a3</id>
<content type='text'>
tor-keymgr: Add a top-level Error enum

Closes #1113

See merge request tpo/core/arti!1751</content>
</entry>
<entry>
<title>tor-hsservice: ipt_set: Make note_publication_attempt a method on PublishIptSet</title>
<updated>2023-11-27T19:24:55Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-10-26T11:29:45Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f60a06638c753c12b476de8a048188cac6f61e93'/>
<id>urn:sha1:f60a06638c753c12b476de8a048188cac6f61e93</id>
<content type='text'>
We're going to move the last_descriptor_expiry_including_slop data out
of IptSet.
</content>
</entry>
<entry>
<title>tor-hsservice: ipt_set: Make PublishIptSet a struct</title>
<updated>2023-11-27T19:24:55Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-10-26T10:53:37Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c2d3ee1c198eb44157d88bebf5af0cb2b787e572'/>
<id>urn:sha1:c2d3ee1c198eb44157d88bebf5af0cb2b787e572</id>
<content type='text'>
We're going to add another field here.  No functional change, just
much churn.
</content>
</entry>
<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>HSS publisher error: lack of netdir: clarify message</title>
<updated>2023-11-20T18:22:30Z</updated>
<author>
<name>gabi-250</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-11-02T17:26:13Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=07587e143743367eece7aa48725898fb3ac5869a'/>
<id>urn:sha1:07587e143743367eece7aa48725898fb3ac5869a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>HSS publisher: do not crash reactor if netdir unavailable</title>
<updated>2023-11-20T17:26:58Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-11-01T15:57:55Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7c21845f359d2c76240aec9fcfdc26be9235bac5'/>
<id>urn:sha1:7c21845f359d2c76240aec9fcfdc26be9235bac5</id>
<content type='text'>
It might come back.

This introduces a new bug relating to logging, but it does abolish one
of the variants of ReactorError.
</content>
</entry>
<entry>
<title>HSS publisher errors: Declare that we want to abolish ReactorError</title>
<updated>2023-11-20T17:19:21Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-11-01T19:02:50Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=111dd6cd0427357133d3285ba4b2a5d14826392a'/>
<id>urn:sha1:111dd6cd0427357133d3285ba4b2a5d14826392a</id>
<content type='text'>
And explain why this isn't just a question of merging it with FatalError.
</content>
</entry>
</feed>
