netbirdio / netbird

Connect your devices into a single secure private WireGuard®-based mesh network with SSO/MFA and simple access controls.
https://netbird.io
BSD 3-Clause "New" or "Revised" License
9.83k stars 425 forks source link

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

Open finnje opened 1 year ago

finnje commented 1 year 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 1 year 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 1 year ago

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