]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream commit
authordjm@openbsd.org <djm@openbsd.org>
Fri, 16 Sep 2016 06:09:31 +0000 (06:09 +0000)
committerDamien Miller <djm@mindrot.org>
Wed, 21 Sep 2016 01:07:47 +0000 (11:07 +1000)
add a note on kexfuzz' limitations

Upstream-Regress-ID: 03804d4a0dbc5163e1a285a4c8cc0a76a4e864ec

regress/misc/kexfuzz/README

index 8b215b5bf01e8da8ace9edb46010e015fe94b00a..abd7b50eeaf2170b5a0004bdfc4de0a5a2dd5798 100644 (file)
@@ -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.