netbirdio / netbird

Connect your devices into a secure WireGuard®-based overlay network with SSO, MFA and granular access controls.
https://netbird.io
BSD 3-Clause "New" or "Revised" License
11.34k stars 520 forks source link

Request: leverage another crypto library that would allow for FIPS validation #465

Open finnje opened 2 years ago

finnje commented 2 years ago

Wireguard itself won't be FIPS validated as the encryption algorithms aren't approved for FIPs validation, but other crypto in use, for example the netbird ssh connections could be FIPS validated if something like https://github.com/golang-fips/go was used instead of the default go crypto library.

braginini commented 2 years ago

hey @finnje Do you have an idea how to combine this lib with Golang's SSH server? I haven't looked into that yet.

laserguy2020 commented 2 years ago

This would be awesome... +1 from me.