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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
pkcs11: Added definitions needed for ECDH to pkcs11.h.
Tobias Brunner
2011-10-31
1
-0
/
+24
*
pkcs11: Specify object class and key type when deriving DH secrets.
Tobias Brunner
2011-10-31
1
-0
/
+4
*
pkcs11: Add features support.
Tobias Brunner
2011-10-31
3
-84
/
+90
*
pkcs11: Added support for DH.
Tobias Brunner
2011-10-31
4
-0
/
+377
*
pkcs11: Error message fixed.
Tobias Brunner
2011-10-31
1
-1
/
+1
*
pkcs11: Added support to generate random numbers on a token.
Tobias Brunner
2011-10-31
4
-0
/
+201
*
pkcs11: Properly destroy mutex in pkcs11_hasher if no token found.
Tobias Brunner
2011-10-31
1
-0
/
+1
*
Register manager of pkcs11 plugin as library object
Martin Willi
2011-08-24
6
-28
/
+8
*
Fixed common misspellings.
Tobias Brunner
2011-07-20
2
-2
/
+2
*
Provide recursive mutex' just in case the PKCS#11 library requires it
Martin Willi
2011-06-01
1
-1
/
+1
*
Use CRITICAL job priority class for long running dispatcher jobs
Martin Willi
2011-05-16
1
-2
/
+2
*
Revert alloc_str changes
Martin Willi
2011-04-21
1
-5
/
+4
*
Use thread save settings alloc_str function where appropriate
Martin Willi
2011-04-21
1
-4
/
+5
*
Added a (not yet implemented) plugin_t method to reload plugin configuration
Martin Willi
2011-04-15
1
-0
/
+1
*
Added a get_name() function to plugin_t, create_plugin_enumerator enumerates ...
Martin Willi
2011-04-15
1
-8
/
+13
*
corrected pkcs11 error message
Andreas Steffen
2011-03-01
1
-1
/
+1
*
Fixed public key construction from PKCS#11 private key
Martin Willi
2010-12-23
1
-3
/
+3
*
trace back crypto algorithms to the plugins that registered them
Andreas Steffen
2010-12-18
1
-6
/
+8
*
Do not query for CKA_ALWAYS_AUTHENTICATE if PKCS#11 Cryptoki version < 2.20
Martin Willi
2010-11-18
3
-3
/
+12
*
Use static args for C_Initialize(), OpenSC does not get a copy of the pointers
Martin Willi
2010-11-18
1
-5
/
+7
*
Added a PKCS#11 module option to enforce OS Locking functions
Martin Willi
2010-11-12
3
-8
/
+19
*
Do not use CKA_TRUSTED attribute for Cryptoki version < 2.20, handling all ce...
Martin Willi
2010-11-10
1
-7
/
+16
*
Add flags for PKCS#11 libraries with reduced feature set
Martin Willi
2010-11-10
2
-0
/
+51
*
Added a final flag to builder registration to enumerate the actually supporte...
Martin Willi
2010-09-03
1
-2
/
+2
*
Scheduler and processor have been moved to libstrongswan.
Tobias Brunner
2010-09-02
2
-4
/
+2
*
Use a seperate section for each nested struct member in INIT macro
Martin Willi
2010-08-18
3
-20
/
+28
*
Implemented public key encryption/private key decryption in PKCS#11
Martin Willi
2010-08-11
3
-13
/
+108
*
Use bits instead of bytes for a private/public key
Martin Willi
2010-08-10
2
-4
/
+4
*
Added support for different encryption schemes to private/public keys
Martin Willi
2010-08-10
2
-2
/
+4
*
Create a PKCS#11 session public key if we don't find one
Martin Willi
2010-08-06
1
-5
/
+100
*
Implemented PKCS#11 RSA public key for keys found on a token
Martin Willi
2010-08-06
4
-0
/
+399
*
Export scheme_to_mechanism conversion function
Martin Willi
2010-08-06
2
-3
/
+10
*
Load certificate after enumeration
Martin Willi
2010-08-06
1
-13
/
+34
*
Save/Load state of PKCS#11 hasher
Martin Willi
2010-08-04
1
-47
/
+100
*
Do initial slot enumeration manually
Martin Willi
2010-08-04
2
-7
/
+23
*
Implemented hasher_t using PKCS#11
Martin Willi
2010-08-04
4
-0
/
+336
*
Defer certificate loading until all PKCS#11 modules are loaded
Martin Willi
2010-08-04
1
-3
/
+8
*
Provide a public PKCS#11 mechanism enumerator
Martin Willi
2010-08-04
3
-44
/
+117
*
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
4
-0
/
+427
*
Extended the PKCS#11 object enumerator by attribute retrieval
Martin Willi
2010-08-04
3
-69
/
+111
*
Use the PKCS#11 object enumerator
Martin Willi
2010-08-04
1
-25
/
+6
*
Implemented a generic PKCS#11 object enumerator
Martin Willi
2010-08-04
2
-1
/
+78
[prev]
[next]