aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove test-https on "make clean"Jouni Malinen2012-01-011-0/+1
| | | | | | This is not included in the TESTS list, but should be removed anyway. Signed-hostap: Jouni Malinen <j@w1.fi>
* Add test program for RC4 (test vectors from RFC 6229)Jouni Malinen2011-11-241-1/+4
| | | | Signed-hostap: Jouni Malinen <j@w1.fi>
* Add test-https for testing internal TLS client functionalityJouni Malinen2011-11-131-0/+3
| | | | | | | This tool can be used to test the internal TLS client implementation against HTTPS servers. Signed-hostap: Jouni Malinen <j@w1.fi>
* Add generic doubly-linked list implementationJouni Malinen2009-12-191-1/+5
|
* Move test_x509v3 into the new tests subdirectoryJouni Malinen2009-12-061-1/+6
|
* Resolve circular library references with --start-groupJouni Malinen2009-12-061-3/+7
| | | | | | | src/crypto/libcrypto.a and src/tls/libtls.a have circular references and will need special handling with the linker at least for the time being. This could be cleaned up eventually, but for now, provide a mechanism to get the programs linked.
* Move asn1_test.c into tests subdirectory and split it in twoJouni Malinen2009-12-061-2/+12
| | | | | | | The new test-asn1 and test-x509 tools are built using libraries from src/{utils,crypto,tls}. Currently, cross dependencies between crypto and tls are still preventing the test-x509 from being linked properly.
* Move more tests from wpa_supplicant/tests into testsJouni Malinen2009-12-051-1/+23
|
* Use simpler make rules for test programsJouni Malinen2009-12-051-9/+4
|
* Move MD4 test from wpa_supplicant/tests into testsJouni Malinen2009-12-051-1/+4
|
* Add rules for building src/crypto as a libraryJouni Malinen2009-12-051-5/+5
| | | | | For now, this is hardcoded to support only the internal crypto implementation.
* Add build rules for building a library from src/utils filesJouni Malinen2009-12-051-5/+5
| | | | | This is an initial step on providing an alternative build system that uses libraries from src subdirectories.
* Move Milenage test code into the new tests directoryJouni Malinen2009-12-051-2/+23
|
* Use auto-generated dependency files and clean themJouni Malinen2009-12-051-1/+3
|
* Move base64 test code into a new tests subdirectoryJouni Malinen2009-12-051-0/+27