<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-rtcompat, branch arti-v1.4.2</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.4.2</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.4.2'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2025-04-01T10:13:21Z</updated>
<entry>
<title>tor-rtcompat: Avoid wildcard dependency requirements.</title>
<updated>2025-04-01T10:13:21Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-04-01T10:13:21Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3ce3c2f4aeea2515db6473c6fe30ab90eeb197d8'/>
<id>urn:sha1:3ce3c2f4aeea2515db6473c6fe30ab90eeb197d8</id>
<content type='text'>
This is preventing us from publishing `tor-rtcompat`:

&gt; error: failed to publish to registry at https://crates.io
&gt;
&gt; Caused by:
&gt;   the remote server responded with an error (status 400 Bad Request): wildcard (`*`) dependency constraints are not allowed on crates.io. Crate with this problem: `hex` See https://doc.rust-lang.org/cargo/faq.html#can-libraries-use--as-a-version-for-their-dependencies for more information
</content>
</entry>
<entry>
<title>Bump all the unstable tor- and arti- crates to 0.29.0.</title>
<updated>2025-03-31T17:59:51Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-03-31T17:34:50Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1be579f99a7c0784bd7710f9ee6ee9a6b10c85df'/>
<id>urn:sha1:1be579f99a7c0784bd7710f9ee6ee9a6b10c85df</id>
<content type='text'>
Done using:

```
for crate in $(./maint/list_crates  | rg '^(tor|arti-)'); do
    cargo set-version -p $crate 0.29.0
done
```
</content>
</entry>
<entry>
<title>Upgrade rustls-wekpki dependency to 0.103.1.</title>
<updated>2025-03-27T14:32:25Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-03-27T11:56:32Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0cee4a47625c5840003bbd81164adf4f004cb7c8'/>
<id>urn:sha1:0cee4a47625c5840003bbd81164adf4f004cb7c8</id>
<content type='text'>
We aren't affected by any of the breaking changes from [0.103.0].

[0.103.0]: https://github.com/rustls/webpki/releases/tag/v%2F0.103.0
</content>
</entry>
<entry>
<title>AF_UNIX terminology: Rename two error structs</title>
<updated>2025-03-24T13:58:54Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2025-03-06T15:52:03Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=73157920ffa84d6f1580170a0e40e5fbe3106a67'/>
<id>urn:sha1:73157920ffa84d6f1580170a0e40e5fbe3106a67</id>
<content type='text'>
We change `NoUnixAddressSupport` to `NoAfUnixSocketSupport` because it
doesn't make much sense to talk about support for the addresses
separately from support for the sockets.
</content>
</entry>
<entry>
<title>Fix AF_UNIX terminology in docs, comments, and error messages</title>
<updated>2025-03-24T13:58:54Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2025-03-06T15:16:03Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a60165c11c66c579d628a670de56bfcff494c1cd'/>
<id>urn:sha1:a60165c11c66c579d628a670de56bfcff494c1cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'x509-signature-yeet' into 'main'</title>
<updated>2025-03-05T13:50:08Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-03-05T13:50:08Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f880d8c4bea2cd82aba325b82bb68878bb769e97'/>
<id>urn:sha1:f880d8c4bea2cd82aba325b82bb68878bb769e97</id>
<content type='text'>
Switch from x509-signature to rustls-webpki when using rustls.

Closes #1824 and #1854

See merge request tpo/core/arti!2816</content>
</entry>
<entry>
<title>rustls: move provider-installer to its own function.</title>
<updated>2025-03-04T19:45:18Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-03-03T15:17:33Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d206e9b70ddfce0083546d4f1836129985b9abfc'/>
<id>urn:sha1:d206e9b70ddfce0083546d4f1836129985b9abfc</id>
<content type='text'>
We do this so that we can make sure there's a provider installed
when we run the tests.
</content>
</entry>
<entry>
<title>Require rustls 0.23.20</title>
<updated>2025-03-04T19:45:18Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-03-03T15:15:14Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3931f216ec23991653b196596c9758eff61b68e5'/>
<id>urn:sha1:3931f216ec23991653b196596c9758eff61b68e5</id>
<content type='text'>
This is the version that introduces `root_hint_subjects()`,
which we want our ServerCertVerifier to override.
</content>
</entry>
<entry>
<title>Require rustls-pki-types 1.8 for CertificateDer::from_slice</title>
<updated>2025-03-04T19:45:18Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-02-27T21:49:33Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e07f893b93e5503c56d7ff875a11e7afe7ff0d91'/>
<id>urn:sha1:e07f893b93e5503c56d7ff875a11e7afe7ff0d91</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustls.rs: Replace x509-signature with rustls-webpki</title>
<updated>2025-03-04T19:45:18Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-02-26T22:02:48Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ede6d75567c1ee81812478e6137032dd568ddb91'/>
<id>urn:sha1:ede6d75567c1ee81812478e6137032dd568ddb91</id>
<content type='text'>
The x509-signature crate is archived, and won't see any more
releases.  Using it is tying us to ring 0.16 internally,
which means we depend on two ring versions.

Fortunately, rustls-webpki relaxes some of the earlier restrictions
from the vanilla webpki crate, which means that its certificate parser
now accepts C tor's oddball x509 certificates as valid.

With this change, we can delegate to rustls's built-in
signature-checking code, and we only have to override its
certificate validation.  (We still override it with a pile of
comments about how we don't validate link certificates much.)

I've had to include a few certificates: two are for tests,
but one is needed as a placeholder, since we can't construct
a rustls certificate validator without a root cert,
even if we'll never use it.

Closes #1824.
Closes #1854.
</content>
</entry>
</feed>
