]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: New style fuzzing tool for SAE commit parsing
authorJouni Malinen <j@w1.fi>
Sat, 4 Apr 2020 15:28:06 +0000 (18:28 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 4 Apr 2020 16:51:46 +0000 (19:51 +0300)
commit41a10324492e09183d6758bd310a32ec66702b50
treeb41c90dcca05e628493df730778ade4ff25aba95
parent97beccc8380f347ce4aa8066341ee9d6aeb03554
tests: New style fuzzing tool for SAE commit parsing

Signed-off-by: Jouni Malinen <j@w1.fi>
tests/fuzzing/sae/Makefile [new file with mode: 0644]
tests/fuzzing/sae/corpus/sae-commit-h2e-rejected-groups.dat [new file with mode: 0644]
tests/fuzzing/sae/corpus/sae-commit-h2e-token.dat [new file with mode: 0644]
tests/fuzzing/sae/corpus/sae-commit-pw-id.dat [new file with mode: 0644]
tests/fuzzing/sae/corpus/sae-commit-token.dat [new file with mode: 0644]
tests/fuzzing/sae/corpus/sae-commit-valid.dat [new file with mode: 0644]
tests/fuzzing/sae/sae.c [new file with mode: 0644]