ReadClientHello function

This commit is contained in:
9seconds
2026-03-12 19:07:10 +01:00
parent 1182b9ef6f
commit 59557059df
12 changed files with 957 additions and 1 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ depends = [
[tasks."test:fuzz:client-hello"]
description = "Run fuzzy test for ClientHello"
run = "go test -v {{ vars.fuzzflags }} -fuzz=FuzzClientHello ./mtglib/internal/faketls"
run = "go test -v {{ vars.fuzzflags }} -fuzz=FuzzReadClientHello ./mtglib/internal/tls/fake"
[tasks."test:fuzz:client-handshake"]
description = "Run fuzzy test for ClientHandshake"