Jouni Malinen
d10b13982d
Add test-https for testing internal TLS client functionality
...
This tool can be used to test the internal TLS client implementation
against HTTPS servers.
Signed-hostap: Jouni Malinen <j@w1.fi>
2011-11-13 10:49:27 +02:00
Jouni Malinen
717cc12f60
Fix test-x509v3 build
...
Signed-hostap: Jouni Malinen <j@w1.fi>
2011-11-04 22:10:54 +02:00
Jouni Malinen
8d806cc2af
test-sha1: Add test vectors from RFC 6070
...
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).
2011-01-10 20:41:04 +02:00
Jouni Malinen
dacf478352
Add generic doubly-linked list implementation
2009-12-19 13:43:25 +02:00
Jouni Malinen
655702f38d
Move test_x509v3 into the new tests subdirectory
2009-12-06 18:10:52 +02:00
Jouni Malinen
0bc377fa93
Resolve circular library references with --start-group
...
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.
2009-12-06 17:18:28 +02:00
Jouni Malinen
ab7ddc74ad
Move asn1_test.c into tests subdirectory and split it in two
...
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.
2009-12-06 16:45:36 +02:00
Jouni Malinen
1767f7c117
Resolve compiler warnings in the test programs
2009-12-05 22:32:45 +02:00
Jouni Malinen
f8cf3ce6a6
Move more tests from wpa_supplicant/tests into tests
2009-12-05 22:25:32 +02:00
Jouni Malinen
c7ab5122a7
Use simpler make rules for test programs
2009-12-05 22:14:55 +02:00
Jouni Malinen
e280cf6693
Get rid of some compiler warnings
2009-12-05 22:13:33 +02:00
Jouni Malinen
668562d5fb
Move MD4 test from wpa_supplicant/tests into tests
2009-12-05 22:11:50 +02:00
Jouni Malinen
631afd993f
Add rules for building src/crypto as a library
...
For now, this is hardcoded to support only the internal crypto
implementation.
2009-12-05 22:03:46 +02:00
Jouni Malinen
841b52b403
Include needed header files to avoid compiler warnings
2009-12-05 21:40:44 +02:00
Jouni Malinen
6a230ba274
Add build rules for building a library from src/utils files
...
This is an initial step on providing an alternative build system that
uses libraries from src subdirectories.
2009-12-05 21:39:41 +02:00
Jouni Malinen
953f83439b
Move Milenage test code into the new tests directory
2009-12-05 21:14:08 +02:00
Jouni Malinen
8ad733d5ea
Use auto-generated dependency files and clean them
2009-12-05 20:44:12 +02:00
Jouni Malinen
1801bd7fae
Move base64 test code into a new tests subdirectory
2009-12-05 20:43:07 +02:00