<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-keymgr, branch arti-v1.1.10</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.10</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.10'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2023-10-31T13:12:35Z</updated>
<entry>
<title>Patch version bumps in crates without breaking changes</title>
<updated>2023-10-31T13:12:35Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-10-31T13:00:42Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=537d98a12eedf5604fe28183ec603dd3609bb070'/>
<id>urn:sha1:537d98a12eedf5604fe28183ec603dd3609bb070</id>
<content type='text'>
```
These crates have new APIs:

tor-async-utils   ADDED
tor-config        ADDED
tor-hscrypto      ADDED
tor-netdoc        ADDED, plus BREAKING-experimental.

These crates have patch-level changes only:

tor-netdir        (bugfix only). (re-exposes netdoc)
arti-rpcserver    (tweaks only, uses nothing that broke.)
arti              1.1.10, no stable public APIs.

```
</content>
</entry>
<entry>
<title>Minor version bumps in crates with breaking changes.</title>
<updated>2023-10-31T13:12:35Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-10-31T12:54:00Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4460d8b3a5f801db2b20ca0e83dadd0bc8ccf5da'/>
<id>urn:sha1:4460d8b3a5f801db2b20ca0e83dadd0bc8ccf5da</id>
<content type='text'>
```
tor-basic-utils   BREAKING
tor-rtmock        BREAKING.
tor-cert          BREAKING
tor-cell          BREAKING
tor-proto         BREAKING: re-exposes cell.  (Also BREAKING-experimental)
tor-chanmgr       BREAKING: Re-exposes proto.
tor-ptmgr         BREAKING: re-exposes tor-chanmgr
tor-guardmgr      BREAKING: re-exposes proto.  (Only for ClockSkew I think?)
tor-circmgr       BREAKING: re-exposes proto
tor-dirclient     BREAKING
tor-hsclient      BREAKING, re-exposes proto.
tor-hsservice     BREAKING, re-exposes proto.
tor-hsrproxy      BREAKING
arti-client       BREAKING: re-exposes proto.
arti-hyper:       BREAKING, re-exposes arti-client.
tor-dirmgr        Let's assume BREAKING, very high-level.
tor-keymgr        BREAKING, but experimental.
```
</content>
</entry>
<entry>
<title>tor-keymgr: Use a macro to declare the KeyType enum (fmt).</title>
<updated>2023-10-24T14:42:35Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-10-24T12:58:11Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e3d9e0a33bb8fc985e378959604d4b591006a9b8'/>
<id>urn:sha1:e3d9e0a33bb8fc985e378959604d4b591006a9b8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-keymgr: Use a macro to declare the KeyType enum.</title>
<updated>2023-10-24T14:42:35Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-10-24T12:50:57Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2d7aa12eca5634840056692a585493734ef38512'/>
<id>urn:sha1:2d7aa12eca5634840056692a585493734ef38512</id>
<content type='text'>
The bad identation is there to make reviewing the diff easier (the macro
will be reindented in a future commit).
</content>
</entry>
<entry>
<title>tor-keymgr: Stop open-coding range operations.</title>
<updated>2023-10-24T14:42:35Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-10-24T12:08:33Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=960b397dc37405bd4af307041fb2667ec949d508'/>
<id>urn:sha1:960b397dc37405bd4af307041fb2667ec949d508</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-keymgr: Rename key_stores to secondary_stores for clarity.</title>
<updated>2023-10-24T14:42:35Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-10-23T17:07:56Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=07f67ce26a4404621b7a95604f011d4b6b3c8e91'/>
<id>urn:sha1:07f67ce26a4404621b7a95604f011d4b6b3c8e91</id>
<content type='text'>
The name `key_stores` was a bit misleading, as this field only contains
the _secondary_ key stores (the primary/default key store is stored in a
separate field).
</content>
</entry>
<entry>
<title>tor-keymgr: list() should include the keys from the default key store.</title>
<updated>2023-10-24T14:42:35Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-10-23T15:48:31Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ad31f26ec8f791801d842107afd6ebd4d15c0812'/>
<id>urn:sha1:ad31f26ec8f791801d842107afd6ebd4d15c0812</id>
<content type='text'>
`KeyMgr::list()` was supposed to look in _all_ key stores, not just the
secondary ones.
</content>
</entry>
<entry>
<title>tor-keymgr: Remove now-outdated TODO HSS.</title>
<updated>2023-10-24T14:42:35Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-10-23T15:57:56Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8f019a199f61fa305503b47b6f403491549c7bff'/>
<id>urn:sha1:8f019a199f61fa305503b47b6f403491549c7bff</id>
<content type='text'>
Key file extensions now have `_private`/`_public` suffixes again.
</content>
</entry>
<entry>
<title>tor-keymgr: Add TODO explaining why we're not using strum.</title>
<updated>2023-10-24T14:42:35Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-10-23T16:25:04Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=66e2268926cabf62049675d4c162465b7c360a07'/>
<id>urn:sha1:66e2268926cabf62049675d4c162465b7c360a07</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-keymgr: Use the right extension for expanded ed25519 keys.</title>
<updated>2023-10-24T14:42:35Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-10-23T15:45:09Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3b025eba3a9f6d6715e0c2ad16a75fe1348e7394'/>
<id>urn:sha1:3b025eba3a9f6d6715e0c2ad16a75fe1348e7394</id>
<content type='text'>
This line was out of sync with `KeyType::arti_extension`, which uses
`ed25519_expanded_private` as the extension (and not
`ed25519_expanded`).
</content>
</entry>
</feed>
