[PR #3] [MERGED] feat: add encryption of the payload exchanged via signal #2481

Open
opened 2025-11-20 07:11:09 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/3
Author: @braginini
Created: 5/1/2021
Status: Merged
Merged: 5/5/2021
Merged by: @braginini

Base: mainHead: signal-encrypt


📝 Commits (3)

  • 6cd44f1 feat: add encryption of the payload exchanged via signal
  • 4e348b7 fix: message type in the signal implementation
  • f171f67 fix: signal message encryption

📊 Changes

8 files changed (+338 additions, -149 deletions)

View changed files

📝 cmd/signal.go (+1 -1)
📝 cmd/up.go (+13 -2)
📝 connection/engine.go (+19 -25)
📝 signal/client.go (+95 -36)
📝 signal/encryption.go (+8 -8)
📝 signal/proto/signalexchange.pb.go (+171 -64)
📝 signal/proto/signalexchange.proto (+29 -11)
📝 signal/signal.go (+2 -2)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbirdio/netbird/pull/3 **Author:** [@braginini](https://github.com/braginini) **Created:** 5/1/2021 **Status:** ✅ Merged **Merged:** 5/5/2021 **Merged by:** [@braginini](https://github.com/braginini) **Base:** `main` ← **Head:** `signal-encrypt` --- ### 📝 Commits (3) - [`6cd44f1`](https://github.com/netbirdio/netbird/commit/6cd44f1522056fb2843efc5a7138ec467f6a421b) feat: add encryption of the payload exchanged via signal - [`4e348b7`](https://github.com/netbirdio/netbird/commit/4e348b733ac8856851cf47b3fbe7adbb7fb2047d) fix: message type in the signal implementation - [`f171f67`](https://github.com/netbirdio/netbird/commit/f171f6755b036499ab09fc4d298ac0e1a15cabe3) fix: signal message encryption ### 📊 Changes **8 files changed** (+338 additions, -149 deletions) <details> <summary>View changed files</summary> 📝 `cmd/signal.go` (+1 -1) 📝 `cmd/up.go` (+13 -2) 📝 `connection/engine.go` (+19 -25) 📝 `signal/client.go` (+95 -36) 📝 `signal/encryption.go` (+8 -8) 📝 `signal/proto/signalexchange.pb.go` (+171 -64) 📝 `signal/proto/signalexchange.proto` (+29 -11) 📝 `signal/signal.go` (+2 -2) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 07:11:09 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/netbird#2481