-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
Merge branch 'main' into vmhatre/update-auth-man-doc
Showing
14 changed files
with
495 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule dpe
updated
24 files
+13 −5 | Cargo.lock | |
+4 −4 | ci.sh | |
+4 −1 | crypto/src/openssl.rs | |
+4 −1 | crypto/src/rustcrypto.rs | |
+4 −4 | dpe/fuzz/Cargo.lock | |
+4 −4 | dpe/src/commands/certify_key.rs | |
+4 −4 | dpe/src/commands/derive_context.rs | |
+7 −7 | dpe/src/commands/destroy_context.rs | |
+2 −2 | dpe/src/commands/mod.rs | |
+6 −0 | dpe/src/context.rs | |
+6 −4 | dpe/src/lib.rs | |
+2 −2 | dpe/src/response.rs | |
+5 −5 | dpe/src/validation.rs | |
+8 −8 | dpe/src/x509.rs | |
+1 −0 | platform/src/lib.rs | |
+1 −1 | platform/src/printer.rs | |
+1 −1 | rust-toolchain.toml | |
+59 −37 | verification/client/abi.go | |
+4 −0 | verification/client/client.go | |
+46 −4 | verification/client/profile.go | |
+4 −0 | verification/testing/certifyKey.go | |
+19 −1 | verification/testing/deriveContext.go | |
+1 −1 | verification/testing/simulator.go | |
+1 −1 | verification/testing/verification.go |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
452 changes: 449 additions & 3 deletions
452
runtime/tests/runtime_integration_tests/test_authorize_and_stash.rs
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,3 +22,4 @@ default = ["std"] | |
std = ["caliptra_common/std"] | ||
riscv = [] | ||
fmc = [] | ||
"hw-1.0" = [] |