summaryrefslogtreecommitdiff
path: root/crates/tor-keymgr/src/config.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* Fix warnings and errors from edition 2024.Nick Mathewson2025-08-071-4/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-3/+3
* fix: fix typosDimitris Apostolou2025-01-061-1/+1
* tor-config: removed re-export of `CfgPath`Steven Engler2024-11-041-1/+2
* tor-config: Fix indentation in doc comment.Gabriela Moldovan2024-10-091-1/+1
* tor-keymgr: Fix indentation in doc comment.Gabriela Moldovan2024-10-091-1/+1
* tor-keymgr: Move C Tor keystore configs under ctor key (fmt).Gabriela Moldovan2024-10-081-5/+10
* tor-keymgr: Move C Tor keystore configs under ctor key.Gabriela Moldovan2024-10-081-35/+46
* tor-keymgr: Add tests for the keystore config.Gabriela Moldovan2024-10-081-0/+164
* tor-keymgr: Validate keystore ID uniqueness in ArtiKeystoreConfigBuilder.Gabriela Moldovan2024-10-081-1/+23
* arti-client: Use the configured C Tor client keystores.Gabriela Moldovan2024-10-081-1/+1
* tor-keymgr: Add configuration for C Tor client keystores.Gabriela Moldovan2024-10-081-0/+82
* tor-keymgr: Derive Getters for CTorKeystoreConfig.Gabriela Moldovan2024-10-081-1/+1
* tor-keymgr: Derive Getters for the ArtiKeystoreConfig.Gabriela Moldovan2024-10-081-1/+2
* tor-keymgr: Add configuration for C Tor service keystores.Gabriela Moldovan2024-10-081-3/+201
* tor-keymgr: Move config/arti.rs to config.rsGabriela Moldovan2024-10-081-2/+113
* tor-keymgr: Add ArtiNativeKeystoreConfig.Gabriela Moldovan2023-07-131-0/+3