mgm: Support AES management keys (#589)

This commit is contained in:
Jack Grigg
2025-09-01 23:30:40 +01:00
committed by GitHub
parent 0072b174b4
commit dcaf080ef2
3 changed files with 77 additions and 7 deletions
+1
View File
@@ -24,6 +24,7 @@ sha2 = "0.11.0-rc.0"
x509-cert = { version = "0.3.0-rc.1", features = ["builder", "hazmat"] }
[dependencies]
aes = { version = "0.9.0-rc.0", features = ["zeroize"] }
bitflags = "2.5.0"
cipher = { version = "0.5.0-rc.0", features = ["rand_core"] }
der = "0.8.0-rc.7"