Add record overflow test to tlsfuzzer external tests
Add this to our regression test suite for tlsfuzzer, since it recently caught an error Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Saša Nedvědický <sashan@openssl.org> (Merged from https://github.com/openssl/openssl/pull/26781)
This commit is contained in:
parent
2ce46ad8ce
commit
83dbfde6aa
1 changed files with 5 additions and 1 deletions
|
@ -48,7 +48,11 @@
|
|||
"arguments" : ["-p", "@PORT@"]},
|
||||
{"name" : "test-conversation.py",
|
||||
"arguments" : ["-p", "@PORT@",
|
||||
"-d"]}
|
||||
"-d"]},
|
||||
{"name" : "test-invalid-client-hello-w-record-overflow.py",
|
||||
"arguments" : ["-n", "0", "-C",
|
||||
"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256", "-d",
|
||||
"--ems", "session ID len fuzz to 5 w/ext"]}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue