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

Move EVP_AEAD_CTX to a heap allocated structure #210

Merged
merged 1 commit into from
Aug 9, 2023

Conversation

skmcgrail
Copy link
Member

Description of changes:

Moves EVP_AEAD_CTX structure to be a heap allocation due to alignment expectations with regards to the evp_aead_ctx_st_state stored as a field within. Reported by theli-ua when implementing AES-GCM-SIV support.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.

@skmcgrail skmcgrail requested a review from a team as a code owner August 3, 2023 19:30
@skmcgrail skmcgrail merged commit c74566e into aws:main Aug 9, 2023
73 of 76 checks passed
@skmcgrail skmcgrail deleted the heap branch August 9, 2023 15:15
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.

3 participants