<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-hsservice/src/svc/ipt_establish.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>tor-hsclient: ipt_establisher: Fix a broken rustdoc link</title>
<updated>2023-11-30T14:25:59Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-11-30T14:25:59Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=dd881c73e1f41e25167d10c0f75047b56040ad01'/>
<id>urn:sha1:dd881c73e1f41e25167d10c0f75047b56040ad01</id>
<content type='text'>
This rune
  RUSTDOCFLAGS="-Dwarnings --cfg docsrs" nailing-cargo +nightly doc --all-features --document-private-items --no-deps
is clean now.
</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: 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>tor-hsservice: derive Debug for IptParameters</title>
<updated>2023-11-27T18:42:46Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-11-23T18:47:07Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=fdd5d62639e61651634e7c801b64872219da472c'/>
<id>urn:sha1:fdd5d62639e61651634e7c801b64872219da472c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>HSS errors: expose and sort out NetdirProviderShutdown error type</title>
<updated>2023-11-20T17:19:21Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-11-01T17:24:37Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f93900620e1e44fda7cb4ecfc9b158369453ed4b'/>
<id>urn:sha1:f93900620e1e44fda7cb4ecfc9b158369453ed4b</id>
<content type='text'>
We're going have it in an variant in FatalError.

Also make it impl HasKind and have IptError delegate to that.
</content>
</entry>
<entry>
<title>Merge branch 'send_dos_params' into 'main'</title>
<updated>2023-11-20T15:46:12Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-11-20T15:46:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a61c267e71070745a881fa17c86db7cdaa211c46'/>
<id>urn:sha1:a61c267e71070745a881fa17c86db7cdaa211c46</id>
<content type='text'>
HSS: Send DosParams extension to introduction points.

Closes #723

See merge request tpo/core/arti!1740</content>
</entry>
<entry>
<title>Send DosParams conditionally on HsIntro support.</title>
<updated>2023-11-20T15:24:09Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-11-15T22:58:44Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=972d2229218c34ca7257b768c15e977395558d69'/>
<id>urn:sha1:972d2229218c34ca7257b768c15e977395558d69</id>
<content type='text'>
It's available when the HsIntro=5 subprotocol version is present.
</content>
</entry>
<entry>
<title>hss: Take intro_dos extension from configuration and send it.</title>
<updated>2023-11-20T15:24:09Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-11-15T22:02:18Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7ce8c0a9ec92d4dcbcebd106df96632a5c229028'/>
<id>urn:sha1:7ce8c0a9ec92d4dcbcebd106df96632a5c229028</id>
<content type='text'>
Closes #723.
</content>
</entry>
</feed>
