aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/pkcs11/pkcs11_plugin.c
Commit message (Expand)AuthorAgeFilesLines
* Added a final flag to builder registration to enumerate the actually supporte...Martin Willi2010-09-031-2/+2
* Use a seperate section for each nested struct member in INIT macroMartin Willi2010-08-181-1/+5
* Implemented PKCS#11 RSA public key for keys found on a tokenMartin Willi2010-08-061-0/+3
* Do initial slot enumeration manuallyMartin Willi2010-08-041-2/+12
* Implemented hasher_t using PKCS#11Martin Willi2010-08-041-0/+20
* Implemented private key on top of a PKCS#11 tokenMartin Willi2010-08-041-0/+6
* Implemented a credential set on top of a PKCS#11 tokenMartin Willi2010-08-041-0/+63
* Added a token add/remove callback function to the managerMartin Willi2010-08-041-1/+11
* Moved PKCS#11 library loading to dedicated managerMartin Willi2010-08-041-29/+5
* Load PKCS#11 modules defined in strongswan.confMartin Willi2010-08-041-0/+33
* Added PKCS#11 token plugin stubMartin Willi2010-08-041-0/+51