]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: New style fuzzing tool for X.509 certificate parsing
authorJouni Malinen <j@w1.fi>
Sun, 2 Jun 2019 10:17:31 +0000 (13:17 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 2 Jun 2019 10:17:31 +0000 (13:17 +0300)
commit991ff882fd128f2010728c701cb1374fb8e43e10
tree03c0e5c7b57972dea1eb0c343d76a940297e7e3a
parent98612544b19f0183bbdf894878f02115713919fa
tests: New style fuzzing tool for X.509 certificate parsing

This is a newer version of tests/test-x509 tool.

Signed-off-by: Jouni Malinen <j@w1.fi>
tests/fuzzing/x509/Makefile [new file with mode: 0644]
tests/fuzzing/x509/corpus/ca.der [new file with mode: 0644]
tests/fuzzing/x509/x509.c [new file with mode: 0644]