diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2016-09-16 06:09:32 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2016-09-16 06:09:32 +0000 |
commit | 0281e5c6430d2ffb36fe1359ce23b7067239d7cb (patch) | |
tree | a6a465c521b3537d642a3fc8738ab0a72c16b3e7 | |
parent | 5fb3d111f796ed194e603d54958baacb04819ccf (diff) |
add a note on kexfuzz' limitations
-rw-r--r-- | regress/usr.bin/ssh/misc/kexfuzz/README | 4 |
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. |