aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/tests
Commit message (Expand)AuthorAgeFilesLines
...
* tests: Fix test for printing NULL on FreeBSDTobias Brunner2014-02-121-2/+13
* unit-tests: added asn1_parser testsAndreas Steffen2014-02-103-0/+293
* unit-tests: added some more ASN.1 length testsAndreas Steffen2014-02-101-0/+13
* unit-tests: Add some test cases for HTTP GET/POST fetchesMartin Willi2014-01-313-1/+275
* unit-tests: Fix test_runner_run() apidocMartin Willi2014-01-291-1/+1
* chunk: Externalize error reporting in chunk_write()Martin Willi2014-01-231-2/+2
* chunk: Use dynamically allocated buffer in chunk_from_fd()Martin Willi2014-01-231-0/+84
* chunk: Add functions to map file contents to a chunkMartin Willi2014-01-231-1/+43
* utils: Add strreplace functionTobias Brunner2014-01-231-0/+87
* unit-tests: Pass a test suite collection name to print during test executionMartin Willi2014-01-223-8/+11
* array: Add an array_get() functionMartin Willi2014-01-221-2/+18
* unit-tests: Add environment variable to reduce the number of generated keysTobias Brunner2014-01-202-2/+14
* unit-tests: Generate RSA key with 768 bits not 786Tobias Brunner2014-01-201-1/+1
* test-asn1: Fix skipping of >2038 tests on i386Tobias Brunner2014-01-061-35/+35
* chunk: Fix chunk_mac/hash tests on big-endian systemsTobias Brunner2014-01-061-2/+27
* unit-tests: NTRU test to check a special branchAndreas Steffen2013-12-081-0/+7
* Implemented ntru_trits classAndreas Steffen2013-12-071-2/+91
* unit-tests: Added crypter testsAndreas Steffen2013-12-064-3/+112
* Added own MGF1 mask generating functionAndreas Steffen2013-12-051-0/+171
* unit-tests: Added hasher testsAndreas Steffen2013-12-043-0/+191
* Moved test_rng to a test suite of its ownAndreas Steffen2013-12-044-26/+58
* unit-tests: Export ntru_drbg_create as testable function so no linking is req...Tobias Brunner2013-12-042-1/+4
* unit-tests: Add facility to register testable functionsTobias Brunner2013-12-041-0/+25
* unit-tests: Move ntru_test_rng_t to a utility class in libtestTobias Brunner2013-12-045-7/+133
* unit-tests: Fix apidoc for libtestTobias Brunner2013-12-042-8/+23
* Added DRBG automatic reseeding testsAndreas Steffen2013-11-271-168/+214
* Extended NIST SP 800-90A HMAC_DRBG test casesAndreas Steffen2013-11-271-21/+103
* Implemented NIST SP 800-90A DRBG_HMAC with SHA-256Andreas Steffen2013-11-272-8/+147
* unit-tests: Added ntru wrong ciphertext testAndreas Steffen2013-11-271-0/+36
* unit-tests: Added ntru entropy, retransmission and ciphertext testsAndreas Steffen2013-11-272-0/+64
* Any of the four NTRU parameter sets can be selectedAndreas Steffen2013-11-271-10/+54
* Make the NTRU parameter set configurableAndreas Steffen2013-11-271-26/+63
* unit-tests: first NTRU test caseAndreas Steffen2013-11-273-1/+94
* unit-tests: Initialize tests with a callbackTobias Brunner2013-11-063-56/+58
* unit-tests: Separate test runner to a library, reusable by other testsMartin Willi2013-11-065-68/+168
* unit-tests: Use some include magic to define test suite constructorsMartin Willi2013-11-062-73/+55
* unit-tests: Check printing of strings having zero lengthMartin Willi2013-11-061-0/+2
* unit-tests: Add some basic tests if PRI* printf specifiers work as expectedMartin Willi2013-11-061-0/+25
* unit-tests: Add a semaphore wait cancel testMartin Willi2013-11-061-0/+44
* unit-tests: Add a semaphore absolute timed wait testMartin Willi2013-11-061-0/+27
* unit-tests: Add a semaphore timed wait test caseMartin Willi2013-11-061-0/+24
* unit-tests: Add a simple semaphore testMartin Willi2013-11-061-0/+40
* unit-tests: Add a spinlock test caseMartin Willi2013-11-061-0/+49
* unit-tests: Add a rwlock condvar thread cancel testMartin Willi2013-11-061-0/+57
* unit-tests: Add a rwlock condvar absolute timed wait testMartin Willi2013-11-061-0/+43
* unit-tests: Add a rwlock condvar wait testMartin Willi2013-11-061-0/+40
* unit-tests: Add a rwlock condvar broadcast testMartin Willi2013-11-061-0/+43
* unit-tests: Add a rwlock condvar testMartin Willi2013-11-061-0/+50
* unit-tests: Add a rwlock test caseMartin Willi2013-11-061-0/+62
* unit-tests: Add a condvar test where wait gets cancelledMartin Willi2013-11-061-0/+57