aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/load_tester/load_tester_creds.c
Commit message (Collapse)AuthorAgeFilesLines
* Change interface for enumerator_create_filter() callbackTobias Brunner2017-05-261-14/+20
| | | | | This avoids the unportable 5 pointer hack, but requires enumerating in the callback.
* Use standard unsigned integer typesAndreas Steffen2016-03-241-2/+2
|
* load-tester: Add a crl option to include a CRL uri in generated certificatesMartin Willi2014-06-191-1/+21
|
* enum: Return boolean result for enum_from_name() lookupMartin Willi2014-05-161-3/+1
| | | | | | | | | | | Handling the result for enum_from_name() is difficult, as checking for negative return values requires a cast if the enum type is unsigned. The new signature clearly differentiates lookup result from lookup value. Further, this actually allows to convert real -1 enum values, which could not be distinguished from "not-found" and the -1 return value. This also fixes several clang warnings where enums are unsigned.
* libcharon: Use lib->ns instead of charon->nameTobias Brunner2014-02-121-6/+6
|
* load-tester: Fix crash if private key was not loaded successfullyTobias Brunner2013-09-241-1/+1
| | | | Fixes #417.
* Remove unused this parameter to load_issuer_cert/key(), as it is uninitializedMartin Willi2012-10-161-4/+4
|
* Generate a load-tester certificate only for DN or subjectAltName identitiesMartin Willi2012-10-161-7/+17
|
* Encode non-DN load-tester identities as subjectAltNamesMartin Willi2012-10-161-1/+16
|
* Add a load-tester digest option for issuing peer certificatesMartin Willi2012-10-161-1/+16
|
* Load a multiple load-tester CA certificates from a directoryMartin Willi2012-10-161-4/+63
|
* Added load-tester options to read issuing CA certificate and key from filesMartin Willi2012-10-161-7/+45
|
* Use name from initialization to access settings in libcharon.Tobias Brunner2012-05-031-2/+2
| | | | Also fixes several whitespace errors.
* Added preshared_key/eap_password load_tester options to set custom credentialsMartin Willi2011-05-161-10/+13
|
* Migrated load_tester_creds to INIT/METHOD macrosMartin Willi2011-05-161-43/+37
|
* Fix load tester shared key enumerator, provide dedicated EAP passwordMartin Willi2011-05-161-8/+51
|
* Moving charon to libcharon.Tobias Brunner2010-03-191-0/+313