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

Hmac fixes #112

Merged
merged 4 commits into from
May 4, 2022
Merged

Hmac fixes #112

merged 4 commits into from
May 4, 2022

Conversation

dccutrig
Copy link
Contributor

No description provided.

… work with 32 byte SHA512 key, adding error catching previous issue, commented out two test for future commit to investigate a segfault
… code is already exercised, removed problematic UTs.
@dccutrig dccutrig marked this pull request as ready for review April 27, 2022 15:06
Copy link
Contributor

@IbraheemYSaleh IbraheemYSaleh left a comment

Choose a reason for hiding this comment

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

👍 very good ... so it seems like the segfault was caused by a wrong-length key being used. That makes a lot of sense... Great find!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The Hmac SHA512 libgcrypt authenticate call breaks libgcrypt state at the gcry_mac_read function
3 participants