upstream commit

add a note on kexfuzz' limitations

Upstream-Regress-ID: 03804d4a0dbc5163e1a285a4c8cc0a76a4e864ec
This commit is contained in:
djm@openbsd.org 2016-09-16 06:09:31 +00:00 committed by Damien Miller
parent 0445ff1840
commit 920585b826
1 changed files with 4 additions and 0 deletions

View 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.