Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,7 @@ RPC definitions use `prpc` framework with Protocol Buffers:

### Working with TDX Quotes

- Low-level bindings: `tdx-attest-sys/` (FFI to libtdx-attest)
- High-level API: `tdx-attest/`
- Pure Rust API: `tdx-attest/`
- Verification: `verifier/` using `dcap-qvl`
- Event log parsing: `cc-eventlog/`

Expand Down
86 changes: 4 additions & 82 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ members = [
"kms/rpc",
"ra-rpc",
"ra-tls",
"tdx-attest-sys",
"tdx-attest",
"dstack-attest",
"dstack-util",
Expand Down Expand Up @@ -69,7 +68,6 @@ cc-eventlog = { path = "cc-eventlog" }
supervisor = { path = "supervisor" }
supervisor-client = { path = "supervisor/client" }
tdx-attest = { path = "tdx-attest" }
tdx-attest-sys = { path = "tdx-attest-sys" }
dstack-attest = { path = "dstack-attest" }
certbot = { path = "certbot" }
rocket-vsock-listener = { path = "rocket-vsock-listener" }
Expand Down
11 changes: 0 additions & 11 deletions LICENSES/BSD-3-Clause.txt

This file was deleted.

5 changes: 0 additions & 5 deletions REUSE.toml
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,6 @@ SPDX-FileCopyrightText = "NONE"
SPDX-License-Identifier = "Apache-2.0"
precedence = "override"

[[annotations]]
path = "tdx-attest-sys/csrc/*"
SPDX-FileCopyrightText = "Copyright (C) 2011-2021 Intel Corporation. All rights reserved."
SPDX-License-Identifier = "BSD-3-Clause"

[[annotations]]
path = "mod-tdx-guest/Kconfig"
SPDX-FileCopyrightText = "© 2022 Intel Corporation"
Expand Down
Loading