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 (
Collapse
)
Author
Age
Files
Lines
*
Revert alloc_str changes
Martin Willi
2011-04-21
1
-5
/
+4
|
|
|
|
|
|
This reverts commit fdead26ffe1da8501a6ff5e0639a6f44c723e763. This reverts commit 3e2419ebe32de72d824864eb2e0e677a7c197af1. This reverts commit 17ce69b47a1efd6234960cf7d1f50712aee61db5.
*
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
|
|
|
|
over plugin_t
*
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 ↵
Martin Willi
2010-11-10
1
-7
/
+16
|
|
|
|
certs as trusted
*
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 ↵
Martin Willi
2010-09-03
1
-2
/
+2
|
|
|
|
supported algorithms
*
Scheduler and processor have been moved to libstrongswan.
Tobias Brunner
2010-09-02
2
-4
/
+2
|
|
|
|
|
Also reverts 0c21dc000d3cd5c82eb22c4481e6459978456364 as the dependency to libcharon is no longer required.
*
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
|
*
Added enumerator for PKCS#11 tokens
Martin Willi
2010-08-04
3
-15
/
+140
|
*
Handle NOT_SUPPORT return value from WaitForSlot
Martin Willi
2010-08-04
1
-1
/
+1
|
*
Reenabled dlclose
Martin Willi
2010-08-04
1
-1
/
+1
|
*
Implemented a credential set on top of a PKCS#11 token
Martin Willi
2010-08-04
5
-1
/
+420
|
*
Added a token add/remove callback function to the manager
Martin Willi
2010-08-04
3
-3
/
+45
|
*
Enumerate tokens and their mechanisms, wait for slot events
Martin Willi
2010-08-04
1
-9
/
+222
|
*
Depend on libcharon until we have a thread pool to use
Martin Willi
2010-08-04
1
-1
/
+2
|
*
Add enum names for CK_MECHANISM_TYPE constants
Martin Willi
2010-08-04
2
-0
/
+279
|
*
Make the PKCS#11 padding string trimming public, add null terminator
Martin Willi
2010-08-04
2
-10
/
+18
|
*
Added a getter for the library alias
Martin Willi
2010-08-04
2
-0
/
+20
|
*
Moved PKCS#11 library loading to dedicated manager
Martin Willi
2010-08-04
4
-30
/
+135
|
[next]