<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-rtcompat, 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-02-02T17:03:49Z</updated>
<entry>
<title>release: Bump `arti-*` and `tor-*` crates to 0.39.0</title>
<updated>2026-02-02T17:03:49Z</updated>
<author>
<name>Wesley Aptekar-Cassels</name>
<email>me@wesleyac.com</email>
</author>
<published>2026-02-02T16:41:20Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b80fc6060ca05104f6a2d499b39778cd51bb1b76'/>
<id>urn:sha1:b80fc6060ca05104f6a2d499b39778cd51bb1b76</id>
<content type='text'>
Done via:

```
for crate in $(./maint/list-crates  | rg '^(tor|arti-)'); do
        cargo set-version -p $crate 0.39.0
done
```
</content>
</entry>
<entry>
<title>rtcompat: tweaks to no-tls-server case.</title>
<updated>2026-02-02T15:02:22Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-01-30T20:15:37Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e68872f9054dc5fa7a92ddd7476336481d39d56d'/>
<id>urn:sha1:e68872f9054dc5fa7a92ddd7476336481d39d56d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rtcompat: Improved tls-server key/cert handling.</title>
<updated>2026-02-02T15:02:22Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-01-29T18:19:46Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4aa76dffbeec22dcbbeb6a417ba6830ef7047f48'/>
<id>urn:sha1:4aa76dffbeec22dcbbeb6a417ba6830ef7047f48</id>
<content type='text'>
Now that we can admit to knowing about tor-cert-x509, we can use
TlsCertAndKeys to simplify everything.
</content>
</entry>
<entry>
<title>rtcompat: restore tls-server test.</title>
<updated>2026-02-02T15:02:22Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-01-29T18:03:28Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8664ad9a2f16683db609a23c654d1ea99dc933b2'/>
<id>urn:sha1:8664ad9a2f16683db609a23c654d1ea99dc933b2</id>
<content type='text'>
Now that tor-cert-x509 is its own crate, we can use that,
and avoid the circular dependency.

Closes #2330.
</content>
</entry>
<entry>
<title>Merge branch 'main' into 'main'</title>
<updated>2026-02-02T14:51:20Z</updated>
<author>
<name>gabi-250</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-02-02T14:51:20Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f6aea5369967ae64be90f022ea8e4e5c0d03c28c'/>
<id>urn:sha1:f6aea5369967ae64be90f022ea8e4e5c0d03c28c</id>
<content type='text'>
fix(minver): Update paste dependency to be minver compatible

See merge request tpo/core/arti!3610</content>
</entry>
<entry>
<title>rtcompat: Temporarily disable tls-server test.</title>
<updated>2026-01-29T17:56:18Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-01-29T14:35:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f80d0301058e3683b62da75a9a6f31d6ddf0a2f7'/>
<id>urn:sha1:f80d0301058e3683b62da75a9a6f31d6ddf0a2f7</id>
<content type='text'>
It would introduce a circular dev-dependency, which is not
well-supported by cargo publish.  I hope to resolve this and
re-enable the test in #2330.
</content>
</entry>
<entry>
<title>rustls: Improve test output; use standard warnings.</title>
<updated>2026-01-29T17:56:18Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-01-29T14:23:26Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=46e4889cb6de0a09a389d28dbb9458ea3ccddc44'/>
<id>urn:sha1:46e4889cb6de0a09a389d28dbb9458ea3ccddc44</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rtcompat: Clarify sni_hostname for server connections.</title>
<updated>2026-01-29T17:56:18Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-01-29T13:32:24Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=af8fe8fbda8305f3eeb0b304d8247de4cc07a288'/>
<id>urn:sha1:af8fe8fbda8305f3eeb0b304d8247de4cc07a288</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rtcompat: Clarify None returns from own_certificate.</title>
<updated>2026-01-29T17:56:18Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-01-29T13:30:14Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9c7377aa3b3c413883272744b3c458053e3fa73b'/>
<id>urn:sha1:9c7377aa3b3c413883272744b3c458053e3fa73b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Run "cargo sort" on tor-rtcompat.</title>
<updated>2026-01-29T17:56:18Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-01-28T17:52:07Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=27cc5322d66020a4943eb5a54d18d9dabd799b35'/>
<id>urn:sha1:27cc5322d66020a4943eb5a54d18d9dabd799b35</id>
<content type='text'>
</content>
</entry>
</feed>
