strongswan/src/libstrongswan/plugins
Martin Willi 2d56575d52 Add a return value to signer_t.set_key() 2012-07-16 14:53:33 +02:00
..
aes Add features support to aes plugin 2011-10-14 10:05:45 +02:00
af_alg Add a return value to signer_t.set_key() 2012-07-16 14:53:33 +02:00
agent Fixed return values of several functions (e.g. return FALSE for pointer types). 2012-05-31 17:39:04 +02:00
blowfish Fixed common misspellings. 2011-07-20 16:14:10 +02:00
ccm Add a return value to aead_t.set_key() 2012-07-16 14:53:32 +02:00
cmac Use mac_t and PRF and signer wrappers in cmac plugin 2012-06-25 16:35:06 +02:00
constraints Added a (not yet implemented) plugin_t method to reload plugin configuration 2011-04-15 10:07:13 +02:00
ctr Add features support to ctr plugin 2011-10-14 10:05:46 +02:00
curl Add features support to curl plugin 2011-10-14 10:05:46 +02:00
des Add features support to des plugin 2011-10-14 10:05:46 +02:00
dnskey Added features support to dnskey plugin 2011-10-30 17:57:16 +01:00
fips_prf Don't cast second argument of mem_printf_hook (%b) to size_t. 2012-03-27 09:10:34 +02:00
gcm Add a return value to aead_t.set_key() 2012-07-16 14:53:32 +02:00
gcrypt gcrypt: Register SHA1 first as HASH_PREFERRED depends on it 2012-06-27 11:31:16 +02:00
gmp Fix boolean return value if an empty RSA signature is detected in gmp plugin 2012-05-31 17:38:59 +02:00
hmac Make the hmac_t interface a generic interface for message authentication codes 2012-06-25 16:35:06 +02:00
ldap Add features support to ldap plugin 2011-10-14 10:05:46 +02:00
md4 Add features support to md4 plugin 2011-10-17 06:05:08 +02:00
md5 Removed superfluous remove_hasher() call in md5 plugin 2012-06-29 16:23:20 +02:00
mysql Add features support to mysql plugin 2011-10-14 10:05:46 +02:00
nonce Add nonce plugin implementation 2012-05-18 08:15:40 +02:00
openssl openssl: Ensure the thread ID is never zero 2012-07-03 12:02:57 +02:00
padlock Wipe memory after using key material (incomplete, to be continued) 2011-05-09 14:36:15 +02:00
pem Building CERT_ANY through PEM requires either a CERT_X509 or a CERT_PGP builder 2012-05-03 09:40:25 +02:00
pgp certificate_t->issued_by takes an argument to receive signature scheme 2012-06-12 14:24:49 +02:00
pkcs1 Log messages for PKCS1 and PEM parsing in ASN log group. 2011-12-16 16:44:38 +01:00
pkcs8 pkcs8: Initialize salt and IV properly. 2012-05-18 08:36:37 +02:00
pkcs11 Centralized thread cancellation in processor_t 2012-06-25 17:38:59 +02:00
pubkey certificate_t->issued_by takes an argument to receive signature scheme 2012-06-12 14:24:49 +02:00
random Use a single set of FDs for all random plugin RNG instances 2012-03-20 17:31:40 +01:00
revocation Add signature schemes to auth_cfg during trustchain validation 2012-06-12 14:24:49 +02:00
sha1 Add features support to sha1 plugin 2011-10-14 10:05:44 +02:00
sha2 Add features support to sha2 plugin 2011-10-14 10:05:44 +02:00
soup Add features support to soup plugin 2011-10-14 10:05:46 +02:00
sqlite Add features support to sqlite plugin 2011-10-14 10:05:45 +02:00
test_vectors Added test vectors for AES-CMAC. 2012-04-03 10:45:09 +02:00
x509 certificate_t->issued_by takes an argument to receive signature scheme 2012-06-12 14:24:49 +02:00
xcbc Use mac_t and PRF and signer wrappers in xcbc plugin 2012-06-25 16:35:06 +02:00
plugin.h Added support for plugin features 2011-10-14 10:05:44 +02:00
plugin_feature.c Added PLUGIN_NOOP to separate PLUGIN_PROVIDE from previous CALLBACK/REGISTER entries 2012-07-12 16:54:03 +02:00
plugin_feature.h Added PLUGIN_NOOP to separate PLUGIN_PROVIDE from previous CALLBACK/REGISTER entries 2012-07-12 16:54:03 +02:00
plugin_loader.c Added a method to plugin_loader_t to add 'static' plugin features 2012-06-25 17:03:07 +02:00
plugin_loader.h Added a method to plugin_loader_t to add 'static' plugin features 2012-06-25 17:03:07 +02:00