Skip to content

Commit

Permalink
Add certify_key_csr integration test
Browse files Browse the repository at this point in the history
With this test, Runtime coverage shoots up to 82.59488% from
~75%.
  • Loading branch information
sree-revoori1 authored and jhand2 committed Feb 1, 2024
1 parent 1a16eed commit 2b4b5b2
Show file tree
Hide file tree
Showing 5 changed files with 187 additions and 35 deletions.
139 changes: 106 additions & 33 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ cbindgen = { version = "0.24.0", default-features = false }
cfg-if = "1.0.0"
chrono = "0.4"
clap = { version = "3.2.14", default-features = false, features = ["std"] }
cms = "0.2.2"
convert_case = "0.6.0"
dpe = { path = "dpe/dpe", default-features = false, features = ["dpe_profile_p384_sha384"] }
crypto = { path = "dpe/crypto", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion dpe
1 change: 1 addition & 0 deletions runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ caliptra-image-serde.workspace = true
caliptra-cfi-lib = { workspace = true, features = ["cfi-test"] }
openssl.workspace = true
sha2 = { version = "0.10.2", default-features = false, features = ["compress"] }
cms.workspace = true
wycheproof.workspace = true

[features]
Expand Down
Loading

0 comments on commit 2b4b5b2

Please sign in to comment.