mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-09-02 00:11:56 +03:00
ReadClientHello function
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user