aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/pkcs11/pkcs11_manager.c
Commit message (Expand)AuthorAgeFilesLines
* Scheduler and processor have been moved to libstrongswan.Tobias Brunner2010-09-021-2/+1
* Do initial slot enumeration manuallyMartin Willi2010-08-041-5/+11
* Defer certificate loading until all PKCS#11 modules are loadedMartin Willi2010-08-041-3/+8
* Provide a public PKCS#11 mechanism enumeratorMartin Willi2010-08-041-44/+21
* Added enumerator for PKCS#11 tokensMartin Willi2010-08-041-14/+120
* Handle NOT_SUPPORT return value from WaitForSlotMartin Willi2010-08-041-1/+1
* Added a token add/remove callback function to the managerMartin Willi2010-08-041-1/+16
* Enumerate tokens and their mechanisms, wait for slot eventsMartin Willi2010-08-041-9/+222
* Moved PKCS#11 library loading to dedicated managerMartin Willi2010-08-041-0/+86