]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: New style fuzzing tools for TLS client/server
authorJouni Malinen <j@w1.fi>
Sun, 2 Jun 2019 10:03:58 +0000 (13:03 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 2 Jun 2019 10:11:56 +0000 (13:11 +0300)
commit98612544b19f0183bbdf894878f02115713919fa
tree73e6dcf7947c390cb4f5b81076387ecd089292c8
parentd005d3647b0794366a53895d7f12e0592da8c279
tests: New style fuzzing tools for TLS client/server

These are newer versions of tests/test-tls tool.

Signed-off-by: Jouni Malinen <j@w1.fi>
tests/fuzzing/tls-client/Makefile [new file with mode: 0644]
tests/fuzzing/tls-client/corpus/server.msg [new file with mode: 0644]
tests/fuzzing/tls-client/tls-client.c [new file with mode: 0644]
tests/fuzzing/tls-server/Makefile [new file with mode: 0644]
tests/fuzzing/tls-server/corpus/client.msg [new file with mode: 0644]
tests/fuzzing/tls-server/tls-server.c [new file with mode: 0644]