aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins
Commit message (Collapse)AuthorAgeFilesLines
...
* pkcs11: Function added to retrieve multiple attributes from a single object.Tobias Brunner2011-11-022-6/+62
|
* pkcs11: Memory leak fixed in DH/ECDH implementation.Tobias Brunner2011-11-021-0/+2
|
* pkcs11: Invalid free fixed in DH/ECDH implementation.Tobias Brunner2011-11-021-1/+4
|
* 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: Add attributes to specify what we use the DH/ECDH keys for.Tobias Brunner2011-11-021-2/+10
|
* 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-315-404/+209
|
* pkcs11: Use get_ck_attribute for ECDH.Tobias Brunner2011-10-311-63/+13
|
* pkcs11: Use get_ck_attribute for DH.Tobias Brunner2011-10-311-28/+6
|
* pkcs11: Method added to library to extract a single attribute from an object.Tobias Brunner2011-10-312-1/+50
|
* pkcs11: Added names for CKA_* constants.Tobias Brunner2011-10-312-1/+123
|
* pkcs11: Added support for ECDH.Tobias Brunner2011-10-314-1/+422
|
* pkcs11: Added definitions needed for ECDH to pkcs11.h.Tobias Brunner2011-10-311-0/+24
|
* pkcs11: Specify object class and key type when deriving DH secrets.Tobias Brunner2011-10-311-0/+4
| | | | pkcs11_softtoken on OpenSolaris requires this (probably others too).
* pkcs11: Add features support.Tobias Brunner2011-10-313-84/+90
|
* pkcs11: Added support for DH.Tobias Brunner2011-10-314-0/+377
|
* pkcs11: Error message fixed.Tobias Brunner2011-10-311-1/+1
|
* pkcs11: Added support to generate random numbers on a token.Tobias Brunner2011-10-314-0/+201
|
* pkcs11: Properly destroy mutex in pkcs11_hasher if no token found.Tobias Brunner2011-10-311-0/+1
|
* Added features support to agent pluginAndreas Steffen2011-10-301-4/+11
|
* Added features support to dnskey pluginAndreas Steffen2011-10-301-7/+14
|
* Added features support to pgp pluginAndreas Steffen2011-10-301-19/+23
|
* Added features support to pkcs1 pluginAndreas Steffen2011-10-301-13/+16
|
* added newlineAndreas Steffen2011-10-301-0/+1
|
* remove pem_encoder_encodeAndreas Steffen2011-10-301-0/+2
|
* Add features support to pem pluginAndreas Steffen2011-10-301-53/+58
|
* Add features support to pubkey pluginAndreas Steffen2011-10-261-6/+11
|
* Add features support to x509 pluginAndreas Steffen2011-10-261-42/+38
|
* Avoid heaps of compiler warnings due to plugin features registration.Tobias Brunner2011-10-171-2/+2
|
* Add features support to gcrypt plugin.Tobias Brunner2011-10-171-101/+74
|
* Add features support to md4 pluginAndreas Steffen2011-10-171-6/+12
|
* Don't enforce features with soft dependencies before all plugins are loadedMartin Willi2011-10-141-4/+4
|
* Don't try to load a feature again after failureMartin Willi2011-10-141-4/+28
|
* Reset registration function for each plugin during feature loadingMartin Willi2011-10-141-1/+2
|
* Add features support to fips-prf pluginMartin Willi2011-10-141-12/+13
|
* Added macro to define CUSTOM plugin featuresMartin Willi2011-10-141-0/+1
|
* Doxygen fixupsMartin Willi2011-10-142-2/+1
|
* Fixed memleak in plugin unloadingMartin Willi2011-10-141-0/+1
|
* Load features after each plugin loaded until all plugins have feature supportMartin Willi2011-10-141-4/+7
|
* Fixed compiler warningMartin Willi2011-10-141-3/+0
|
* Fixed AES key length in openssl pluginMartin Willi2011-10-141-2/+2
|
* Implemented feature unloading, moved feature registration plugin_features.cMartin Willi2011-10-143-126/+280
|
* Don't use union members directly in plugin_feature_t.Tobias Brunner2011-10-143-61/+66
|
* Unload plugins which we were not able to load any features from.Tobias Brunner2011-10-141-0/+26
|
* Fixed comment of create_plugin_enumerator.Tobias Brunner2011-10-141-3/+3
|
* Easier to understand test for soft dependencies in dependencies_satisfied.Tobias Brunner2011-10-141-2/+1
|
* Add features support to ctr pluginMartin Willi2011-10-141-19/+23
|
* Add features support to gcm pluginMartin Willi2011-10-141-17/+29
|
* Add features support to ccm pluginMartin Willi2011-10-141-30/+49
|
* Add aead plugin featuresMartin Willi2011-10-143-0/+26
|