Skip to content

Commit

Permalink
Add Rust Proxy Attestation client (#1893)
Browse files Browse the repository at this point in the history
This commit adds a Proxy Attestation client with a custom TLS certificate verifier, that checks TEE quotes in X.509 TEE extensions.

Fixes #1861
  • Loading branch information
ipetr0v authored Mar 3, 2021
1 parent 0b63f58 commit 66efcdb
Show file tree
Hide file tree
Showing 17 changed files with 1,167 additions and 68 deletions.
175 changes: 171 additions & 4 deletions examples/Cargo.lock

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

2 changes: 1 addition & 1 deletion examples/proxy_attestation/client/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env_logger = "*"
http = "*"
log = "*"
oak_abi = "=0.1.0"
oak_client = "=0.1.0"
oak_client = { version = "=0.1.0", features = ["oak-attestation"] }
oak_proxy_attestation = "*"
oak_sign = "=0.1.0"
pem = "*"
Expand Down
Loading

0 comments on commit 66efcdb

Please sign in to comment.