]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Fuzz testing for PASN
authorJouni Malinen <j@w1.fi>
Sun, 6 Nov 2022 15:12:21 +0000 (17:12 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 6 Nov 2022 15:22:14 +0000 (17:22 +0200)
commit66d7f554e2b221d50dd291c0b247cf13b98ca49d
treed624b9e7f96069c91a3c1651b2147afa7447df0a
parent2e840fb2ab202e44090b089330805a8b4aca1a26
tests: Fuzz testing for PASN

Add test tools for fuzzing PASN initiator and responder handling of
received PASN Authentication frames.

Signed-off-by: Jouni Malinen <j@w1.fi>
tests/fuzzing/pasn-init/Makefile [new file with mode: 0644]
tests/fuzzing/pasn-init/corpus/pasn-auth-2 [new file with mode: 0644]
tests/fuzzing/pasn-init/pasn-init.c [new file with mode: 0644]
tests/fuzzing/pasn-resp/Makefile [new file with mode: 0644]
tests/fuzzing/pasn-resp/corpus/pasn-auth-1 [new file with mode: 0644]
tests/fuzzing/pasn-resp/corpus/pasn-auth-3 [new file with mode: 0644]
tests/fuzzing/pasn-resp/pasn-resp.c [new file with mode: 0644]