aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/unit_tester
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fixed typo in unit-tester plugin.Tobias Brunner2011-04-191-1/+1
|
* Added a (not yet implemented) plugin_t method to reload plugin configurationMartin Willi2011-04-151-0/+1
|
* Added a get_name() function to plugin_t, create_plugin_enumerator enumerates ↵Martin Willi2011-04-151-0/+7
| | | | over plugin_t
* Migrated remaining plugin_t implementations to INIT/METHOD macrosMartin Willi2011-04-151-7/+11
|
* 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-073-1/+114
|
* Respect line with in Makefile.am's, other cosmeticsMartin Willi2010-03-251-1/+2
|
* Changed all usages of lib->attributes to hydra->attributes.Tobias Brunner2010-03-242-5/+6
|
* Adapted test_pool to the libstrongswan threading.Tobias Brunner2010-03-241-6/+5
|
* Convert charon into libcharon.Tobias Brunner2010-03-191-1/+1
|
* Moving charon to libcharon.Tobias Brunner2010-03-1917-0/+1776