diff options
Diffstat (limited to 'regress/usr.bin/ssh/misc/kexfuzz/README')
-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. |