Skip to content

Commit

Permalink
Remove mc-attest-net crate.
Browse files Browse the repository at this point in the history
The `mc-attest-net` crate was used for talking with the Intel
Attestation Service (IAS). This logic is no longer needed for DCAP
attestation.
  • Loading branch information
nick-mobilecoin committed Oct 16, 2023
1 parent c07b5cd commit 050c9e2
Show file tree
Hide file tree
Showing 25 changed files with 0 additions and 534 deletions.
30 changes: 0 additions & 30 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ members = [
"attest/ake",
"attest/api",
"attest/core",
"attest/net",
"attest/trusted",
"attest/untrusted",
"attest/verifier",
Expand Down
40 changes: 0 additions & 40 deletions attest/net/Cargo.toml

This file was deleted.

9 changes: 0 additions & 9 deletions attest/net/README.md

This file was deleted.

6 changes: 0 additions & 6 deletions attest/net/build.rs

This file was deleted.

31 changes: 0 additions & 31 deletions attest/net/data/Dev_AttestationReportSigningCACert.pem

This file was deleted.

1 change: 0 additions & 1 deletion attest/net/data/quote_bad.txt

This file was deleted.

1 change: 0 additions & 1 deletion attest/net/data/quote_configuration_needed.txt

This file was deleted.

1 change: 0 additions & 1 deletion attest/net/data/quote_ok.txt

This file was deleted.

1 change: 0 additions & 1 deletion attest/net/data/quote_ok_with_nonce.txt

This file was deleted.

1 change: 0 additions & 1 deletion attest/net/data/quote_out_of_date.txt

This file was deleted.

133 changes: 0 additions & 133 deletions attest/net/src/ias.rs

This file was deleted.

23 changes: 0 additions & 23 deletions attest/net/src/lib.rs

This file was deleted.

Loading

0 comments on commit 050c9e2

Please sign in to comment.