aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/credentials/sets/mem_cred.h
Commit message (Expand)AuthorAgeFilesLines
* Add a method to replace all secrets in a mem_cred_t objectTobias Brunner2013-03-201-1/+11
* Moved data structures to new collections subfolderTobias Brunner2012-10-241-1/+1
* Added CDP support to mem_credMartin Willi2011-01-051-0/+9
* Function add_crl added to mem_cred_t.Tobias Brunner2010-12-031-0/+10
* Function added to clear secrets (but not certs) from mem_cred_t.Tobias Brunner2010-12-031-0/+6
* Alternative to mem_cred_t.add_cert added, which returns the certificate.Tobias Brunner2010-12-031-0/+11
* Function added to mem_cred_t to add shared secret with a linked list of owners.Tobias Brunner2010-12-031-1/+13
* Added function to clear all credentials from mem_cred_t.Tobias Brunner2010-10-141-0/+5
* Added private key support to in-memory credential setMartin Willi2010-08-251-0/+7
* Added certificate support to in-memory credential setMartin Willi2010-08-251-0/+8
* Implemented a generic in-memory credential set, currently for shared keys onlyMartin Willi2010-08-041-0/+57