feat(connect): add device identity store and registration proof (#6267)

This commit is contained in:
Zhengchao An
2026-08-20 03:32:59 +08:00
committed by GitHub
parent 898aa4db95
commit c10d74c78b
49 changed files with 7372 additions and 0 deletions
+4
View File
@@ -244,6 +244,10 @@ rustfs-concurrency = { workspace = true }
rustfs-scanner = { workspace = true }
tempfile = { workspace = true }
# Connect device identity: P-256 keys, PKCS#10 certificate requests, ES256 proofs.
p256 = { version = "0.13.2", features = ["ecdsa", "pkcs8"] }
rcgen = { workspace = true }
# Async Runtime and Networking
async-trait = { workspace = true }
axum.workspace = true