aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/pkcs11/pkcs11_creds.c
Commit message (Collapse)AuthorAgeFilesLines
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
|
* Moved data structures to new collections subfolderTobias Brunner2012-10-241-1/+1
|
* Explicit pkcs11 certificate loading can enforce a module and a slotMartin Willi2012-10-241-3/+19
|
* Be less verbose if loading PKCS#11 certificate failsMartin Willi2012-10-241-6/+1
|
* Add a builder to load specific pkcs11 certificates by keyidMartin Willi2012-10-241-0/+99
|
* Make sure first argument is an int when using %.*s to print e.g. chunksTobias Brunner2012-09-281-2/+3
|
* Do not use CKA_TRUSTED attribute for Cryptoki version < 2.20, handling all ↵Martin Willi2010-11-101-7/+16
| | | | certs as trusted
* Load certificate after enumerationMartin Willi2010-08-061-13/+34
|
* Extended the PKCS#11 object enumerator by attribute retrievalMartin Willi2010-08-041-65/+25
|
* Use the PKCS#11 object enumeratorMartin Willi2010-08-041-25/+6
|
* Added enumerator for PKCS#11 tokensMartin Willi2010-08-041-1/+1
|
* Implemented a credential set on top of a PKCS#11 tokenMartin Willi2010-08-041-0/+287