Skip to content

Commit

Permalink
user: add hook function "SSL_do_handshake" for TLS Server mode.
Browse files Browse the repository at this point in the history
Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
  • Loading branch information
cfc4n committed Jan 28, 2024
1 parent 67e1d5c commit 5348f60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions user/module/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ var (
// 备用HOOK 函数
//"SSL_is_init_finished",
"SSL_in_before",
"SSL_do_handshake",
}
)

Expand Down

0 comments on commit 5348f60

Please sign in to comment.