prevent mitm by signing server messages

This commit is contained in:
2026-07-24 14:01:13 +02:00
parent 3f11053834
commit fa9348592e
6 changed files with 114 additions and 39 deletions

1
go.mod
View File

@@ -3,6 +3,7 @@ module baalvpn
go 1.26.3
require (
github.com/cloudflare/circl v1.6.4
github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
golang.org/x/crypto v0.54.0
)