radicle-heartwood-lfs/crates
Lorenz Leutgeb fafb3493dc
cli: Detect key mismatch
When run with a secret and public key that do not cryptographically
match, `fn radicle_cli::terminal::io::signer` would prompt the user
for a password to unlock the secret key, and then carry on with a
mismatching key pair.

Fix this by verifying that the keys match in `MemorySigner::load`
and only swallow errors initializing the signer in cases where
prompting for a password makes sense. It does not make sense in the
case of mismatched keys.
2025-09-26 00:33:59 +02:00
..
radicle cli: Detect key mismatch 2025-09-26 00:33:59 +02:00
radicle-cli cli: Detect key mismatch 2025-09-26 00:33:59 +02:00
radicle-cli-test crates: 1.4.0 release 2025-08-27 10:30:28 +01:00
radicle-cob crates: 1.4.0 release 2025-08-27 10:30:28 +01:00
radicle-crypto cli: Detect key mismatch 2025-09-26 00:33:59 +02:00
radicle-dag repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
radicle-fetch radicle-fetch: Replace manual std::matches!() impl 2025-08-27 23:12:50 +02:00
radicle-node node: Log Panics 2025-09-24 10:51:34 +01:00
radicle-protocol protocol/service: Change `Routing table updated..` from info to debug 2025-09-16 13:38:26 +01:00
radicle-remote-helper cli: Detect key mismatch 2025-09-26 00:33:59 +02:00
radicle-schemars crates: 1.4.0 release 2025-08-27 10:30:28 +01:00
radicle-signals signals: Guard most of the crate for Unix 2025-08-22 15:19:31 +01:00
radicle-ssh release: prepare crates 2025-08-12 12:13:49 +02:00
radicle-systemd node: Refactor logging initialization 2025-09-23 16:33:50 +02:00
radicle-term docs: fix doc string linking 2025-09-15 10:34:42 +01:00