summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@cvs.openbsd.org>2016-09-16 06:09:32 +0000
committerDamien Miller <djm@cvs.openbsd.org>2016-09-16 06:09:32 +0000
commit0281e5c6430d2ffb36fe1359ce23b7067239d7cb (patch)
treea6a465c521b3537d642a3fc8738ab0a72c16b3e7
parent5fb3d111f796ed194e603d54958baacb04819ccf (diff)
add a note on kexfuzz' limitations
-rw-r--r--regress/usr.bin/ssh/misc/kexfuzz/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/regress/usr.bin/ssh/misc/kexfuzz/README b/regress/usr.bin/ssh/misc/kexfuzz/README
index 8b215b5bf01..abd7b50eeaf 100644
--- a/regress/usr.bin/ssh/misc/kexfuzz/README
+++ b/regress/usr.bin/ssh/misc/kexfuzz/README
@@ -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.