index
:
tteras/strongswan
master
tteras
tteras-release
tteras' strongSwan tree
gitolite
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libstrongswan
/
plugins
/
pkcs11
/
pkcs11_private_key.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use a seperate section for each nested struct member in INIT macro
Martin Willi
2010-08-18
1
-13
/
+15
*
Implemented public key encryption/private key decryption in PKCS#11
Martin Willi
2010-08-11
1
-4
/
+63
*
Use bits instead of bytes for a private/public key
Martin Willi
2010-08-10
1
-2
/
+2
*
Added support for different encryption schemes to private/public keys
Martin Willi
2010-08-10
1
-1
/
+2
*
Export scheme_to_mechanism conversion function
Martin Willi
2010-08-06
1
-3
/
+3
*
Support PKCS#11 keys requiring reauthentication for each operation
Martin Willi
2010-08-04
1
-11
/
+64
*
Do not try to log in if we already have a user session
Martin Willi
2010-08-04
1
-0
/
+13
*
Use credential sets to load smartcard keys
Martin Willi
2010-08-04
1
-12
/
+21
*
Implemented a callback based credential set, currently for shared keys only
Martin Willi
2010-08-04
1
-37
/
+21
*
Implemented callback PIN invocation for PKCS#11 login
Martin Willi
2010-08-04
1
-8
/
+47
*
Implemented keyid discovery on all modules/slots
Martin Willi
2010-08-04
1
-7
/
+80
*
Pass the PKCS11 keyid as chunk, not as string
Martin Willi
2010-08-04
1
-8
/
+6
*
Reuse generic passphrase build part, not a dedicated PIN part
Martin Willi
2010-08-04
1
-6
/
+6
*
Implemented private key on top of a PKCS#11 token
Martin Willi
2010-08-04
1
-0
/
+369