Skip to content

Add OPENSSL_cleanse override to HMAC_Final proofs#184

Merged
nebeid merged 1 commit intomasterfrom
fix-hmac-final-cleanse
Mar 12, 2026
Merged

Add OPENSSL_cleanse override to HMAC_Final proofs#184
nebeid merged 1 commit intomasterfrom
fix-hmac-final-cleanse

Conversation

@nebeid
Copy link
Copy Markdown
Contributor

@nebeid nebeid commented Mar 12, 2026

AWS-LC PR: aws/aws-lc#3081

The HMAC hardening PR adds OPENSSL_cleanse(tmp, sizeof(tmp)) to HMAC_Final's exit path. Add the existing OPENSSL_cleanse_ov override to both HMAC_Final verification calls so SAW can reason about the new memory write.

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

AWS-LC PR: aws/aws-lc#3081

The HMAC hardening PR adds OPENSSL_cleanse(tmp, sizeof(tmp)) to
HMAC_Final's exit path. Add the existing OPENSSL_cleanse_ov override
to both HMAC_Final verification calls so SAW can reason about the
new memory write.
@nebeid nebeid requested a review from a team as a code owner March 12, 2026 15:00
@nebeid nebeid merged commit e2b80cb into master Mar 12, 2026
12 checks passed
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