<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-keymgr/src/keystore/fs_utils.rs, branch main</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=main</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2025-08-07T15:28:36Z</updated>
<entry>
<title>Switch Cargo.toml files to edition 2024.</title>
<updated>2025-08-07T15:28:36Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-08-06T01:19:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=77b0de43b8c67cdb81befe0680a3df43b6ad37bc'/>
<id>urn:sha1:77b0de43b8c67cdb81befe0680a3df43b6ad37bc</id>
<content type='text'>
First, run

```
git grep -l "^edition =" |
    xargs perl -i -pe 's/^edition *=.*/edition = "2024"/;'
```

Second, manually verify that all Cargo.toml files have changed,
and nothing else has changed.

Third, run cargo fmt again.
</content>
</entry>
<entry>
<title>tor-keymgr: Replace KeyType with KeystoreItemType.</title>
<updated>2024-12-04T16:42:06Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-11-21T15:05:57Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d6eb02d4c631528bc437d4e3cde7b249c590601a'/>
<id>urn:sha1:d6eb02d4c631528bc437d4e3cde7b249c590601a</id>
<content type='text'>
This is part of the work needed to support storing certificates in the
keystore (they won't have a `KeyType`, but rather `CertType`).
</content>
</entry>
<entry>
<title>tor-keymgr: Feature-gate RelKeyPath::from_parts constructor.</title>
<updated>2024-11-20T14:31:55Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-11-20T14:23:27Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ceec3b27ff3581a83f9c5a2c93cf33fa77aba33e'/>
<id>urn:sha1:ceec3b27ff3581a83f9c5a2c93cf33fa77aba33e</id>
<content type='text'>
Otherwise, we get a dead code warning when the `ctor-keystore` feature
is disabled.
</content>
</entry>
<entry>
<title>tor-keymgr: Rename Filesystem variant to Io for clarity (fmt).</title>
<updated>2024-10-08T13:23:17Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-09-26T11:43:04Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=fd5418c706bc4a6a27d18e8eca4a05c6bf8bfeea'/>
<id>urn:sha1:fd5418c706bc4a6a27d18e8eca4a05c6bf8bfeea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-keymgr: Rename Filesystem variant to Io for clarity.</title>
<updated>2024-10-08T13:23:17Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-09-25T11:36:50Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=78a8dd2cfc267f37912c9e69980aaaa0f69faf8f'/>
<id>urn:sha1:78a8dd2cfc267f37912c9e69980aaaa0f69faf8f</id>
<content type='text'>
The `FilesystemError::Filesystem` variant was actually just for IO
errors.
</content>
</entry>
<entry>
<title>tor-keymgr: Refactor common fs errors into a separate error enum.</title>
<updated>2024-10-08T13:23:17Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-09-25T11:32:28Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9fa5593d3c92f4a3b82ee4abbd62a0aebf9c5db6'/>
<id>urn:sha1:9fa5593d3c92f4a3b82ee4abbd62a0aebf9c5db6</id>
<content type='text'>
This will be reused by other on-disk key stores (such as the C Tor ones
we're about to add).

I recommend reviewing this commit using
`git diff --color-moved=zebra  --ignore-space-change`
</content>
</entry>
<entry>
<title>tor-keymgr: Add RelKeyPath::from_parts constructor.</title>
<updated>2024-10-08T13:23:17Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-09-23T11:09:37Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b6f7398d1f995bb6e9514737c10b8fbff287d99e'/>
<id>urn:sha1:b6f7398d1f995bb6e9514737c10b8fbff287d99e</id>
<content type='text'>
This will be used to create relative paths representing C Tor keys.
</content>
</entry>
<entry>
<title>tor-keymgr: Rename RelKeyPath::new to RelKeyPath::arti.</title>
<updated>2024-10-08T13:23:17Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-09-20T18:15:33Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2a261a177f896083574b8ed97af0ad45975bd557'/>
<id>urn:sha1:2a261a177f896083574b8ed97af0ad45975bd557</id>
<content type='text'>
We're about to add a separate constructor for CTor paths.
</content>
</entry>
<entry>
<title>tor-keymgr: Move the checked_op utils out of the arti module.</title>
<updated>2024-10-08T13:23:17Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-09-20T18:13:33Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=bf0e37207caf4dbce983fcb3544b51c38a018aec'/>
<id>urn:sha1:bf0e37207caf4dbce983fcb3544b51c38a018aec</id>
<content type='text'>
We are about to use this for the ctor keystore implementation too.
</content>
</entry>
</feed>
