aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Remove the GPL notification from files contributed by Jouni MalinenJouni Malinen2012-02-1113-104/+26
| | | | | | | Remove the GPL notification text from the files that were initially contributed by myself. Signed-hostap: Jouni Malinen <j@w1.fi>
* 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>
* Rename tls_prf() to tls_prf_sha1_md5()Jouni Malinen2011-11-271-2/+3
| | | | | | | | Prepare for multiple TLS PRF functions by renaming the SHA1+MD5 based TLS PRF function to more specific name and add tls_prf() within the internal TLS implementation as a wrapper for this for now. Signed-hostap: Jouni Malinen <j@w1.fi>
* test-https: Fix memory leaks in TLS processingJouni Malinen2011-11-271-0/+4
| | | | Signed-hostap: Jouni Malinen <j@w1.fi>
* Add test program for RC4 (test vectors from RFC 6229)Jouni Malinen2011-11-243-1/+261
| | | | Signed-hostap: Jouni Malinen <j@w1.fi>
* Add test-https for testing internal TLS client functionalityJouni Malinen2011-11-133-0/+234
| | | | | | | This tool can be used to test the internal TLS client implementation against HTTPS servers. Signed-hostap: Jouni Malinen <j@w1.fi>
* Fix test-x509v3 buildJouni Malinen2011-11-041-1/+1
| | | | Signed-hostap: Jouni Malinen <j@w1.fi>
* test-sha1: Add test vectors from RFC 6070Jouni Malinen2011-01-101-0/+100
| | | | | | | The test with very large iterations count is commented out since it takes quite long to derive (it does pass, though). In addition, the last test vector is commented out since pbkdf2_sha1() does not support arbitrary binary passphrases (\0 inside the string).
* Add generic doubly-linked list implementationJouni Malinen2009-12-193-1/+84
|
* Move test_x509v3 into the new tests subdirectoryJouni Malinen2009-12-065-1/+385
|
* 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-064-2/+261
| | | | | | | 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.
* Resolve compiler warnings in the test programsJouni Malinen2009-12-054-39/+41
|
* Move more tests from wpa_supplicant/tests into testsJouni Malinen2009-12-057-1/+1231
|
* Use simpler make rules for test programsJouni Malinen2009-12-051-9/+4
|
* Get rid of some compiler warningsJouni Malinen2009-12-051-5/+5
|
* Move MD4 test from wpa_supplicant/tests into testsJouni Malinen2009-12-053-1/+104
|
* 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.
* Include needed header files to avoid compiler warningsJouni Malinen2009-12-051-2/+5
|
* 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-053-2/+838
|
* Use auto-generated dependency files and clean themJouni Malinen2009-12-051-1/+3
|
* Move base64 test code into a new tests subdirectoryJouni Malinen2009-12-053-0/+76