fuzz the iked payload parser using the openssh unit-test framework
authormarkus <markus@openbsd.org>
Mon, 29 May 2017 20:59:28 +0000 (20:59 +0000)
committermarkus <markus@openbsd.org>
Mon, 29 May 2017 20:59:28 +0000 (20:59 +0000)
commita230c5a5ceb1ac11489695fd7cf6d70bd582abb3
treef0e803f814cd7bf1d27f36b9664dec1e0bec7980
parent01948674f8e2ae71db174444265cb88a64b0ffec
fuzz the iked payload parser using the openssh unit-test framework
from hshoexer
regress/sbin/iked/parser/Makefile [new file with mode: 0644]
regress/sbin/iked/parser/common.c [new file with mode: 0644]
regress/sbin/iked/parser/test_parser_fuzz.c [new file with mode: 0644]
regress/sbin/iked/parser/tests.c [new file with mode: 0644]
regress/sbin/iked/test_helper/Makefile [new file with mode: 0644]
regress/sbin/iked/test_helper/fuzz.c [new file with mode: 0644]
regress/sbin/iked/test_helper/test_helper.c [new file with mode: 0644]
regress/sbin/iked/test_helper/test_helper.h [new file with mode: 0644]