aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Announce openssl features only if actually supportedMartin Willi2011-10-141-16/+64
|
* Add features support to des pluginMartin Willi2011-10-141-10/+14
|
* Add features support to soup pluginMartin Willi2011-10-141-8/+13
|
* Add features support to ldap pluginMartin Willi2011-10-141-8/+13
|
* Add features support to curl pluginMartin Willi2011-10-141-16/+19
|
* Add features support to mysql pluginMartin Willi2011-10-141-6/+12
|
* Add features support to sqlite pluginMartin Willi2011-10-141-6/+12
|
* Added database and fetcher plugin featuresMartin Willi2011-10-143-10/+37
|
* Add features support to openssl pluginMartin Willi2011-10-141-141/+118
|
* Add features support to random pluginMartin Willi2011-10-141-8/+13
|
* Add features support to gmp pluginMartin Willi2011-10-141-44/+77
|
* Add features support to af_alg pluginMartin Willi2011-10-149-51/+71
|
* Add features support to xcbc pluginMartin Willi2011-10-141-24/+20
|
* Add features support to aes pluginMartin Willi2011-10-141-6/+14
|
* Add features support to hmac pluginMartin Willi2011-10-141-63/+42
|
* Add features support to md5 pluginMartin Willi2011-10-141-4/+12
|
* Add features support to sha2 pluginMartin Willi2011-10-141-12/+15
|
* Add features support to sha1 pluginMartin Willi2011-10-141-10/+14
|
* Plugin enumerator enumerates over loaded features, tooMartin Willi2011-10-142-2/+11
|