aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-key-forge/src/err.rs
Commit message (Collapse)AuthorAgeFilesLines
* tor-key-forge: Fix typo in doc comment.Gabriela Moldovan2025-01-131-1/+1
|
* tor-keymgr: Add cert parse error variant.Gabriela Moldovan2025-01-131-0/+4
| | | | | | | This will soon be used, when we modify the `ArtiNativeKeystore` cert lookup code to actually parse certificates before returning them. Part of #1768
* tor-key-forge: Abolish the HasKind impl of Error.Gabriela Moldovan2024-12-101-14/+0
| | | | | | | We can't possibly know the `ErrorKind` of such an error, unless we know where the unsupported key came from. Since we can't know this, we should let a higher level crate (like `tor-keymgr`) decide the `ErrorKind` instead.
* Rename tor-keys crate to tor-key-forgeDavid Goulet2024-09-041-0/+30
Signed-off-by: David Goulet <[email protected]>