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

Fix initialization by KMAC #100419

Merged
merged 1 commit into from
Mar 28, 2024
Merged

Fix initialization by KMAC #100419

merged 1 commit into from
Mar 28, 2024

Conversation

vcsjones
Copy link
Member

@vcsjones vcsjones commented Mar 28, 2024

KMAC was relying on other cryptographic primitives performing initialization of OpenSSL. If KMAC happened to be the very first cryptographic algorithm used in the process, it would behave as if KMAC was not supported on the system, even if it was.

This changes KMAC to properly initialize OpenSSL.

Fixes #100412

@vcsjones vcsjones added this to the 9.0.0 milestone Mar 28, 2024
@vcsjones vcsjones requested a review from bartonjs March 28, 2024 19:24
Copy link
Contributor

Tagging subscribers to this area: @dotnet/area-system-security, @bartonjs, @vcsjones
See info in area-owners.md if you want to be subscribed.

@vcsjones
Copy link
Member Author

Stuck CI leg is #99888 and build analysis is tracking it. Merging.

@stephentoub
Copy link
Member

RemoteExecutor for the win :)

@vcsjones
Copy link
Member Author

RemoteExecutor: 42; @vcsjones: 0

@github-actions github-actions bot locked and limited conversation to collaborators Apr 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Kmac.IsSupported returns different value in RemoteExecutor
3 participants