| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tor-keymgr: Fix typo in key names. | Gabriela Moldovan | 2023-09-12 | 1 | -0/+0 |
| | | | | | The secret keys are prefixed with `KS`, not `KP`. | ||||
| * | tor-keymgr: Remove redundant _private suffix from key extension. | Gabriela Moldovan | 2023-09-12 | 1 | -0/+0 |
| | | | | | The privateness of the keys is encoded in their name. | ||||
| * | keymgr: Do not expect x25519 keys to be stored as ed25519 ssh keys. | Gabriela Moldovan | 2023-08-16 | 2 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | 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 `"[email protected]"`). Closes #936 [custom algorithm names]: https://github.com/RustCrypto/SSH/pull/136 | ||||
| * | CI: Add client auth integration test. | Gabriela Moldovan | 2023-07-12 | 9 | -0/+15 |
| | | |||||
| * | articlient-onion: don't filter onion addresses | Jim Newsome | 2023-07-03 | 1 | -0/+1 |
| | | |||||
| * | Dedupe arti configs and match TestingTorNetworks HS config | Jim Newsome | 2023-07-03 | 7 | -66/+4 |
| | | |||||
| * | shadow test: enable arti's `log_sensitive_information` option | Jim Newsome | 2023-07-03 | 3 | -0/+9 |
| | | |||||
| * | shadow test: add 2 more relays | Jim Newsome | 2023-07-03 | 20 | -0/+8 |
| | | | | | | Without this, the onion client was failing to find a guard. We recently made this change in shadow's "tor minimal" test as well. | ||||
| * | shadow test: add and validate arti onion client | Jim Newsome | 2023-07-03 | 1 | -0/+17 |
| | | |||||
| * | shadow test: add onion server | Jim Newsome | 2023-07-03 | 5 | -0/+4 |
| | | |||||
| * | shadow ci: bump shadow | Jim Newsome | 2023-05-22 | 1 | -0/+0 |
| | | |||||
| * | add vanila bridge to shadow sim | trinity-1686a | 2022-11-30 | 7 | -0/+28 |
| | | |||||
| * | Create a shadow-based integration test | Jim Newsome | 2022-10-05 | 38 | -0/+301 |
| Fixes https://gitlab.torproject.org/tpo/core/arti/-/issues/174 | |||||
