aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/pkcs11/pkcs11_plugin.c
Commit message (Collapse)AuthorAgeFilesLines
* lib: All settings use configured namespaceTobias Brunner2014-02-121-9/+9
|
* pkcs11: Use plugin_features_add() in get_features()Tobias Brunner2013-06-111-21/+8
|
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
|
* Moved data structures to new collections subfolderTobias Brunner2012-10-241-1/+1
|
* Add a strongswan.conf option to disable loading of all certificates from a ↵Martin Willi2012-10-241-6/+11
| | | | pkcs11 module
* Add a builder to load specific pkcs11 certificates by keyidMartin Willi2012-10-241-0/+5
|
* Added an option to reload certificates from PKCS#11 tokens on SIGHUPTobias Brunner2012-10-181-0/+16
|
* pkcs11: Make public key operations on tokens optional.Tobias Brunner2011-11-031-20/+21
|
* pkcs11: Register ECDSA feature.Tobias Brunner2011-11-021-1/+10
|
* pkcs11: Changed how pkcs11-manager is initialized.Tobias Brunner2011-11-021-42/+32
| | | | | The manager is now created directly, but events and certificate loading is deferred.
* pkcs11: Use callback registration for pkcs11-manager.Tobias Brunner2011-10-311-25/+73
| | | | | | Otherwise a plugin providing X509 decoding capabilities might be unloaded before the manager which will result in a segmentation fault when certificates in the manager's credential sets are to be destroyed.
* pkcs11: Merged the ECDH into the DH implementation.Tobias Brunner2011-10-311-2/+1
|
* pkcs11: Added support for ECDH.Tobias Brunner2011-10-311-1/+17
|
* pkcs11: Add features support.Tobias Brunner2011-10-311-58/+79
|
* pkcs11: Added support for DH.Tobias Brunner2011-10-311-0/+20
|
* pkcs11: Added support to generate random numbers on a token.Tobias Brunner2011-10-311-0/+16
|
* Register manager of pkcs11 plugin as library objectMartin Willi2011-08-241-0/+3
|
* Added a (not yet implemented) plugin_t method to reload plugin configurationMartin Willi2011-04-151-0/+1
|
* Added a get_name() function to plugin_t, create_plugin_enumerator enumerates ↵Martin Willi2011-04-151-8/+13
| | | | over plugin_t
* trace back crypto algorithms to the plugins that registered themAndreas Steffen2010-12-181-6/+8
|
* Added a final flag to builder registration to enumerate the actually ↵Martin Willi2010-09-031-2/+2
| | | | supported algorithms
* Use a seperate section for each nested struct member in INIT macroMartin Willi2010-08-181-1/+5
|
* Implemented PKCS#11 RSA public key for keys found on a tokenMartin Willi2010-08-061-0/+3
|
* Do initial slot enumeration manuallyMartin Willi2010-08-041-2/+12
|
* Implemented hasher_t using PKCS#11Martin Willi2010-08-041-0/+20
|
* Implemented private key on top of a PKCS#11 tokenMartin Willi2010-08-041-0/+6
|
* Implemented a credential set on top of a PKCS#11 tokenMartin Willi2010-08-041-0/+63
|
* Added a token add/remove callback function to the managerMartin Willi2010-08-041-1/+11
|
* Moved PKCS#11 library loading to dedicated managerMartin Willi2010-08-041-29/+5
|
* Load PKCS#11 modules defined in strongswan.confMartin Willi2010-08-041-0/+33
|
* Added PKCS#11 token plugin stubMartin Willi2010-08-041-0/+51