netbird/signal/proto
pascal-fischer 5de4acf2fe
Integrate Rosenpass (#1153)
This PR aims to integrate Rosenpass with NetBird. It adds a manager for Rosenpass that starts a Rosenpass server and handles the managed peers. It uses the cunicu/go-rosenpass implementation. Rosenpass will then negotiate a pre-shared key every 2 minutes and apply it to the wireguard connection.

The Feature can be enabled by setting a flag during the netbird up --enable-rosenpass command.

If two peers are both support and have the Rosenpass feature enabled they will create a post-quantum secure connection. If one of the peers or both don't have this feature enabled or are running an older version that does not have this feature yet, the NetBird client will fall back to a plain Wireguard connection without pre-shared keys for those connections (keeping Rosenpass negotiation for the rest).

Additionally, this PR includes an update of all Github Actions workflows to use go version 1.21.0 as this is a requirement for the integration.

---------

Co-authored-by: braginini <bangvalo@gmail.com>
Co-authored-by: Maycon Santos <mlsmaycon@gmail.com>
2024-01-08 12:25:35 +01:00
..
constants.go fix: #35 peer Registration Race when client connects to the signal server 2021-06-17 11:12:35 +02:00
generate.sh Exchange proxy mode via signal (#727) 2023-03-16 16:46:17 +01:00
signalexchange_grpc.pb.go update signal gRpc, enable TLS and add keepalive params (#62) 2021-07-21 20:23:11 +02:00
signalexchange.pb.go Integrate Rosenpass (#1153) 2024-01-08 12:25:35 +01:00
signalexchange.proto Integrate Rosenpass (#1153) 2024-01-08 12:25:35 +01:00