summaryrefslogtreecommitdiff
path: root/crates/tor-keymgr/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Move keymgr feature to stable list in READMENick Mathewson2024-02-201-3/+3
|
* tor-keymgr: Reword the README.Gabriela Moldovan2024-02-191-24/+30
| | | | | | This rewords the docs for clarity. Part of #1115
* keymgr: Fix broken doc link.Gabriela Moldovan2023-06-301-2/+2
|
* keymgr: Downgrade "TODO hs" to "TODO HSS"Gabriela Moldovan2023-06-301-3/+0
| | | | This TODO doesn't need to block the release.
* tor-keymgr: Add missing footnoteIan Jackson2023-06-291-0/+5
|
* tor-keymgr: Replace whole-crate-is-unstable warningIan Jackson2023-06-291-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 experimentalIan Jackson2023-06-291-0/+8
|
* tor-keymgr features: Make "keymgr" disabled by defaultIan Jackson2023-06-291-1/+1
|
* keymgr: Define a `keymgr` feature.Gabriela Moldovan2023-06-221-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 Moldovan2023-06-151-0/+54
This adds implementation stubs for `ArtiNativeKeyStore`, and introduces the traits needed to make the `KeyStore` APIs work.