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

Use scatter api in fips mode #2217

Open
toidiu opened this issue May 21, 2024 · 0 comments
Open

Use scatter api in fips mode #2217

toidiu opened this issue May 21, 2024 · 0 comments

Comments

@toidiu
Copy link
Contributor

toidiu commented May 21, 2024

Problem:

We enabled fips crypto in PR by using the aws-lc-rs type TlsRecordSealingKey.seal_in_place_separate_tag.

In non-fips mode we use LessSafeKey.seal_in_place_scatter which resulted in an 8% efficiency gain. We should work with aws-lc-rs to add the scatter encrypt call to the TlsRecordSealingKey struct

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants