Skip to content

Commit b1a1e7b

Browse files
committed
feat(mmds): use aws-lc for AES-GCM
The previous dependency is outdated and uses deprecated APIs. With this change we start using AWS-LC, with no changes visible to our users. This also gets rid of a bunch of dependencies. Signed-off-by: Riccardo Mancini <[email protected]>
1 parent 097d632 commit b1a1e7b

File tree

3 files changed

+58
-246
lines changed

3 files changed

+58
-246
lines changed

Cargo.lock

Lines changed: 0 additions & 149 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/vmm/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ gdb = ["arrayvec", "gdbstub", "gdbstub_arch"]
1616
[dependencies]
1717

1818
acpi_tables = { path = "../acpi-tables" }
19-
aes-gcm = { version = "0.10.1", default-features = false, features = ["aes"] }
2019
arrayvec = { version = "0.7.6", optional = true }
2120
aws-lc-rs = { version = "1.14.1", features = ["bindgen"] }
2221
base64 = "0.22.1"

0 commit comments

Comments
 (0)