Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the GPL notification from files contributed by Jouni Malinen | Jouni Malinen | 2012-02-11 | 13 | -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 Malinen | 2012-01-01 | 1 | -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 Malinen | 2011-11-27 | 1 | -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 processing | Jouni Malinen | 2011-11-27 | 1 | -0/+4 |
| | | | | Signed-hostap: Jouni Malinen <j@w1.fi> | ||||
* | Add test program for RC4 (test vectors from RFC 6229) | Jouni Malinen | 2011-11-24 | 3 | -1/+261 |
| | | | | Signed-hostap: Jouni Malinen <j@w1.fi> | ||||
* | Add test-https for testing internal TLS client functionality | Jouni Malinen | 2011-11-13 | 3 | -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 build | Jouni Malinen | 2011-11-04 | 1 | -1/+1 |
| | | | | Signed-hostap: Jouni Malinen <j@w1.fi> | ||||
* | test-sha1: Add test vectors from RFC 6070 | Jouni Malinen | 2011-01-10 | 1 | -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 implementation | Jouni Malinen | 2009-12-19 | 3 | -1/+84 |
| | |||||
* | Move test_x509v3 into the new tests subdirectory | Jouni Malinen | 2009-12-06 | 5 | -1/+385 |
| | |||||
* | Resolve circular library references with --start-group | Jouni Malinen | 2009-12-06 | 1 | -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 two | Jouni Malinen | 2009-12-06 | 4 | -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 programs | Jouni Malinen | 2009-12-05 | 4 | -39/+41 |
| | |||||
* | Move more tests from wpa_supplicant/tests into tests | Jouni Malinen | 2009-12-05 | 7 | -1/+1231 |
| | |||||
* | Use simpler make rules for test programs | Jouni Malinen | 2009-12-05 | 1 | -9/+4 |
| | |||||
* | Get rid of some compiler warnings | Jouni Malinen | 2009-12-05 | 1 | -5/+5 |
| | |||||
* | Move MD4 test from wpa_supplicant/tests into tests | Jouni Malinen | 2009-12-05 | 3 | -1/+104 |
| | |||||
* | Add rules for building src/crypto as a library | Jouni Malinen | 2009-12-05 | 1 | -5/+5 |
| | | | | | For now, this is hardcoded to support only the internal crypto implementation. | ||||
* | Include needed header files to avoid compiler warnings | Jouni Malinen | 2009-12-05 | 1 | -2/+5 |
| | |||||
* | Add build rules for building a library from src/utils files | Jouni Malinen | 2009-12-05 | 1 | -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 directory | Jouni Malinen | 2009-12-05 | 3 | -2/+838 |
| | |||||
* | Use auto-generated dependency files and clean them | Jouni Malinen | 2009-12-05 | 1 | -1/+3 |
| | |||||
* | Move base64 test code into a new tests subdirectory | Jouni Malinen | 2009-12-05 | 3 | -0/+76 |