mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-23 20:59:05 +00:00
feat(connect): add device identity store and registration proof (#6267)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user