<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-rtcompat/src/impls/rustls.rs, branch arti-v2.5.1</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.5.1</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.5.1'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2026-06-09T15:36:01Z</updated>
<entry>
<title>maint: Run maint/add_warning to deny string slices</title>
<updated>2026-06-09T15:36:01Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2026-06-09T15:36:01Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9f5752a77fb57052c06ead0eeae606831f1e8e97'/>
<id>urn:sha1:9f5752a77fb57052c06ead0eeae606831f1e8e97</id>
<content type='text'>
This commit executes maint/add_warning with the just added change to
deny string slices except in tests.

I recommend auditing this by checking out the previous commit followed
by running the script yourself and then verifying that the diff is
identical to this commit.

This commit makes cargo clippy fail.  We will add exceptions in the next
commit.
</content>
</entry>
<entry>
<title>rtcompat: document choice of aws_lc_rs provider</title>
<updated>2026-04-08T20:10:34Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-04-02T14:30:02Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d76dc4ee37a76eae9718e47738a9903f1f4237a8'/>
<id>urn:sha1:d76dc4ee37a76eae9718e47738a9903f1f4237a8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rtcompat: Stop installing backup CryptoProvider.</title>
<updated>2026-04-02T13:23:06Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-04-02T13:19:32Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a69a6ac4738d62da7c388a1f85eb92e405acd986'/>
<id>urn:sha1:a69a6ac4738d62da7c388a1f85eb92e405acd986</id>
<content type='text'>
When using rustls, previously we'd check to see whether the
application had installed a CryptoProvider (as it is required to
do).  If not, we'd log a warning and install a Ring provider.

But now, we want to enable other kinds of providers,
so this behavior isn't practical any more.
(See #2448 for discussion.)

Closes #2448.
</content>
</entry>
<entry>
<title>rtcompat: Allocate the zeroed vector for export_keying_material()</title>
<updated>2026-02-26T14:07:40Z</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2026-02-26T14:07:40Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=05359881863aeca27d21b730d8c92c5cd46dc86f'/>
<id>urn:sha1:05359881863aeca27d21b730d8c92c5cd46dc86f</id>
<content type='text'>
Reason is that Vec::with_capacity(len) doesn't actually allocate and the
Rustls export_keying_material() does a .is_empty() check which is under
".len() == 0".

Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</content>
</entry>
<entry>
<title>tor-rtcompat: disable rustls session resumption</title>
<updated>2026-02-24T15:31:34Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-02-23T18:56:32Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=727b07d5a555717817ee082a8d613559fd20d527'/>
<id>urn:sha1:727b07d5a555717817ee082a8d613559fd20d527</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rtcompat: Return certificates as Cow.</title>
<updated>2026-02-02T21:13:15Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-01-29T18:59:26Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c4caac2e5921db03432a80fea422643572784606'/>
<id>urn:sha1:c4caac2e5921db03432a80fea422643572784606</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>rustls: add an error for unimplemented tls server support.</title>
<updated>2026-01-29T17:56:18Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-01-28T15:33:36Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1ec50631623aee11b2b0a8f1c7f1d41d8dfe2c92'/>
<id>urn:sha1:1ec50631623aee11b2b0a8f1c7f1d41d8dfe2c92</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rtcompat: Implement TLS server support for rustls.</title>
<updated>2026-01-29T17:56:18Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-01-28T00:49:03Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d10097ee572dc4c364dfa911b8817b2ef90d2c2c'/>
<id>urn:sha1:d10097ee572dc4c364dfa911b8817b2ef90d2c2c</id>
<content type='text'>
Closes #2316.
</content>
</entry>
<entry>
<title>rtcompat: new server-related members on TlsProvider trait.</title>
<updated>2026-01-29T17:56:18Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-01-27T17:28:57Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=bc856a46856d7585cdf6474e7f491b51afeffa1f'/>
<id>urn:sha1:bc856a46856d7585cdf6474e7f491b51afeffa1f</id>
<content type='text'>
These are as yet unimplemented; there's a stub type
for the providers (nativetls) that won't actually have them.
</content>
</entry>
</feed>
