<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/arti-relay/src/main.rs, 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-14T19:03:01Z</updated>
<entry>
<title>arti-relay: improve ntor key logging</title>
<updated>2026-04-14T19:03:01Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-04-14T18:58:13Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=829941d26c3778f7a0ee6ba93250fa24d4965069'/>
<id>urn:sha1:829941d26c3778f7a0ee6ba93250fa24d4965069</id>
<content type='text'>
We only need the max, not the entire sorted list.
</content>
</entry>
<entry>
<title>arti-relay: log the public ntor key</title>
<updated>2026-04-14T19:03:01Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-04-13T19:01:54Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1796300735ade869d7b72c68f7558636315d5822'/>
<id>urn:sha1:1796300735ade869d7b72c68f7558636315d5822</id>
<content type='text'>
This is useful for testing.
</content>
</entry>
<entry>
<title>arti-relay: move key logging (part 3)</title>
<updated>2026-04-13T18:59:16Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-04-13T18:59:13Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1976ebadec031ba0c0236bd353a38531c261ee95'/>
<id>urn:sha1:1976ebadec031ba0c0236bd353a38531c261ee95</id>
<content type='text'>
Small cleanup.
</content>
</entry>
<entry>
<title>arti-relay: move key logging (part 2)</title>
<updated>2026-04-13T18:58:38Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-04-13T18:58:35Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=24ff900ae287cee0b0e0187f0f59028386144127'/>
<id>urn:sha1:24ff900ae287cee0b0e0187f0f59028386144127</id>
<content type='text'>
Code movement only.
</content>
</entry>
<entry>
<title>arti-relay: move key logging (part 1)</title>
<updated>2026-04-13T18:53:24Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-04-13T18:53:21Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=001ffb099235f8be2623730083dc6c47dfca8175'/>
<id>urn:sha1:001ffb099235f8be2623730083dc6c47dfca8175</id>
<content type='text'>
Set up function placeholder.
</content>
</entry>
<entry>
<title>arti-relay: Change CryptoProvider to aws-lc-rs.</title>
<updated>2026-04-08T20:10:34Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-04-02T14:34:28Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=fdd7680ddd979906329f17bc79634ad0c7a9632d'/>
<id>urn:sha1:fdd7680ddd979906329f17bc79634ad0c7a9632d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti-relay: Move all key specifiers to a new keys module (fmt)</title>
<updated>2026-04-01T11:17:50Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-04-01T10:59:49Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7ccc8dc45c67d3ca15babd7b3eea4bf9fd220595'/>
<id>urn:sha1:7ccc8dc45c67d3ca15babd7b3eea4bf9fd220595</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti-relay: Move all key specifiers to a new keys module</title>
<updated>2026-04-01T11:17:50Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-04-01T10:45:21Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2cdc938a1bca3aa84eb7317a17d7776e55af5ae4'/>
<id>urn:sha1:2cdc938a1bca3aa84eb7317a17d7776e55af5ae4</id>
<content type='text'>
This extracts the key specifier types out of `tor-relay-crypto`, which

  * makes the code layout consistent with the hidden service crates (the
    key specifiers are defined in a `keys` module in `tor-hsservice`,
    while the key wrapper types live in `tor-hscrypto::pk`)
  * helps reduce the API surface: the key specifiers are only used in
    `arti-relay`, so we can move them there and make them `pub(crate)`
    instead of `pub`
</content>
</entry>
<entry>
<title>arti-relay: add `log_sensitive_information` config option</title>
<updated>2026-03-24T22:29:52Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-03-24T22:23:16Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=89e486fc7e045bce93365b1554c133aa6ac5fb19'/>
<id>urn:sha1:89e486fc7e045bce93365b1554c133aa6ac5fb19</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti-relay: change a 'debug' log to 'info'</title>
<updated>2026-03-24T17:46:33Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-03-24T17:46:09Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7c593762a12dae2f567e72dbf765ca5eb69021f9'/>
<id>urn:sha1:7c593762a12dae2f567e72dbf765ca5eb69021f9</id>
<content type='text'>
I had intended for this to be 'info' in f287ec7910, but must have
accidentally wrote 'debug'.
</content>
</entry>
</feed>
