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

Potential streaming-related race condition in message verification #1263

Open
larabr opened this issue Mar 9, 2021 · 0 comments
Open

Potential streaming-related race condition in message verification #1263

larabr opened this issue Mar 9, 2021 · 0 comments
Assignees
Labels

Comments

@larabr
Copy link
Collaborator

larabr commented Mar 9, 2021

This change causes some signature verification tests to fail due to hash mismatch. The problem is probably related to delaying the call to verify, which results in missing some data from the underlying stream.
Also, since the tests that fail (like this one) do not explicitly use streaming, we should make sure not to stream internally either.

@larabr larabr added the Bug label Mar 9, 2021
@larabr larabr self-assigned this Mar 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant