diff options
Diffstat (limited to 'regress')
-rw-r--r-- | regress/misc/kexfuzz/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/regress/misc/kexfuzz/README b/regress/misc/kexfuzz/README index 8b215b5bf..abd7b50ee 100644 --- a/regress/misc/kexfuzz/README +++ b/regress/misc/kexfuzz/README | |||
@@ -26,3 +26,7 @@ A comprehensive KEX fuzz run would fuzz every packet in both | |||
26 | directions for each key exchange type and every hostkey type. | 26 | directions for each key exchange type and every hostkey type. |
27 | This will take some time. | 27 | This will take some time. |
28 | 28 | ||
29 | Limitations: kexfuzz can't change the ordering of packets at | ||
30 | present. It is limited to replacing individual packets with | ||
31 | fuzzed variants with the same type. It really should allow | ||
32 | insertion, deletion on replacement of packets too. | ||