make the signature fuzzing test much more rigorous:
authordjm <djm@openbsd.org>
Sun, 18 Jan 2015 19:53:58 +0000 (19:53 +0000)
committerdjm <djm@openbsd.org>
Sun, 18 Jan 2015 19:53:58 +0000 (19:53 +0000)
commit57907c7a1a372600a7caf4a84db7eba62aa27706
treed18994cfc09fe4c52f36123d494f7373b23fc36b
parent60d08003695c4320e3b392beb0fad1a5db2b8222
make the signature fuzzing test much more rigorous:
ensure that the fuzzed input cases do not match the
original (using new fuzz_matches_original() function)
and check that the verification fails in each case
regress/usr.bin/ssh/unittests/sshkey/test_fuzz.c