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

sample_in_ball_ctrl module state machine stuck in SIB_DONE state without zeroize or reset #62

Open
batthineniatlubis opened this issue Dec 19, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@batthineniatlubis
Copy link
Collaborator

In the sampler units, one of the units is sample_in_ball_ctrl which is being used in signing operation. This module got an FSM which traverses from IDLE -> BUFFER -> ACTIVE->DONE, once it reached the"DONE" state the fsm waits for the zeroize or !rst_b signal to jump back to"IDLE" state.On the higher level if the signature is valid for the current request and once this request is served and a new request is triggered without a zeroize or !rst_b then the SampleInball operation immediately returns done signal which isn't actually triggered for this request.

@mojtaba-bisheh
Copy link
Collaborator

mojtaba-bisheh commented Dec 19, 2024

We assume zeroize is required between two operations, however, we can consider this fix as an enhancement for any use case that doesn't need FIPS certificate to perform zeroize
CCed @Nitsirks

@mojtaba-bisheh mojtaba-bisheh added the enhancement New feature or request label Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants