| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tor-key-forge: Add missing semver.md entries. | Gabriela Moldovan | 2025-01-13 | 1 | -0/+3 |
| | | |||||
| * | tor-key-forge: Split out ItemType as a separate trait. | Gabriela Moldovan | 2025-01-13 | 1 | -0/+2 |
| | | | | | | | | | This is necessary because `ParsedCert`s will not be `EncodableItem`s. This is because we cannot (and don't want to) write certificates that have not yet been validated to the keystore. They do need to be retrievable from the keystore though, so we also change `ErasedKey` to be `Box<dyn ItemType>` instead. | ||||
| * | Remove semver.md files after 1.3.2 release | Nick Mathewson | 2025-01-07 | 1 | -1/+0 |
| | | |||||
| * | tor-key-forge: Abolish the HasKind impl of Error. | Gabriela Moldovan | 2024-12-10 | 1 | -0/+1 |
| 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. | |||||
