Skip to content

Commit

Permalink
Merge pull request #5840 from oasisprotocol/kostko/feature/tdx-quotes
Browse files Browse the repository at this point in the history
Add support for verifying Intel TDX quotes
  • Loading branch information
kostko authored Sep 19, 2024
2 parents d6d15d5 + 152fc17 commit b0e6bc8
Show file tree
Hide file tree
Showing 41 changed files with 3,542 additions and 1,504 deletions.
1 change: 1 addition & 0 deletions .buildkite/rust/coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export RUSTFLAGS="-C target-feature=+aes,+ssse3"

# Make sure we can run unit tests for production enclaves.
unset OASIS_UNSAFE_ALLOW_DEBUG_ENCLAVES
unset OASIS_UNSAFE_SKIP_AVR_VERIFY

# Name the current commit so Tarpaulin can detect it correctly.
git checkout -B ${BUILDKITE_BRANCH}
Expand Down
1 change: 1 addition & 0 deletions .buildkite/rust/test_generic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ shift

# Make sure we can run unit tests for production enclaves.
unset OASIS_UNSAFE_ALLOW_DEBUG_ENCLAVES
unset OASIS_UNSAFE_SKIP_AVR_VERIFY

#########################
# Run the build and tests
Expand Down
1 change: 1 addition & 0 deletions .changelog/5840.feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add support for verifying Intel TDX quotes
Loading

0 comments on commit b0e6bc8

Please sign in to comment.