<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-cert/src, branch arti-v2.4.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.4.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.4.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2026-05-26T10:34:08Z</updated>
<entry>
<title>tor-cert: Derive Eq on CertifiedKey</title>
<updated>2026-05-26T10:34:08Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2026-05-26T10:34:08Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a1d98f3d29a63a50f900cb91960dd96def524d5b'/>
<id>urn:sha1:a1d98f3d29a63a50f900cb91960dd96def524d5b</id>
<content type='text'>
This commit derives PartialEq and Eq on CertifiedKey and UnrecognizedKey
in tor-cert.  We will need this later for ntor cross certificates in
tor-netdoc.
</content>
</entry>
<entry>
<title>tor-cert: Stabilise everything gated by feature = "encode" (fmt)</title>
<updated>2026-04-29T16:49:21Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-04-28T10:18:38Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=89f0520bb746e70ac78f8857694b2b639b2b2be4'/>
<id>urn:sha1:89f0520bb746e70ac78f8857694b2b639b2b2be4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-cert: Stabilise everything gated by feature = "encode"</title>
<updated>2026-04-29T16:49:21Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-04-28T10:01:24Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8c468c37e94e9f0483aba08841aa5ae81ec26a6f'/>
<id>urn:sha1:8c468c37e94e9f0483aba08841aa5ae81ec26a6f</id>
<content type='text'>
This is widely used in-tree already.  I don't think it makes sense to
feature-gate it.

There are some (perhaps rather thin) tests for both the Ed25519Builder
and EncodedRsaCrosscert.

It is possible we might want to change the API further, but this is
still a 0.x crate so that's not going to be a problem.

We'll remove the actual cargo feature in the next commit.
</content>
</entry>
<entry>
<title>tor-cert: Ed25519CertBuilder: do builder fn rename</title>
<updated>2026-04-29T16:49:21Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-04-28T09:58:04Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d90b703d0c4bc4ffb9068fb5c25fc78e72743961'/>
<id>urn:sha1:d90b703d0c4bc4ffb9068fb5c25fc78e72743961</id>
<content type='text'>
Change all call sites.

This completes the rename.
</content>
</entry>
<entry>
<title>tor-cert: Ed25519CertBuilder: do type rename everywhere</title>
<updated>2026-04-29T16:49:21Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-04-28T09:59:15Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=24f82c54e0d6d58544a2434d3ae12c3795f0b3f8'/>
<id>urn:sha1:24f82c54e0d6d58544a2434d3ae12c3795f0b3f8</id>
<content type='text'>
Abolish the type alias and change call references.
</content>
</entry>
<entry>
<title>tor-cert: Ed25519CertBuilder: rename from Ed25519CertConstructor</title>
<updated>2026-04-29T16:49:21Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-04-28T09:49:21Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=cbada95b4f5536eb90cf8b2ba6dc8d0570c017de'/>
<id>urn:sha1:cbada95b4f5536eb90cf8b2ba6dc8d0570c017de</id>
<content type='text'>
This is a perfectly ordinary builder type.  There isn't any reason why
it ought to be called "constructor".  And, nowadays, we have things in
tor-netdoc called Constructor that take a different approach.

Briefly, leave a temporary compat alias, to make diffs more comprehensible.

Currently this experimental, so no semver implications.
</content>
</entry>
<entry>
<title>Revert "tor-cert: Provide ed25519 cert decoding via TryFrom trait"</title>
<updated>2026-04-27T10:46:52Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-04-27T10:32:02Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f7b2aa3d2a09755f64d143cc18df5d5081bd9125'/>
<id>urn:sha1:f7b2aa3d2a09755f64d143cc18df5d5081bd9125</id>
<content type='text'>
This reverts commit 68caf324a320fff1a4f0e9b0f5014a34d0e3729f.
</content>
</entry>
<entry>
<title>tor-cert: Provide ed25519 cert decoding via tor-bytes</title>
<updated>2026-04-27T10:46:44Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-04-27T10:04:10Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8a3ff73468aed5f7d26e1cea17f7188bf4c4ed8a'/>
<id>urn:sha1:8a3ff73468aed5f7d26e1cea17f7188bf4c4ed8a</id>
<content type='text'>
This is more sensible and will make the code in tor-netdoc less strange.
We'll revert the TryFrom in a moment.
</content>
</entry>
<entry>
<title>tor-cert: Provide ed25519 cert encoding via tor-bytes</title>
<updated>2026-04-23T15:45:52Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-04-23T15:35:33Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c3080ef6301ce77a1a86a81755961687903d1f89'/>
<id>urn:sha1:c3080ef6301ce77a1a86a81755961687903d1f89</id>
<content type='text'>
Implement the Writeable trait.

Explain why this approach is correct and leave a comment near the
decoder (to avoid future changes making this implementation buggy) and
a test case.
</content>
</entry>
<entry>
<title>tor-cert: Provide ed25519 cert decoding via TryFrom trait</title>
<updated>2026-04-23T15:45:52Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-04-23T15:35:15Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f537b840481b4ae00d99bb0be5daa5ca8ab47854'/>
<id>urn:sha1:f537b840481b4ae00d99bb0be5daa5ca8ab47854</id>
<content type='text'>
Otherwise we can't implement trait-based decoding in tor-netdoc.
</content>
</entry>
</feed>
