<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/tests/shadow/shadow.data.template/hosts/articlient-onion-auth, 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>2024-10-21T10:11:20Z</updated>
<entry>
<title>shadow tests: Provide an arti.extra.toml to arti-extra binary</title>
<updated>2024-10-21T10:11:20Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-10-16T16:27:24Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=87e9d36c9afecd51f045ef53276e1130ed410f0a'/>
<id>urn:sha1:87e9d36c9afecd51f045ef53276e1130ed410f0a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-hsclient: Remove client nickname from the client key specifiers.</title>
<updated>2024-02-22T18:00:34Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-02-21T18:53:59Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=79fa5573a26eed11ee90a93a01fdb504f0fc56d2'/>
<id>urn:sha1:79fa5573a26eed11ee90a93a01fdb504f0fc56d2</id>
<content type='text'>
Closes #1283
</content>
</entry>
<entry>
<title>tor-keymgr: Lowercase the role when building the ArtiPath.</title>
<updated>2024-01-31T11:15:53Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-01-29T12:38:23Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f28158d1b6b2e5cd88e707c3ed385acc65fdfcee'/>
<id>urn:sha1:f28158d1b6b2e5cd88e707c3ed385acc65fdfcee</id>
<content type='text'>
The role is a slug, and slugs are not allowed to contain uppercase
characters.

Closes #1195
</content>
</entry>
<entry>
<title>tor-keymgr: Strip .onion suffix from HsId before building Slug.</title>
<updated>2024-01-31T10:43:06Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-01-26T12:20:48Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7b0cb45d0ebcf15f57b2b41c464b2bb903c5893d'/>
<id>urn:sha1:7b0cb45d0ebcf15f57b2b41c464b2bb903c5893d</id>
<content type='text'>
We are about to replace `ArtiPathComponent` with `Slug`, but `Slug`s
don't support `.`, so let's strip the `.onion` suffix before encoding it
in the `ArtiPath`.
</content>
</entry>
<entry>
<title>shadow test: Update the test client auth keys.</title>
<updated>2023-12-14T18:21:38Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-12-14T17:37:47Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c65a35fab5e6786f0be5c4645db7df054251514c'/>
<id>urn:sha1:c65a35fab5e6786f0be5c4645db7df054251514c</id>
<content type='text'>
The algorithm name for x25519 keys has changed, so the test keys need to
be updated.
</content>
</entry>
<entry>
<title>tor-keymgr: Encode whether the key is public or private in the file extension.</title>
<updated>2023-10-13T17:11:28Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-10-13T11:14:56Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3b2f1b838b0113effb98852a750db90ac7e20262'/>
<id>urn:sha1:3b2f1b838b0113effb98852a750db90ac7e20262</id>
<content type='text'>
There are 2 reasons to make this change:

  * because having the word `private` in the extension will make it more
    difficult to accidentally misuse or misplace a private key (see
    https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/1618#note_2947461)
  * because `Keystore`s will soon grow a `list()` function returning all
    `(ArtiPath, KeyType)`s in the keystore, and in order for
    `ArtiNativeKeystore` to implement this function, it will need to be
    able to reverse the `KeyType -&gt; file extension` mapping (if two
    different `KeyType`s are mapped to the same extension,
    `ArtiNativeKeystore`s won't be able to reverse the mapping)
</content>
</entry>
<entry>
<title>tor-keymgr: Fix typo in key names.</title>
<updated>2023-09-12T15:58:29Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-09-12T15:58:29Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d8ead902fcd7cd80905d8acd5299c3865bb6b0ab'/>
<id>urn:sha1:d8ead902fcd7cd80905d8acd5299c3865bb6b0ab</id>
<content type='text'>
The secret keys are prefixed with `KS`, not `KP`.
</content>
</entry>
<entry>
<title>tor-keymgr: Remove redundant _private suffix from key extension.</title>
<updated>2023-09-12T15:56:15Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-09-12T15:56:15Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=83c69cd9cba152babc7ddac86b58897f44035b14'/>
<id>urn:sha1:83c69cd9cba152babc7ddac86b58897f44035b14</id>
<content type='text'>
The privateness of the keys is encoded in their name.
</content>
</entry>
<entry>
<title>keymgr: Do not expect x25519 keys to be stored as ed25519 ssh keys.</title>
<updated>2023-08-16T09:43:28Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-07-25T10:51:34Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=17d965e8941397b8c362d88df8c90e6a2632bd52'/>
<id>urn:sha1:17d965e8941397b8c362d88df8c90e6a2632bd52</id>
<content type='text'>
Previously, the Arti key store would store x25519 secret keys as ed25519
OpenSSH keys, which it would convert to x25519 upon loading (using the
conversion function added in !1297 (merged)). This approach isn't good
enough though: most people will probably want to bring their existing
x25519 keys, and in order to store those in OpenSSH format, we'd need
convert them to ed25519, which is impossible (because the secret part of
an x25519 key contains a SHA512'd secret, whereas the corresponding,
"un-expanded", ed25519 secret key contains the secret itself rather than
the SHA).

Now that `ssh-key` has support for ssh keys with [custom algorithm
names], we can store x25519 in OpenSSH format directly. This commit
changes the storage format used by the keymgr for x25519 client auth
keys (from ed25519-ssh to our own custom key type with an algorithm name
of `"x25519@torproject.org"`).

Closes #936

[custom algorithm names]: https://github.com/RustCrypto/SSH/pull/136
</content>
</entry>
<entry>
<title>CI: Add client auth integration test.</title>
<updated>2023-07-12T15:36:11Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-07-10T18:42:28Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=24501fdf0e4e4588b84d2ffd94e8288394ca7acd'/>
<id>urn:sha1:24501fdf0e4e4588b84d2ffd94e8288394ca7acd</id>
<content type='text'>
</content>
</entry>
</feed>
