Skip to content

crypto: let BoringSSL allocate EVP_AEAD_CTX#2543

Open
ghedo wants to merge 1 commit into
masterfrom
evp_aead_ctx
Open

crypto: let BoringSSL allocate EVP_AEAD_CTX#2543
ghedo wants to merge 1 commit into
masterfrom
evp_aead_ctx

Conversation

@ghedo

@ghedo ghedo commented Jul 16, 2026

Copy link
Copy Markdown
Member

Use EVP_AEAD_CTX_new() and EVP_AEAD_CTX_free() so BoringSSL owns the context layout and cleanup. This removes the copied layout that needed to track upstream changes.

@ghedo
ghedo requested a review from a team as a code owner July 16, 2026 16:18
Use EVP_AEAD_CTX_new() and EVP_AEAD_CTX_free() so BoringSSL owns the
context layout and cleanup. This removes the copied layout that needed
to track upstream changes.
@ghedo
ghedo enabled auto-merge (rebase) July 18, 2026 09:41
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.

2 participants