upstream commit
add a note on kexfuzz' limitations Upstream-Regress-ID: 03804d4a0dbc5163e1a285a4c8cc0a76a4e864ec
This commit is contained in:
parent
0445ff1840
commit
920585b826
|
@ -26,3 +26,7 @@ A comprehensive KEX fuzz run would fuzz every packet in both
|
|||
directions for each key exchange type and every hostkey type.
|
||||
This will take some time.
|
||||
|
||||
Limitations: kexfuzz can't change the ordering of packets at
|
||||
present. It is limited to replacing individual packets with
|
||||
fuzzed variants with the same type. It really should allow
|
||||
insertion, deletion on replacement of packets too.
|
||||
|
|
Loading…
Reference in New Issue