ot-sca icon indicating copy to clipboard operation
ot-sca copied to clipboard

Side-channel analysis setup for OpenTitan

Results 35 ot-sca issues
Sort by recently updated
recently updated
newest added

This PR adds code for FI pen-testing the OTP module. The test sequence can be summarized in the following way: 1. Read content from a selected OTP partition for comparison...

This commit enables communication with the OTBN SCA code over uJSON. The device code is located in lowRISC/opentitan#22190.

With #71 we have moved our TVLA code to the public repo. Besides adding new features, we have so far identified the following things to improve: - [x] Use typer...

Priority:P0

This commit adds the command handlers for the following tests: - edn.sca.bus_data - edn.sca.bus_data_batch_random - edn.sca.bus_data_batch_fvsr - edn.fi.bus_data - edn.fi.bus_ack The device code is located in lowRISC/opentitan#22382

This commit allows the user to configure the channels, timebase, and the trigger for a WaveRunner scope using the configuration files. When providing the config, the scope gets automatically configured...

Build instructions to generate English Breakfast binaries for the CW305 in the Getting Started don't seem to work with recent OpenTitan releases. I've tried using both the OpenTitan docker image...

A FYI for all working in ot-sca (especially @vogelpi, @vrozic, @wettermo, @m-temp) - when changing SCA code in the OpenTitan repository, please always use the [earlgrey_es_sival](https://github.com/lowRISC/opentitan/tree/earlgrey_es_sival) branch as this branch...

Currently, we are using a mix of different TODO styles. We should streamline this. My recommendation would be to follow the advice of the OpenTitan C style [guide](https://opentitan.org/book/doc/contributing/style_guides/c_cpp_coding_style.html#todo-comments).

Priority:P2

It often happens that CW-Husky USB communication gets block when running the first capture after power-up. This has already caused CI to break several times. PR #300 provides a temporary...

enhancement
Priority:P2