-
Notifications
You must be signed in to change notification settings - Fork 201
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
Tamper detection/values #224
base: trunk
Are you sure you want to change the base?
Commits on Jul 6, 2023
-
Refactor mock_system class for clarity
The mock_system class has a few parts that could cause confusion. For example, the words 'module' and 'component' are used interchangeably, it's not clear when modules will be mocked, and it's not clear what the return value of start_servers means (see Issue mit-dci#183). This commit refactors the code to clarify these issues. Signed-off-by: Michael L. Szulczewski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d51d3fc - Browse repository at this point
Copy the full SHA d51d3fcView commit details -
Moved decode_address from client-cli to client
Signed-off-by: paparuch <[email protected]> Co-authored-by: Michael Maurer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a7190c0 - Browse repository at this point
Copy the full SHA a7190c0View commit details -
Signed-off-by: Sam Stuewe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 151c509 - Browse repository at this point
Copy the full SHA 151c509View commit details -
Convert UHS IDs to contain a nested hash and value
Signed-off-by: James Lovejoy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 11391fa - Browse repository at this point
Copy the full SHA 11391faView commit details -
Store nested hashes and values of UHS elements in the shards
Co-authored-by: Sam Stuewe <[email protected]> Signed-off-by: James Lovejoy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d8178b9 - Browse repository at this point
Copy the full SHA d8178b9View commit details -
Implement supply auditing for atomizer shard and add audit checks to …
…atomizer integration tests Signed-off-by: James Lovejoy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dbd8143 - Browse repository at this point
Copy the full SHA dbd8143View commit details -
Add audit tool for combining audit logs
Signed-off-by: James Lovejoy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b6ecd34 - Browse repository at this point
Copy the full SHA b6ecd34View commit details -
Attach and store epochs in locking shard and periodically run audit
Co-authored-by: Sam Stuewe <[email protected]> Signed-off-by: James Lovejoy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f61ec7e - Browse repository at this point
Copy the full SHA f61ec7eView commit details -
Use snapshottable map for auditing in 2PC shard
Signed-off-by: James Lovejoy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1f5a5b5 - Browse repository at this point
Copy the full SHA 1f5a5b5View commit details -
Don't wait on previous audit in atomizer shard
Do not skip audit if there was no previous audit running Signed-off-by: James Lovejoy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b920881 - Browse repository at this point
Copy the full SHA b920881View commit details
Commits on Jul 27, 2023
-
fix: ensure shard is initialized before auditing
Signed-off-by: Sam Stuewe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 61c85ed - Browse repository at this point
Copy the full SHA 61c85edView commit details