-
Notifications
You must be signed in to change notification settings - Fork 790
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[pentest] OTBN FI key sideloading & load integrity #21917
Merged
Merged
Conversation
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
nasahlpa
added a commit
to nasahlpa/ot-sca
that referenced
this pull request
Mar 13, 2024
This commit adds command handlers for the following tests: - otbn_key_sideload - otbn_load_integrity The device code is located in lowRISC/opentitan#21917. The binary was created with this PR. Signed-off-by: Pascal Nasahl <[email protected]>
nasahlpa
force-pushed
the
otbn_fi
branch
2 times, most recently
from
March 13, 2024 15:42
593c9b5
to
d4347c5
Compare
nasahlpa
requested review from
alees24,
vogelpi,
a team and
johannheyszl
and removed request for
a team
March 13, 2024 15:43
nasahlpa
added a commit
to nasahlpa/ot-sca
that referenced
this pull request
Mar 13, 2024
This commit adds command handlers for the following tests: - otbn_key_sideload - otbn_load_integrity The device code is located in lowRISC/opentitan#21917. The binary was created with this PR. Signed-off-by: Pascal Nasahl <[email protected]>
This commits adds the following two FI penetration tests for OTBN: - otbn.fi.load_integrity - otbn.fi.key_sideload The first test aims to check whether the CRC checksum over the DMEM can be manipulated. The second test aims to test whether a fault can manipulate a key that gets sideloaded from the key manager. The host code is located in lowRISC/ot-sca#338 Signed-off-by: Pascal Nasahl <[email protected]>
nasahlpa
added a commit
to nasahlpa/ot-sca
that referenced
this pull request
Mar 14, 2024
This commit adds command handlers for the following tests: - otbn_key_sideload - otbn_load_integrity The device code is located in lowRISC/opentitan#21917. The binary was created with this PR. Signed-off-by: Pascal Nasahl <[email protected]>
moidx
approved these changes
Mar 21, 2024
Successfully created backport PR for |
nasahlpa
added a commit
to nasahlpa/ot-sca
that referenced
this pull request
Mar 21, 2024
This commit adds command handlers for the following tests: - otbn_key_sideload - otbn_load_integrity The device code is located in lowRISC/opentitan#21917. The binary was created from lowRISC/opentitan@55091e7 with ./bazelisk.sh build //sw/device/tests/crypto/cryptotest/firmware:firmware_fpga_cw310_test_rom Signed-off-by: Pascal Nasahl <[email protected]>
nasahlpa
added a commit
to nasahlpa/ot-sca
that referenced
this pull request
Mar 21, 2024
This commit adds command handlers for the following tests: - otbn_key_sideload - otbn_load_integrity The device code is located in lowRISC/opentitan#21917. The binary was created from lowRISC/opentitan@55091e7 with ./bazelisk.sh build //sw/device/tests/crypto/cryptotest/firmware:firmware_fpga_cw310_test_rom Signed-off-by: Pascal Nasahl <[email protected]>
nasahlpa
added a commit
to lowRISC/ot-sca
that referenced
this pull request
Mar 21, 2024
This commit adds command handlers for the following tests: - otbn_key_sideload - otbn_load_integrity The device code is located in lowRISC/opentitan#21917. The binary was created from lowRISC/opentitan@55091e7 with ./bazelisk.sh build //sw/device/tests/crypto/cryptotest/firmware:firmware_fpga_cw310_test_rom Signed-off-by: Pascal Nasahl <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This commits adds the following two FI penetration tests for OTBN:
The first test aims to check whether the CRC checksum over the DMEM can be manipulated.
The second test aims to test whether a fault can manipulate a key that gets sideloaded from the key manager.
The host code is located in lowRISC/ot-sca#338