-
Notifications
You must be signed in to change notification settings - Fork 121
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
Zero the stack after AVX-512 XTS #1415
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1415 +/- ##
==========================================
- Coverage 76.89% 76.85% -0.05%
==========================================
Files 425 425
Lines 71527 71527
==========================================
- Hits 55000 54970 -30
- Misses 16527 16557 +30 ☔ View full report in Codecov by Sentry. |
Thank you, Dan @pittma.
|
As far as I can tell, this CI failure is unrelated. It looks like
This is the error I'm seeing: $ git apply /home/dpitt/src/aws-lc/tests/ci/integration/tpm2_tss_patch/aws-lc-tpm2-tss.patch
error: patch failed: test/unit/fapi-eventlog.c:138
error: test/unit/fapi-eventlog.c: patch does not apply |
Resolved here: #1422 |
I think the comments that used to be there before line 1881 for the special case of zeroising were helpful:
The prior comments were good too. |
Thanks for saying so @nebeid. I'd mostly left them as mnemonics for myself and I began to fear I was the only one! I've added them back. |
Description of changes:
A small patch to zero out the used stack frames in the AVX-512 XTS implementation.
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.