| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tor-keymgr: renamed ArtiNativeKeystoreConfig to ArtiKeystoreConfig | Morgan | 2024-09-20 | 1 | -2/+2 |
| | | |||||
| * | relay: Add KeyMgr to TorRelay | David Goulet | 2024-09-18 | 1 | -1/+20 |
| | | | | | | | | | | | | | This is the first step before creating relay key definition and storing them into a keystore. The KeyMgr should be passed on the ChanMgr in later commit so the ChanMgr can use it for the authenticated channel handshake. Part of #1604 Signed-off-by: David Goulet <[email protected]> | ||||
| * | tor-relay: add `ChanMgr` to `TorRelay` | Steven Engler | 2024-09-03 | 1 | -0/+26 |
| | | |||||
| * | relay: Add basic configuration and builder | David Goulet | 2024-08-20 | 1 | -0/+151 |
| This adds the basic TorRelayConfig object along a builder in order to create a TorRelay object. At this commit, the configuration object only holds a "StorageConfig" which is a simple starting point which will allow to expand to a KeyMgr and then a ChanMgr along more configuration. There is also no custom Error for the crate at this point. Fixes #1534 Signed-off-by: David Goulet <[email protected]> | |||||
