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

How to use this library with aws-rust-sdk for fips compliance? #272

Closed
adnan-shoreline opened this issue Nov 13, 2023 · 3 comments
Closed
Assignees

Comments

@adnan-shoreline
Copy link

Problem:

My application talks to AWS S3 using aws-rust-sdk. I need to make it FIPS compliant. How can I make it use aws-lc-rs and enforce FIPS mode?

Solution:

Any guidance and examples would be appreciated. I didn't find any info regarding this on both the aws-rust-sdk and aws-lc-rs repos.

@adnan-shoreline
Copy link
Author

Or is it sufficient to set environment variable AWS_USE_FIPS_ENDPOINT to true so that the AWS SDK uses the FIPS endpoints which ensures FIPS compliant algorithms are used? Thanks.

@skmcgrail
Copy link
Member

Hey @adnan-shoreline, you should create an issue with the aws-sdk-rust with regards to getting this question answered for you. The SDK does not currently use aws-lc-rs as its backing cryptographic provider today.

@adnan-shoreline
Copy link
Author

Created issue at aws-sdk-rust: awslabs/aws-sdk-rust#966

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

No branches or pull requests

2 participants