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_plugin.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved debug.[ch] to utils folder
Tobias Brunner
2012-10-24
1
-1
/
+1
*
Moved data structures to new collections subfolder
Tobias Brunner
2012-10-24
1
-1
/
+1
*
Add a strongswan.conf option to disable loading of all certificates from a pk...
Martin Willi
2012-10-24
1
-6
/
+11
*
Add a builder to load specific pkcs11 certificates by keyid
Martin Willi
2012-10-24
1
-0
/
+5
*
Added an option to reload certificates from PKCS#11 tokens on SIGHUP
Tobias Brunner
2012-10-18
1
-0
/
+16
*
pkcs11: Make public key operations on tokens optional.
Tobias Brunner
2011-11-03
1
-20
/
+21
*
pkcs11: Register ECDSA feature.
Tobias Brunner
2011-11-02
1
-1
/
+10
*
pkcs11: Changed how pkcs11-manager is initialized.
Tobias Brunner
2011-11-02
1
-42
/
+32
*
pkcs11: Use callback registration for pkcs11-manager.
Tobias Brunner
2011-10-31
1
-25
/
+73
*
pkcs11: Merged the ECDH into the DH implementation.
Tobias Brunner
2011-10-31
1
-2
/
+1
*
pkcs11: Added support for ECDH.
Tobias Brunner
2011-10-31
1
-1
/
+17
*
pkcs11: Add features support.
Tobias Brunner
2011-10-31
1
-58
/
+79
*
pkcs11: Added support for DH.
Tobias Brunner
2011-10-31
1
-0
/
+20
*
pkcs11: Added support to generate random numbers on a token.
Tobias Brunner
2011-10-31
1
-0
/
+16
*
Register manager of pkcs11 plugin as library object
Martin Willi
2011-08-24
1
-0
/
+3
*
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
*
trace back crypto algorithms to the plugins that registered them
Andreas Steffen
2010-12-18
1
-6
/
+8
*
Added a final flag to builder registration to enumerate the actually supporte...
Martin Willi
2010-09-03
1
-2
/
+2
*
Use a seperate section for each nested struct member in INIT macro
Martin Willi
2010-08-18
1
-1
/
+5
*
Implemented PKCS#11 RSA public key for keys found on a token
Martin Willi
2010-08-06
1
-0
/
+3
*
Do initial slot enumeration manually
Martin Willi
2010-08-04
1
-2
/
+12
*
Implemented hasher_t using PKCS#11
Martin Willi
2010-08-04
1
-0
/
+20
*
Implemented private key on top of a PKCS#11 token
Martin Willi
2010-08-04
1
-0
/
+6
*
Implemented a credential set on top of a PKCS#11 token
Martin Willi
2010-08-04
1
-0
/
+63
*
Added a token add/remove callback function to the manager
Martin Willi
2010-08-04
1
-1
/
+11
*
Moved PKCS#11 library loading to dedicated manager
Martin Willi
2010-08-04
1
-29
/
+5
*
Load PKCS#11 modules defined in strongswan.conf
Martin Willi
2010-08-04
1
-0
/
+33
*
Added PKCS#11 token plugin stub
Martin Willi
2010-08-04
1
-0
/
+51