Skip to content

Commit 68e62dc

Browse files
committed
attestation: redesign V1 as direct CBOR platform/stack schema
1 parent 0de3b67 commit 68e62dc

File tree

16 files changed

+812
-135
lines changed

16 files changed

+812
-135
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ members = [
2020
"ra-tls",
2121
"tdx-attest",
2222
"dstack-attest",
23+
"dstack-attestation-types",
2324
"dstack-util",
2425
"iohash",
2526
"guest-agent",
@@ -72,6 +73,7 @@ supervisor = { path = "supervisor" }
7273
supervisor-client = { path = "supervisor/client" }
7374
tdx-attest = { path = "tdx-attest" }
7475
dstack-attest = { path = "dstack-attest" }
76+
dstack-attestation-types = { path = "dstack-attestation-types" }
7577
certbot = { path = "certbot" }
7678
rocket-vsock-listener = { path = "rocket-vsock-listener" }
7779
host-api = { path = "host-api", default-features = false }

dstack-attest/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ license.workspace = true
1212
[dependencies]
1313
anyhow.workspace = true
1414
cc-eventlog.workspace = true
15+
ciborium.workspace = true
1516
dcap-qvl.workspace = true
17+
dstack-attestation-types.workspace = true
1618
dstack-types.workspace = true
1719
ez-hash.workspace = true
1820
fs-err.workspace = true

0 commit comments

Comments
 (0)