-
Notifications
You must be signed in to change notification settings - Fork 96
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
Aligned SecretKey
for Intel-SA-00219 mitigation
#52
Comments
Is the stack itself safe? I shall assume so because otherwise we're fucked so long as Yes, one could add I'll caution that rustc can sequence fields inside a Would I suppose |
I'm confused:
Asked for advice: dalek-cryptography/curve25519-dalek#310 |
left a comment (+ answers from Intel PSIRT): dalek-cryptography/curve25519-dalek#310 (comment) if people planning to use this library in SGX environments ( #31 ) think this mitigation may be helpful, feel free to re-open this issue |
Reference: https://github.com/apache/incubator-teaclave-sgx-sdk/wiki/Mitigation-of-Intel-SA-00219-in-Rust-SGX
The aligned representation could perhaps be switched on with:
The text was updated successfully, but these errors were encountered: