Implement SSH key material loading with KeySource, load_private_key, load_public_keys, and CertAuthorityEntry

This commit is contained in:
2026-06-02 09:52:39 +00:00
parent b157ab3799
commit b4f4f2ed8c
5 changed files with 268 additions and 1 deletions

View File

@@ -28,4 +28,5 @@ iroh = { version = "0.34", optional = true }
async-trait = "0.1"
[dev-dependencies]
wraith-core = { path = ".", features = ["testutil"] }
wraith-core = { path = ".", features = ["testutil"] }
tempfile = "3"