-
Notifications
You must be signed in to change notification settings - Fork 88
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
fleet-server fips140=only test failures #4618
Comments
Note this seems to only occur when using the microsoft/go toolchain. Digging into cert generation for a test; the test is configured with: fleet-server/internal/pkg/es/client_test.go Lines 69 to 87 in 2e51560
The error messages for keylength indicate the issue is with key length, we use 2048 (fips 140 2/3 requirement):
I'm not sure what is causing these failures |
|
It may be something that was patched within openssl.
However the multipass instance I tried to recreate within ran
|
When testing on a Linux VM with microsoft/go and a FIPS provider, running
CGO_ENABLED=1 FIPS=true make test-unit
will result in the following tests failing.These are all tests around our handling of certs, so this is unlikely to be an issue with the binary and probably is an issue with our test code:
The text was updated successfully, but these errors were encountered: