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

Requiring the newest go compiler causes problems for products that need to be FIPS compliant #257

Open
abecher22 opened this issue Nov 14, 2024 · 0 comments

Comments

@abecher22
Copy link
Contributor

I use this driver in a product that must meet FIPS requirements. In order to be FIPS-compliant, only certain encryption libraries are allowed and the default encryption library in the standard go compiler is not among them. So, our OS vendor builds a version of the go compiler that is FIPS compliant. However, that compiler is always a minor version behind. That means that I cannot use go v1.23.1 but I can use v1.22. When the go.mod contains "go 1.23.1", I am unable to use that version of the driver. My question is: does the go version actually require 1.23.1?

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

1 participant