aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/unit_tester/tests
Commit message (Collapse)AuthorAgeFilesLines
* unit-tester: Drop the old unit-tester libcharon pluginMartin Willi2015-02-208-694/+0
| | | | | | While it has some tests that we don't directly cover with the new unit tests, most of them require special infrastructure and therefore have not been used for a long time.
* attributes: Move the configuration attributes framework to libcharonMartin Willi2015-02-201-6/+5
|
* unit-tester: remove obsolete rsa_gen test, now covered in unit-testsMartin Willi2013-06-211-120/+0
|
* Converted test for recursive mutex_tTobias Brunner2013-06-111-100/+0
|
* Converted tests for chunk_tTobias Brunner2013-06-111-82/+0
|
* Converted and added tests for hashtable_tTobias Brunner2013-06-111-111/+0
|
* Converted tests for identification_tTobias Brunner2013-06-111-249/+0
|
* Remove obsolete enumerator/linked_list tests in unit_tester pluginTobias Brunner2013-06-111-306/+0
|
* Moved data structures to new collections subfolderTobias Brunner2012-10-245-5/+5
|
* Pass full pool list to release_addressMartin Willi2012-09-111-3/+3
|
* Pass the full list of pools to acquire_address, enumerate in providersMartin Willi2012-09-111-1/+8
| | | | | | | | If the provider has access to the full pool list, it can enumerate them twice, for example to search for existing leases first, and only search for new leases in a second step. Fixes lease enumeration in attr-sql using multiple pools.
* certificate_t->issued_by takes an argument to receive signature schemeMartin Willi2012-06-121-2/+2
|
* Use bits instead of bytes for a private/public keyMartin Willi2010-08-101-1/+1
|
* Added support for different encryption schemes to private/public keysMartin Willi2010-08-101-2/+2
|
* test_cert adapted to extended signature of get_encoding().Tobias Brunner2010-08-031-2/+2
|
* Renamed key_encod{ing,der}_t and constants, prepare for generic credential ↵Martin Willi2010-07-131-1/+1
| | | | encoding
* Moved credential manager to libstrongswanMartin Willi2010-07-132-3/+3
|
* Adding a basic unit test for hashtable_t.Tobias Brunner2010-06-071-0/+111
|
* Changed all usages of lib->attributes to hydra->attributes.Tobias Brunner2010-03-241-4/+5
|
* Adapted test_pool to the libstrongswan threading.Tobias Brunner2010-03-241-6/+5
|
* Moving charon to libcharon.Tobias Brunner2010-03-1913-0/+1545