-
Notifications
You must be signed in to change notification settings - Fork 45
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
bc0ea32
commit f1875cb
Showing
7 changed files
with
51 additions
and
36 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Submodule dpe
updated
22 files
+10 −10 | Cargo.lock | |
+4 −2 | Cargo.toml | |
+2 −2 | crypto/Cargo.toml | |
+2 −2 | dpe/Cargo.toml | |
+10 −10 | dpe/fuzz/Cargo.lock | |
+137 −11 | dpe/src/commands/certify_key.rs | |
+5 −0 | dpe/src/dpe_instance.rs | |
+1 −1 | dpe/src/lib.rs | |
+322 −38 | dpe/src/x509.rs | |
+1 −1 | platform/Cargo.toml | |
+31 −0 | platform/src/default.rs | |
+12 −2 | platform/src/lib.rs | |
+1 −1 | simulator/Cargo.toml | |
+1 −1 | tools/Cargo.toml | |
+3 −2 | verification/client/abi.go | |
+7 −0 | verification/sim/go.mod | |
+230 −0 | verification/sim/transport.go | |
+79 −8 | verification/testing/certifyKey.go | |
+42 −1 | verification/testing/certs.go | |
+5 −0 | verification/testing/getCertificateChain.go | |
+4 −1 | verification/testing/go.mod | |
+6 −219 | verification/testing/simulator.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