aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/pkcs11/pkcs11_library.h
Commit message (Collapse)AuthorAgeFilesLines
* Moved enum_name_t to utils folderTobias Brunner2012-10-241-1/+1
|
* Moved chunk_t 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/+1
| | | | | Strings returned by settings_t.create_section_enumerator will be freed when the config is reloaded.
* pkcs11: Function added to retrieve multiple attributes from a single object.Tobias Brunner2011-11-021-0/+18
|
* pkcs11: Method added to library to extract a single attribute from an object.Tobias Brunner2011-10-311-1/+20
|
* pkcs11: Added names for CKA_* constants.Tobias Brunner2011-10-311-1/+6
|
* Do not query for CKA_ALWAYS_AUTHENTICATE if PKCS#11 Cryptoki version < 2.20Martin Willi2010-11-181-0/+2
|
* Added a PKCS#11 module option to enforce OS Locking functionsMartin Willi2010-11-121-1/+2
|
* Add flags for PKCS#11 libraries with reduced feature setMartin Willi2010-11-101-0/+16
|
* Provide a public PKCS#11 mechanism enumeratorMartin Willi2010-08-041-0/+12
|
* Extended the PKCS#11 object enumerator by attribute retrievalMartin Willi2010-08-041-2/+9
|
* Implemented a generic PKCS#11 object enumeratorMartin Willi2010-08-041-1/+12
|
* Add enum names for CK_MECHANISM_TYPE constantsMartin Willi2010-08-041-0/+5
|
* Make the PKCS#11 padding string trimming public, add null terminatorMartin Willi2010-08-041-0/+8
|
* Added a getter for the library aliasMartin Willi2010-08-041-0/+7
|
* Added enum names for PKCS#11 return valuesMartin Willi2010-08-041-0/+7
|
* Implemented an abstraction layer for PKCS#11 module loadingMartin Willi2010-08-041-0/+53