<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-netdoc/src/parse2.rs, branch arti-v2.0.0</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.0.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.0.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2026-01-15T13:28:44Z</updated>
<entry>
<title>Merge branch 'encoded-authcert' into 'main'</title>
<updated>2026-01-15T13:28:44Z</updated>
<author>
<name>Ian Jackson</name>
<email>iwj@torproject.org</email>
</author>
<published>2026-01-15T13:28:44Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d654fbd34967f3bed1bb58816f2603d0a817f3ca'/>
<id>urn:sha1:d654fbd34967f3bed1bb58816f2603d0a817f3ca</id>
<content type='text'>
Implement EncodedAuthCert and use it in poc for votes

See merge request tpo/core/arti!3592</content>
</entry>
<entry>
<title>tor-netdoc: parse2: Provide NetdocParseable::is_structural_keyword (rustfmt)</title>
<updated>2026-01-15T12:37:09Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-01-14T18:30:21Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8bfd8cabd5778e622e3521d378200d54b9f9a5bf'/>
<id>urn:sha1:8bfd8cabd5778e622e3521d378200d54b9f9a5bf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-netdoc: parse2: Provide NetdocParseable::is_structural_keyword</title>
<updated>2026-01-15T12:37:09Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-01-12T17:42:11Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3892195d3b944474f5fd73336aa213104ff71b52'/>
<id>urn:sha1:3892195d3b944474f5fd73336aa213104ff71b52</id>
<content type='text'>
Roughly as per the proposal in `doc/dev/notes/authcert-in-consensus.md`.
</content>
</entry>
<entry>
<title>tor-netdoc: Change error variants</title>
<updated>2026-01-15T10:49:46Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2026-01-07T15:01:23Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d71896f8e8fdd962ba8cb2b6c2f73135ddbdd7b6'/>
<id>urn:sha1:d71896f8e8fdd962ba8cb2b6c2f73135ddbdd7b6</id>
<content type='text'>
This commit changes `ErrorProblem::Other` to
`ErrorProblem::OtherBadDocument` while adding two new variants:
* `ErrorProblem::Internal`
* `ErrorProblem::BadApiUsage`
</content>
</entry>
<entry>
<title>parse2: OOB check for parse_netdoc_multiple_with_offsets</title>
<updated>2026-01-15T10:49:14Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2026-01-06T12:47:02Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4a6e83f1f4c53eb59cd22f76b257500d987fda1e'/>
<id>urn:sha1:4a6e83f1f4c53eb59cd22f76b257500d987fda1e</id>
<content type='text'>
This commit adds an out-of-bounds memory check to
parse2::parse_netdoc_multiple_with_offsets while adding the guarantee
that interfacing applications do not need to validate the returned usize
values to be in-range.
</content>
</entry>
<entry>
<title>tor-netdoc: authcert: Move CrossCert out of tmp</title>
<updated>2026-01-06T11:05:59Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2025-12-18T13:06:25Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4817bbceddff81b2167f4e9d329f6ada0a741cae'/>
<id>urn:sha1:4817bbceddff81b2167f4e9d329f6ada0a741cae</id>
<content type='text'>
We can call this type authcert::CrossCert.

The names in the docs are getting rather wrong, and right now the docs
build produces warnings.  We'll tidy all that at the end after we're
done moving and renaming.
</content>
</entry>
<entry>
<title>tor-netdoc: parse_netdoc_multiple_with_offsets: Add comment about offsets</title>
<updated>2025-12-18T17:30:44Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2025-12-18T16:41:59Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=20384ddc899763b29fd85b39e4f76bf948da06a6'/>
<id>urn:sha1:20384ddc899763b29fd85b39e4f76bf948da06a6</id>
<content type='text'>
Prompted by
  https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/3554#note_3313768
</content>
</entry>
<entry>
<title>tor-netdoc: Provide parse2::parse_netdoc_multiple_with_offsets</title>
<updated>2025-12-18T17:28:36Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2025-12-17T15:52:34Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=53cc409be17214f425914b7aa7fd74ad9382907d'/>
<id>urn:sha1:53cc409be17214f425914b7aa7fd74ad9382907d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-netdoc: Fix doc comment for parse_netdoc_multiple</title>
<updated>2025-12-18T17:28:36Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2025-12-17T15:52:24Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=643548210e8538cbe4b699dbb9f230e23f285666'/>
<id>urn:sha1:643548210e8538cbe4b699dbb9f230e23f285666</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-netdoc: Implement new authority certificates</title>
<updated>2025-12-04T16:31:51Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2025-11-06T16:31:39Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4054fd19b97763c49c799bdf6a1e176e358bdc67'/>
<id>urn:sha1:4054fd19b97763c49c799bdf6a1e176e358bdc67</id>
<content type='text'>
This commit implements directory authority certificates using the
`parse2` approaches.

For now, those are in a module `doc::authcert::tmp`, with the eventual
goal of moving it into its super module after removing/deprecating the
legacy types.
</content>
</entry>
</feed>
