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

standardize hmac_sha256 implementation #1473

Merged
merged 4 commits into from
Nov 29, 2023

Conversation

demoray
Copy link
Contributor

@demoray demoray commented Nov 28, 2023

With #1467 , we now include an openssl based hmac 256 implementation.

This unifies the implementation across the crates that need it. Future work would be to provide an implementation that makes use of schannel as well.

@demoray
Copy link
Contributor Author

demoray commented Nov 28, 2023

Something I would like to do once #1472 is merged, a future PR should move to using Secret for the hmac keys.

Copy link
Member

@cataggar cataggar left a comment

Choose a reason for hiding this comment

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

Wonderful

@demoray demoray merged commit a32e411 into Azure:main Nov 29, 2023
19 checks passed
@demoray demoray deleted the standardize-hmac-impl branch November 29, 2023 14:31
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.

None yet

2 participants