-
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.
* Changing SHA384ACC KAT to SHA512 (#1562) * Changing SHA384ACC KAT to SHA512 - Adding support for SHA512 digest in the SHA acclerator driver - Enabling support for SHA512 in the SW emulator SHA accelerator * Renaming sha384acc to sha2_512_384acc * Adding ECC error checking during waits (#1610) * [bugfix] hmac384 driver: Reload kv keys for each block. This fixes #1520 / #1550: HMAC operations larger than a single block produce the incorrect results when using data or keys from the keyvault. Add a multi-block hmac384 test that uses the key-vault. smoke-test: Verify FMC key derivation with independent impl. * Updating DPE to fix sporadic test failure * Updating ROM version to 1.0.3 * Removing publish website step for nightly release --------- Co-authored-by: Kor Nielsen <[email protected]>
- Loading branch information
Showing
36 changed files
with
971 additions
and
267 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# WARNING: Do not update this file without the approval of the Caliptra TAC | ||
a6d9b0b6ae4abe19b11a838b2bebaa93f7e8f901c86cdd1e5dae31ae7fed833eff1e46968abbeff5cb3c7fe020565d82 caliptra-rom-no-log.bin | ||
f6df64ab5a31ecbbf4380e55a13ade0f43e797cf73defb288f719cabc1e60c5bf4da85b54f068e3182040db0675b4f4b caliptra-rom-with-log.bin | ||
89ac48da7ac14cc456b9545c68f5ff70e6a6fcdd4deba3d7d94a65b7d3ad092273a723114073a925728fa82c3c8ca225 caliptra-rom-no-log.bin | ||
ab399aa651019bb77c379ccb184444b2dd17d118f27072827477d2bf561616251b0ea149973ac13659b25e81beffafe6 caliptra-rom-with-log.bin |
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
11 files
+6 −0 | .gitignore | |
+0 −332 | crypto/Cargo.lock | |
+0 −775 | dpe/Cargo.lock | |
+88 −33 | dpe/fuzz/Cargo.lock | |
+5 −1 | dpe/src/commands/certify_key.rs | |
+0 −179 | platform/Cargo.lock | |
+0 −716 | simulator/Cargo.lock | |
+0 −441 | tools/Cargo.lock | |
+7 −11 | verification/testing/certifyKey.go | |
+20 −17 | verification/testing/go.mod | |
+49 −0 | verification/testing/go.sum |
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.