-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5ee64bf
commit dd36931
Showing
12 changed files
with
535 additions
and
96 deletions.
There are no files selected for viewing
Submodule dpe
updated
12 files
+7 −3 | dpe/src/commands/certify_key.rs | |
+0 −1 | dpe/src/commands/initialize_context.rs | |
+22 −2 | platform/src/default.rs | |
+7 −0 | platform/src/lib.rs | |
+70 −15 | tools/src/sample_dpe_cert.rs | |
+146 −142 | verification/certifyKey.go | |
+104 −8 | verification/certs.go | |
+15 −4 | verification/go.mod | |
+37 −4 | verification/go.sum | |
+1 −1 | verification/simulator.go | |
+242 −0 | verification/tpm.go | |
+8 −0 | verification/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
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
Oops, something went wrong.