mirror of
https://github.com/siderolabs/talos.git
synced 2026-05-04 20:06:18 +02:00
Remove the skip statements/rework the code to allow FIPS builds to do Wireguard by wrapping Wireguard operations into `fips140.WithoutEnforcement` blocks. Using Wireguard (or not using it) is still a user's choice, but this allows tests to run in strict mode. There might be more fixes required for FIPS strict, right now being blocked by Go issue with X25119 which is going to be backported to Go 1.26.3. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>