Jouni Malinen
009c4d79d3
tests: Fix eapol-key-auth memory use for the callback pointer struct
...
This struct needs to remain valid through the lifetime of the
authenticator state machine, so move it to the context struct instead of
being a local stack variable inside the setup function that returns
before the actual test functionality is executed.
Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
2019-06-07 23:54:20 +03:00
Jouni Malinen
041aa44b69
tests: Fix ap-mgmt 'make clean'
...
The binary name had not been updated for the new tool.
Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
2019-06-03 13:51:41 +03:00
Jouni Malinen
a1f3f88ac7
tests: New style fuzzing tool for EAP-AKA peer processing
...
Signed-off-by: Jouni Malinen <j@w1.fi>
2019-06-02 17:02:57 +03:00
Jouni Malinen
23ddc7b810
tests: New style fuzzing tool for EAP-SIM peer processing
...
Signed-off-by: Jouni Malinen <j@w1.fi>
2019-06-02 16:42:41 +03:00
Jouni Malinen
991ff882fd
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>
2019-06-02 13:17:31 +03:00
Jouni Malinen
98612544b1
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>
2019-06-02 13:11:56 +03:00
Jouni Malinen
d005d3647b
tests: Build test for new fuzzer tools
...
Signed-off-by: Jouni Malinen <j@w1.fi>
2019-06-02 13:00:39 +03:00
Jouni Malinen
150b9dc547
tests: New style fuzzing tools for EAPOL-Key frame processing
...
These are newer versions of tests/test-eapol tool.
Signed-off-by: Jouni Malinen <j@w1.fi>
2019-06-02 13:00:39 +03:00
Jouni Malinen
f86e6c3d95
tests: New style fuzzing tool for EAPOL frame processing (supplicant)
...
This is a newer version of tests/eapol-fuzzer tool.
Signed-off-by: Jouni Malinen <j@w1.fi>
2019-06-02 13:00:39 +03:00
Jouni Malinen
77876ee25c
tests: New style fuzzing tool for ASN.1 parser
...
Signed-off-by: Jouni Malinen <j@w1.fi>
2019-06-02 13:00:39 +03:00
Jouni Malinen
efbd631862
tests: New style fuzzing tool for P2P frame processing
...
This is a newer version of tests/p2p-fuzzer tool.
Signed-off-by: Jouni Malinen <j@w1.fi>
2019-06-02 13:00:39 +03:00
Jouni Malinen
e30c7d5269
tests: New style fuzzing tool for AP Management frame processing
...
This is a newer version of tests/ap-mgmt-fuzzer tool.
Signed-off-by: Jouni Malinen <j@w1.fi>
2019-06-02 13:00:39 +03:00
Jouni Malinen
a3275fc023
tests: New style fuzzing tool for JSON parser
...
This is a newer version of tests/test-json tool.
Signed-off-by: Jouni Malinen <j@w1.fi>
2019-06-02 13:00:39 +03:00
Jouni Malinen
065e6e7010
tests: New style fuzzing tool for wpa_supplicant WNM handling
...
This is a newer version of tests/wnm-fuzzer tool as the initial step in
creating a more uniform set of fuzzing tools that can be used with both
libFuzzer and afl-fuzz.
Signed-off-by: Jouni Malinen <j@w1.fi>
2019-06-02 13:00:36 +03:00