aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/pkcs11/pkcs11_library.c
Commit message (Expand)AuthorAgeFilesLines
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
* Moved data structures to new collections subfolderTobias Brunner2012-10-241-1/+1
* Copy the name of pkcs11_library_t objectsTobias Brunner2012-10-181-1/+2
* pkcs11: Function added to retrieve multiple attributes from a single object.Tobias Brunner2011-11-021-6/+44
* pkcs11: Method added to library to extract a single attribute from an object.Tobias Brunner2011-10-311-0/+30
* pkcs11: Added names for CKA_* constants.Tobias Brunner2011-10-311-0/+117
* pkcs11: Error message fixed.Tobias Brunner2011-10-311-1/+1
* Fixed common misspellings.Tobias Brunner2011-07-201-1/+1
* Provide recursive mutex' just in case the PKCS#11 library requires itMartin Willi2011-06-011-1/+1
* Do not query for CKA_ALWAYS_AUTHENTICATE if PKCS#11 Cryptoki version < 2.20Martin Willi2010-11-181-0/+1
* Use static args for C_Initialize(), OpenSC does not get a copy of the pointersMartin Willi2010-11-181-5/+7
* Added a PKCS#11 module option to enforce OS Locking functionsMartin Willi2010-11-121-6/+13
* Add flags for PKCS#11 libraries with reduced feature setMartin Willi2010-11-101-0/+35
* Provide a public PKCS#11 mechanism enumeratorMartin Willi2010-08-041-0/+84
* Extended the PKCS#11 object enumerator by attribute retrievalMartin Willi2010-08-041-2/+77
* Implemented a generic PKCS#11 object enumeratorMartin Willi2010-08-041-0/+66
* Reenabled dlcloseMartin Willi2010-08-041-1/+1
* Implemented a credential set on top of a PKCS#11 tokenMartin Willi2010-08-041-1/+1
* Add enum names for CK_MECHANISM_TYPE constantsMartin Willi2010-08-041-0/+274
* Make the PKCS#11 padding string trimming public, add null terminatorMartin Willi2010-08-041-10/+10
* Added a getter for the library aliasMartin Willi2010-08-041-0/+13
* Use locking, prefer our mutex abstraction layerMartin Willi2010-08-041-1/+60
* Added enum names for PKCS#11 return valuesMartin Willi2010-08-041-3/+155
* Implemented an abstraction layer for PKCS#11 module loadingMartin Willi2010-08-041-0/+146