Skip to content
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

Testspec: Valgrind CT::poison() overview #255

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

reneme
Copy link
Collaborator

@reneme reneme commented Oct 28, 2024

Closes #231

@reneme reneme added this to the Botan 3.6.1 milestone Oct 28, 2024
@reneme reneme self-assigned this Oct 28, 2024
@reneme reneme marked this pull request as draft October 28, 2024 14:20
@reneme reneme marked this pull request as ready for review October 29, 2024 13:30
@reneme reneme changed the title WIP: Testspec: Valgrind CT::poison() overview Testspec: Valgrind CT::poison() overview Oct 29, 2024
Copy link
Collaborator

@FAlbertDev FAlbertDev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! I like this description. Especially the example gives a good intuition about Valgrind. I left some comments, mainly to make my Grammarly license worth it.

docs/testspec/src/90_valgrind_sca.rst Outdated Show resolved Hide resolved
docs/testspec/src/90_valgrind_sca.rst Outdated Show resolved Hide resolved
docs/testspec/src/90_valgrind_sca.rst Outdated Show resolved Hide resolved
docs/testspec/src/90_valgrind_sca.rst Outdated Show resolved Hide resolved
* **Results are not easily generalizable**

Valgrind detects secret-dependent execution patterns in a specific binary
that was generated with certain compiler flags and for a concrete hardware
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
that was generated with certain compiler flags and for a concrete hardware
that was generated with certain compiler flags and for concrete hardware

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I disagree here. The point is that it is "one specific concrete hardware", no?

Copy link
Collaborator

@FAlbertDev FAlbertDev Oct 30, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well, the phase continues in the next line:
... and for [a] concrete hardware platform.

docs/testspec/src/90_valgrind_sca.rst Show resolved Hide resolved
docs/testspec/src/90_valgrind_sca.rst Show resolved Hide resolved
Co-Authored-By: Fabian Albert <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mention the valgrind Side Channel Analysis
2 participants