Skip to content

Commit

Permalink
Decode Attestation
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay111meher committed Dec 26, 2024
1 parent 2596757 commit 8d6a089
Show file tree
Hide file tree
Showing 9 changed files with 504 additions and 140 deletions.
8 changes: 8 additions & 0 deletions helper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
aws-nitro-enclaves-cose = "0.5.1"
actix-extensible-rate-limit = "0.3.1"
actix-web = "4.5.1"
bytes = "1.0"
aes-gcm = "0.10.3"
anyhow = "1.0.86"
chrono = { version = "0.4", features = ["serde"] }
Expand All @@ -16,12 +18,18 @@ ethers = { version = "2", features = ["rustls"] }
flate2 = "1.0.28"
futures = "0.3"
hex = "0.4.3"
hyper = { version = "1.2.0", features = ["client", "http1", "http2"] }
hyper-util = { version = "0.1.3", features = ["full"] }
log = "0.4"
openssl = { version = "0.10.57", features = ["vendored"] }
pem = "1.0"
prometheus-client ={ version = "0.22.3"}
reqwest = { version = "0.11", features = ["stream"] }
secp256k1 = "0.30.0"
serde = "1.0"
serde_cbor = "0.11.2"
serde_json = "1.0"
thiserror = "1.0.58"
validator = { version = "0.18.1", features = ["derive"] }
rustls = "0.20"
tokio = { version = "1", features = ["full"] }
Expand Down
1 change: 1 addition & 0 deletions helper/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ pub mod common_handlers;
pub mod custom_logger;
pub mod image_id_helpers;
pub mod middlewares;
pub mod pcr_helpers;
pub mod prom_client;
pub mod response;
pub mod sch_payload;
Expand Down
Loading

0 comments on commit 8d6a089

Please sign in to comment.