| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | keymgr: Fix broken doc link. | Gabriela Moldovan | 2023-06-30 | 1 | -2/+2 |
| | | |||||
| * | keymgr: Downgrade "TODO hs" to "TODO HSS" | Gabriela Moldovan | 2023-06-30 | 1 | -3/+0 |
| | | | | | This TODO doesn't need to block the release. | ||||
| * | tor-keymgr: Add missing footnote | Ian Jackson | 2023-06-29 | 1 | -0/+5 |
| | | |||||
| * | tor-keymgr: Replace whole-crate-is-unstable warning | Ian Jackson | 2023-06-29 | 1 | -3/+5 |
| | | | | | | arti-client is going to use this so it can't be whole-crate-unstable, but it can be rapidly-changing. | ||||
| * | tor-keymgr features: Document that "keymgr" is experimental | Ian Jackson | 2023-06-29 | 1 | -0/+8 |
| | | |||||
| * | tor-keymgr features: Make "keymgr" disabled by default | Ian Jackson | 2023-06-29 | 1 | -1/+1 |
| | | |||||
| * | keymgr: Define a `keymgr` feature. | Gabriela Moldovan | 2023-06-22 | 1 | -0/+7 |
| | | | | | | | | The dummy key manager impl from `arti-client` will be moved to `tor-keymgr` soon. This commit adds a `keymgr` feature flag to `tor-keymgr` which will eventually be used to choose between the real key manager API and the dummy one. | ||||
| * | keymgr: Add ArtiNativeKeyStore implementation skeleton. | Gabriela Moldovan | 2023-06-15 | 1 | -0/+54 |
| This adds implementation stubs for `ArtiNativeKeyStore`, and introduces the traits needed to make the `KeyStore` APIs work. | |||||
