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

bootutil: Fix signature length passed to ED25519_verify #1978

Closed
wants to merge 1 commit into from

Conversation

de-nordic
Copy link
Collaborator

The signature length passed to ED25519_verify, from bootutil_verify_sig, has been accidentally hardcoded, which prevented vertification of signatures different than 32 byte in length.

The signature length passed to ED25519_verify, from
bootutil_verify_sig, has been accidentally hardcoded, which prevented
vertification of signatures different than 32 byte in length.

Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
@de-nordic de-nordic added the bug label Jun 7, 2024
@de-nordic de-nordic marked this pull request as draft June 7, 2024 11:11
@de-nordic
Copy link
Collaborator Author

Eh, sorry messed up here.

@de-nordic de-nordic closed this Jun 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants