summaryrefslogtreecommitdiff
path: root/regress/misc/kexfuzz/README
diff options
context:
space:
mode:
Diffstat (limited to 'regress/misc/kexfuzz/README')
-rw-r--r--regress/misc/kexfuzz/README4
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
26directions for each key exchange type and every hostkey type. 26directions for each key exchange type and every hostkey type.
27This will take some time. 27This will take some time.
28 28
29Limitations: kexfuzz can't change the ordering of packets at
30present. It is limited to replacing individual packets with
31fuzzed variants with the same type. It really should allow
32insertion, deletion on replacement of packets too.