<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-rtcompat/src, branch arti-v2.3.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.3.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.3.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2026-04-08T20:10:34Z</updated>
<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, rtmock: Port to web-time-compat.</title>
<updated>2026-03-26T19:20:16Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-03-26T13:10:19Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=481016440e0875f1ebccb859048d17d07fa9ffc1'/>
<id>urn:sha1:481016440e0875f1ebccb859048d17d07fa9ffc1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rtcompat: Fix clippy with wasm32 and no-default-features.</title>
<updated>2026-03-25T14:54:13Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-03-25T14:51:00Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=052b782d6d59a564e4914dd099afd1d10ba2a8a0'/>
<id>urn:sha1:052b782d6d59a564e4914dd099afd1d10ba2a8a0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'typos' into 'main'</title>
<updated>2026-03-16T15:31:58Z</updated>
<author>
<name>opara</name>
<email>opara@torproject.org</email>
</author>
<published>2026-03-16T15:31:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e3943ae7bc575eb9b9ef0e505d9d7ac11d49cf81'/>
<id>urn:sha1:e3943ae7bc575eb9b9ef0e505d9d7ac11d49cf81</id>
<content type='text'>
Fix various typos

See merge request tpo/core/arti!3781</content>
</entry>
<entry>
<title>Fix word duplicate typos</title>
<updated>2026-03-15T20:18:56Z</updated>
<author>
<name>Tobias Stoeckmann</name>
<email>tobias@stoeckmann.org</email>
</author>
<published>2026-03-15T20:05:34Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2173207d8b909d1afdc55adda13faac13cdded0f'/>
<id>urn:sha1:2173207d8b909d1afdc55adda13faac13cdded0f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix windows cargo warnings</title>
<updated>2026-03-15T20:08:13Z</updated>
<author>
<name>Tobias Stoeckmann</name>
<email>tobias@stoeckmann.org</email>
</author>
<published>2026-03-15T20:08:13Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=43abd0a85604f49a497dcc7b700e47a8f457f026'/>
<id>urn:sha1:43abd0a85604f49a497dcc7b700e47a8f457f026</id>
<content type='text'>
Disable use-statements which are only needed for unix.
</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>Merge branch 'resume' into 'main'</title>
<updated>2026-02-24T15:47:45Z</updated>
<author>
<name>opara</name>
<email>opara@torproject.org</email>
</author>
<published>2026-02-24T15:47:45Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d4cec0d36a7206ff9d94b5131e479c7dd30a4568'/>
<id>urn:sha1:d4cec0d36a7206ff9d94b5131e479c7dd30a4568</id>
<content type='text'>
tor-rtcompat: Disable rustls session resumption

See merge request tpo/core/arti!3710</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>
</feed>
