<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-hsservice/src/ipt_mgr.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-30T15:00:02Z</updated>
<entry>
<title>Merge branch 'hss-notes' into 'main'</title>
<updated>2023-11-30T15:00:02Z</updated>
<author>
<name>Ian Jackson</name>
<email>iwj@torproject.org</email>
</author>
<published>2023-11-30T15:00:02Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f7c90d7f3d7f6d809876a501b47b620c81ce3433'/>
<id>urn:sha1:f7c90d7f3d7f6d809876a501b47b620c81ce3433</id>
<content type='text'>
hssvc-ipt-algorithms.md: Move and fix up some text

See merge request tpo/core/arti!1777</content>
</entry>
<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>hssvc-ipt-algorithms.md: Fix moved text syntax</title>
<updated>2023-11-29T15:15:48Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-11-29T15:15:25Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=eb458ebc7513878a25b9b871329394174d7c0686'/>
<id>urn:sha1:eb458ebc7513878a25b9b871329394174d7c0686</id>
<content type='text'>
Fixes a rustdoc warning.  This was already wrong in the .md file but
nothing checked it there.
</content>
</entry>
<entry>
<title>hssvc-ipt-algorithms.md: Move some text to ipt_set</title>
<updated>2023-11-29T15:15:45Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-11-29T14:29:47Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f7ba8897d878d9f4b415191e28094993204e7a6e'/>
<id>urn:sha1:f7ba8897d878d9f4b415191e28094993204e7a6e</id>
<content type='text'>
This is describing the detailed algorithm in
compute_iptsetstatus_publish.  Move it there (and add an xref).
</content>
</entry>
<entry>
<title>hssvc-ipt-algorithms.md: Move some text to ipt_mgr</title>
<updated>2023-11-29T15:15:45Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-11-29T14:25:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ebbdf473c0686438efcc1adee334b4644fa5898c'/>
<id>urn:sha1:ebbdf473c0686438efcc1adee334b4644fa5898c</id>
<content type='text'>
This is describing the detailed algorithm in
idempotently_progress_things_now.  Move it there (and add an xref).
</content>
</entry>
<entry>
<title>hssvc-ipt-algorithms.md: Delete rendundant text</title>
<updated>2023-11-29T15:13:33Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-11-29T14:18:39Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=78d098b41890602dbe3770f56e9c22f455dec445'/>
<id>urn:sha1:78d098b41890602dbe3770f56e9c22f455dec445</id>
<content type='text'>
This is describing our data structures and IPT states.  But we have
this documented elsewhere, largely.

There are a few sentences here that can usefully be replaced with a
bit of extra text in the data structure docs.
</content>
</entry>
<entry>
<title>Merge branch 'keymgr-derive-builder' into 'main'</title>
<updated>2023-11-28T12:12:09Z</updated>
<author>
<name>gabi-250</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-11-28T12:12:09Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=009533057f57b3c8e5e81a70314f2ead97db63e4'/>
<id>urn:sha1:009533057f57b3c8e5e81a70314f2ead97db63e4</id>
<content type='text'>
tor-keymgr: Derive Builder for KeyMgr.

Closes #1114

See merge request tpo/core/arti!1760</content>
</entry>
<entry>
<title>Merge branch 'hss-debug-serde' into 'main'</title>
<updated>2023-11-28T10:25:10Z</updated>
<author>
<name>Ian Jackson</name>
<email>iwj@torproject.org</email>
</author>
<published>2023-11-28T10:25:10Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c00b3ffd95e9d1340a4c90371563a914281aeec3'/>
<id>urn:sha1:c00b3ffd95e9d1340a4c90371563a914281aeec3</id>
<content type='text'>
tor-hsservice: improve Debug and serde

See merge request tpo/core/arti!1765</content>
</entry>
<entry>
<title>tor-hsservice: import_new_expiry_times: Add another xref</title>
<updated>2023-11-27T19:24:55Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-11-27T19:18:56Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=00aa81f7aa656e790d07d2c7613e2da10eb9a245'/>
<id>urn:sha1:00aa81f7aa656e790d07d2c7613e2da10eb9a245</id>
<content type='text'>
</content>
</entry>
</feed>
