mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #5304] protocol: add AEAD encryption negotiation to v2 wire control channel #5237
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#5237
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/fatedier/frp/pull/5304
Author: @fatedier
Created: 5/5/2026
Status: 🔄 Open
Base:
dev← Head:new📝 Commits (1)
2d9d1acprotocol: add AEAD encryption negotiation to v2 wire control channel📊 Changes
15 files changed (+865 additions, -85 deletions)
View changed files
📝
README.md(+8 -18)📝
README_zh.md(+8 -18)📝
Release.md(+3 -0)📝
client/control_session.go(+55 -7)📝
client/control_session_test.go(+55 -3)📝
doc/agents/release.md(+47 -3)📝
go.mod(+2 -2)📝
go.sum(+2 -2)➕
pkg/proto/wire/crypto.go(+197 -0)📝
pkg/proto/wire/wire.go(+30 -6)📝
pkg/proto/wire/wire_test.go(+116 -3)📝
pkg/util/net/conn.go(+92 -3)➕
pkg/util/net/conn_test.go(+118 -0)📝
server/service.go(+69 -20)➕
server/service_test.go(+63 -0)📄 Description
WHY
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.