mirror of
https://github.com/siderolabs/talos.git
synced 2026-05-09 22:36:16 +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> (cherry picked from commit 1ef8e630ab77b3c849e7da6d1ff83e7c6795f070)