aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/pkcs11/pkcs11_private_key.c
Commit message (Expand)AuthorAgeFilesLines
* Use a seperate section for each nested struct member in INIT macroMartin Willi2010-08-181-13/+15
* Implemented public key encryption/private key decryption in PKCS#11Martin Willi2010-08-111-4/+63
* Use bits instead of bytes for a private/public keyMartin Willi2010-08-101-2/+2
* Added support for different encryption schemes to private/public keysMartin Willi2010-08-101-1/+2
* Export scheme_to_mechanism conversion functionMartin Willi2010-08-061-3/+3
* Support PKCS#11 keys requiring reauthentication for each operationMartin Willi2010-08-041-11/+64
* Do not try to log in if we already have a user sessionMartin Willi2010-08-041-0/+13
* Use credential sets to load smartcard keysMartin Willi2010-08-041-12/+21
* Implemented a callback based credential set, currently for shared keys onlyMartin Willi2010-08-041-37/+21
* Implemented callback PIN invocation for PKCS#11 loginMartin Willi2010-08-041-8/+47
* Implemented keyid discovery on all modules/slotsMartin Willi2010-08-041-7/+80
* Pass the PKCS11 keyid as chunk, not as stringMartin Willi2010-08-041-8/+6
* Reuse generic passphrase build part, not a dedicated PIN partMartin Willi2010-08-041-6/+6
* Implemented private key on top of a PKCS#11 tokenMartin Willi2010-08-041-0/+369