Skip to content

Commit

Permalink
Some minor comments as I work through this.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertkeizer committed Oct 11, 2024
1 parent 976cbf7 commit 1753802
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions stages/util_openbsd.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,13 @@ func tcp_md5(md5pass string) func(net, addr string, c syscall.RawConn) error {
return func(net, addr string, c syscall.RawConn) error {

// * Check whether the tcpmd5 SA already exists
// * If it doesn't, create a temporary file that can be used to load rules
// * Execute ipsecctl -f /path/to/file to load the sa
// * If it doesn't, depending on flags:
// * return an error and docs around setting up the sa.
// or
// * create a temporary file that can be used to load rules
// * Execute ipsecctl -f /path/to/file to load the sa

// https://blog.habets.se/2019/11/TCP-MD5.html

// setsockopt
var err error
Expand Down

0 comments on commit 1753802

Please sign in to comment.