aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/credentials/sets/mem_cred.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixed some typos, courtesy of codespellTobias Brunner2017-05-261-1/+1
|
* mem-cred: Add methods to add/remove shared keys with unique identifiersTobias Brunner2017-02-161-0/+27
| | | | Also added is a method to enumerate the unique identifiers.
* mem-cred: Add method to remove a private key with a specific fingerprintTobias Brunner2017-02-161-2/+11
|
* mem-cred: Add a method to atomically replace all certificatesTobias Brunner2015-08-201-1/+11
|
* mem-cred: Add a method to unify certificate references, without adding itMartin Willi2015-03-031-0/+12
| | | | | In contrast to add_cert_ref(), get_cert_ref() does not add the certificate to the set, but only finds a reference to the same certificate, if found.
* 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
| | | | If the certificate is already cached, the cached version is returned.
* 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