<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-netdoc, branch arti-v1.1.10</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.10</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.10'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2023-10-31T13:12:35Z</updated>
<entry>
<title>Patch version bumps in crates without breaking changes</title>
<updated>2023-10-31T13:12:35Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-10-31T13:00:42Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=537d98a12eedf5604fe28183ec603dd3609bb070'/>
<id>urn:sha1:537d98a12eedf5604fe28183ec603dd3609bb070</id>
<content type='text'>
```
These crates have new APIs:

tor-async-utils   ADDED
tor-config        ADDED
tor-hscrypto      ADDED
tor-netdoc        ADDED, plus BREAKING-experimental.

These crates have patch-level changes only:

tor-netdir        (bugfix only). (re-exposes netdoc)
arti-rpcserver    (tweaks only, uses nothing that broke.)
arti              1.1.10, no stable public APIs.

```
</content>
</entry>
<entry>
<title>Minor version bumps in crates with breaking changes.</title>
<updated>2023-10-31T13:12:35Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-10-31T12:54:00Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4460d8b3a5f801db2b20ca0e83dadd0bc8ccf5da'/>
<id>urn:sha1:4460d8b3a5f801db2b20ca0e83dadd0bc8ccf5da</id>
<content type='text'>
```
tor-basic-utils   BREAKING
tor-rtmock        BREAKING.
tor-cert          BREAKING
tor-cell          BREAKING
tor-proto         BREAKING: re-exposes cell.  (Also BREAKING-experimental)
tor-chanmgr       BREAKING: Re-exposes proto.
tor-ptmgr         BREAKING: re-exposes tor-chanmgr
tor-guardmgr      BREAKING: re-exposes proto.  (Only for ClockSkew I think?)
tor-circmgr       BREAKING: re-exposes proto
tor-dirclient     BREAKING
tor-hsclient      BREAKING, re-exposes proto.
tor-hsservice     BREAKING, re-exposes proto.
tor-hsrproxy      BREAKING
arti-client       BREAKING: re-exposes proto.
arti-hyper:       BREAKING, re-exposes arti-client.
tor-dirmgr        Let's assume BREAKING, very high-level.
tor-keymgr        BREAKING, but experimental.
```
</content>
</entry>
<entry>
<title>tor-netdoc: Use the new HandshakeType enum to represent CREATE2 HTYPEs (fmt).</title>
<updated>2023-10-30T14:18:50Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-10-30T14:18:50Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b5a22f3ab554329561c58b691d33a5fc3de0d5ad'/>
<id>urn:sha1:b5a22f3ab554329561c58b691d33a5fc3de0d5ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-netdoc: Use the new HandshakeType enum to represent CREATE2 HTYPEs.</title>
<updated>2023-10-30T14:18:02Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-10-30T13:56:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=28a0b24db240cc24230c80732c5f4ba3a0b0d461'/>
<id>urn:sha1:28a0b24db240cc24230c80732c5f4ba3a0b0d461</id>
<content type='text'>
Representing the supported HTYPEs as `HandshakeType`s instead of `u32`s
makes it more difficult to pass in wrong/invalid values to
`HsDescBuilder::create2_formats`.

This also fixes a descriptor publisher bug spotted by @jnewsome, where
the advertised CREATE2 HTYPEs included HTYPE `1`, which is actually
supposed to be a reserved value. The publisher now only advertises the
`NTOR` HTYPE (just like C Tor).
</content>
</entry>
<entry>
<title>Remove a broken rustdoc link and fix a typo.</title>
<updated>2023-10-27T13:18:10Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-10-27T13:18:10Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2c6724364ac1a5986c2d2a70f70d41af22ab7a19'/>
<id>urn:sha1:2c6724364ac1a5986c2d2a70f70d41af22ab7a19</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-cert, tor-netdoc: Use EncodedEd25519Cert instead of Vec&lt;u8&gt;.</title>
<updated>2023-10-25T15:32:36Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-10-25T14:54:49Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=36f8b29ffd4e6291168cf4b34132d83249e076a4'/>
<id>urn:sha1:36f8b29ffd4e6291168cf4b34132d83249e076a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-netdoc: Change return type of create_desc_sign_key_cert.</title>
<updated>2023-10-25T15:32:36Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-10-25T14:30:43Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=aad987a47aa9584ce2ba6a16ab06710103737dc3'/>
<id>urn:sha1:aad987a47aa9584ce2ba6a16ab06710103737dc3</id>
<content type='text'>
`Bug` wasn't necessarily the right error type here. Plus, with the new
error type adding new errors (i.e. `CertEncodeError` variants), is not a
breaking change.
</content>
</entry>
<entry>
<title>tor-netdoc: Building a descriptor now only requires the public part of blinded_id.</title>
<updated>2023-10-25T15:32:36Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-10-25T14:05:20Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6420e5ef3460e1ff3ccb77beeb75af2c918f86d7'/>
<id>urn:sha1:6420e5ef3460e1ff3ccb77beeb75af2c918f86d7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-netdoc: Remove now-unused blinded_id field.</title>
<updated>2023-10-25T15:32:36Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-10-24T17:09:32Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3df065a6b1af6f37d65517fa82a28b3e30928c71'/>
<id>urn:sha1:3df065a6b1af6f37d65517fa82a28b3e30928c71</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-netdoc: Update HsDesc, HsDescOuter to accept the hs_desc_sign cert as an argument.</title>
<updated>2023-10-25T15:32:36Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-10-23T17:56:33Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7edade162c8dd5f45f8d69496084f32003357e55'/>
<id>urn:sha1:7edade162c8dd5f45f8d69496084f32003357e55</id>
<content type='text'>
This will enable us to (eventually) the load the descriptor signing key
cert from the keystore (as opposed to always recomputing it when
building the `HsDesc`).

Part of #1048
</content>
</entry>
</feed>
