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

provide an option to use openssl to support FIPS 140 for blob storage #1466

Closed
Leavrth opened this issue Nov 20, 2023 · 0 comments · Fixed by #1467
Closed

provide an option to use openssl to support FIPS 140 for blob storage #1466

Leavrth opened this issue Nov 20, 2023 · 0 comments · Fixed by #1467

Comments

@Leavrth
Copy link
Contributor

Leavrth commented Nov 20, 2023

I found that the SDK calls generation_authorization to generate the signature when use shared key to access blob storage.

However, it directly uses the sha2 library to generate hmac hash.

let auth = crate::hmac::sign(&str_to_sign, key).context(

But to support FIPS 140, please provide an option to use openssl to generate hmac hash.

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 a pull request may close this issue.

1 participant