elastic / elastic/elastic-agent-libs
Remove GODEBUG="tlsmlkem=0" if possible.
Open
- Dominant language
- Go
- Stars
- 6
- Forks
- 57
- Avg merge
- 6d 7h
- Merged PRs (30d)
- 3
Description
Currently we need to set `GODEBUG="fips140=only,tlsmlkem=0"` for FIPS test to pass, otherwise the fail with:
```
crypto/ecdh: use of X25519 is not allowed in FIPS 140-only mode
```
See [.buildkite/scripts/test-fipsonly.sh](https://github.com/elastic/elastic-agent-libs/pull/393/changes#diff-2445c7d965f72caea6a8012f7ea1949e56a39cb7f6bb886bc9578ae693901805) for more details.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.