aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/credentials/sets
Commit message (Collapse)AuthorAgeFilesLines
* Renamed mem_cred_t clear function internally to clear_, fixes potential name ↵Martin Willi2010-10-281-3/+3
| | | | conflict
* Avoid duplicate certificates in mem_cred_t.Tobias Brunner2010-10-141-3/+13
|
* Added function to clear all credentials from mem_cred_t.Tobias Brunner2010-10-142-3/+25
|
* Fixed possible segmentation fault.Tobias Brunner2010-10-141-1/+1
|
* Added private key support to in-memory credential setMartin Willi2010-08-252-1/+77
|
* Added certificate support to in-memory credential setMartin Willi2010-08-252-2/+121
|
* Pass type of requested key in the callback credential setMartin Willi2010-08-042-2/+7
|
* Implemented a callback based credential set, currently for shared keys onlyMartin Willi2010-08-042-0/+206
|
* Implemented a generic in-memory credential set, currently for shared keys onlyMartin Willi2010-08-042-0/+283
|
* Moved credential manager to libstrongswanMartin Willi2010-07-136-0/+935