strongswan/src/libstrongswan/plugins
Martin Willi 324b90cc46 openssl: RAND_pseudo_bytes() returns 0 if bytes are not cryptographically strong
For our purposes with RNG_WEAK this is fine, so accept a zero return value.
2013-07-04 11:09:54 +02:00
..
aes Add a return value to crypter_t.set_key() 2012-07-16 14:53:38 +02:00
af_alg af-alg: fix number of signers after adding untruncated HMAC-SHA-512 (1f2a34d6) 2013-05-15 17:20:36 +02:00
agent agent: Use sshkey plugin to parse keys, adds support for ECDSA 2013-05-07 17:08:31 +02:00
blowfish blowfish: Use plugin features to properly register crypter 2013-06-11 11:18:18 +02:00
ccm Order of arguments in Doxygen comment fixed 2013-02-28 18:17:42 +01:00
cmac Moved debug.[ch] to utils folder 2012-10-24 16:00:51 +02:00
constraints constraints: Use plugin features with soft dependency on X.509 decoding 2013-06-11 11:18:18 +02:00
ctr Add a return value to crypter_t.set_key() 2012-07-16 14:53:38 +02:00
curl curl: add an option to fetch bound to a local source address 2013-06-11 15:54:26 +02:00
des Add a return value to crypter_t.set_key() 2012-07-16 14:53:38 +02:00
dnskey Make some private functions in plugins static 2013-03-27 07:32:55 +01:00
fips_prf Moved debug.[ch] to utils folder 2012-10-24 16:00:51 +02:00
gcm Order of arguments in Doxygen comment fixed 2013-02-28 18:17:42 +01:00
gcrypt Moved debug.[ch] to utils folder 2012-10-24 16:00:51 +02:00
gmp Fixed some typos, courtesy of codespell 2012-12-20 09:35:26 +01:00
hmac Add support for untruncated HMAC-SHA-512 2013-05-08 15:02:39 +02:00
ldap Moved debug.[ch] to utils folder 2012-10-24 16:00:51 +02:00
md4 Add a return value to hasher_t.reset() 2012-07-16 14:55:06 +02:00
md5 Add a return value to hasher_t.reset() 2012-07-16 14:55:06 +02:00
mysql Properly cleanup libmysql 2013-03-19 16:33:07 +01:00
nonce Moved debug.[ch] to utils folder 2012-10-24 16:00:51 +02:00
openssl openssl: RAND_pseudo_bytes() returns 0 if bytes are not cryptographically strong 2013-07-04 11:09:54 +02:00
padlock padlock: Use plugin features to properly register algorithms 2013-06-11 11:18:18 +02:00
pem PEM plugin loads PKCS#12 containers from (DER-encoded) files 2013-05-08 15:02:40 +02:00
pgp Moved debug.[ch] to utils folder 2012-10-24 16:00:51 +02:00
pkcs1 Make some private functions in plugins static 2013-03-27 07:32:55 +01:00
pkcs7 Add support for PKCS#7/CMS encrypted-data 2013-05-08 15:02:39 +02:00
pkcs8 Register PKCS#8 builder for KEY_ANY 2013-05-08 15:02:39 +02:00
pkcs11 pkcs11: Use plugin_features_add() in get_features() 2013-06-11 11:18:18 +02:00
pkcs12 Add pkcs12 plugin which adds support for decoding PKCS#12 containers 2013-05-08 15:02:39 +02:00
pubkey pubkey: Improve comparison of raw public key certificate objects 2013-06-21 10:02:25 +02:00
random Moved debug.[ch] to utils folder 2012-10-24 16:00:51 +02:00
rc2 Add implementation of the RC2 block cipher (RFC 2268) 2013-05-08 15:02:34 +02:00
rdrand Fix Doxygen comment for rdrand plugin 2013-01-31 12:11:37 +01:00
revocation revocation: Use plugin features with soft dependencies on fetcher and en-/decoding 2013-06-11 11:18:18 +02:00
sha1 Add a return value to hasher_t.reset() 2012-07-16 14:55:06 +02:00
sha2 Add a return value to hasher_t.reset() 2012-07-16 14:55:06 +02:00
soup g_thread_init() is deprecated since Glib 2.23 2013-01-24 19:13:40 +01:00
sqlite issue warning if sqlite finalize is missing 2012-10-26 13:22:02 +02:00
sshkey sshkey: Add support for ECDSA keys 2013-05-07 17:08:31 +02:00
test_vectors test-vectors: Use plugin features 2013-06-11 11:18:18 +02:00
unbound unbound: Use plugin features and provide RESOLVER 2013-06-11 11:18:18 +02:00
x509 certificate_t.has_subject() matches for certificate serialNumber 2012-12-19 10:32:07 +01:00
xcbc Moved debug.[ch] to utils folder 2012-10-24 16:00:51 +02:00
plugin.h Added support for plugin features 2011-10-14 10:05:44 +02:00
plugin_feature.c plugin-feature: Add feature for DNSSEC-enabled resolvers 2013-06-11 11:18:18 +02:00
plugin_feature.h plugin-feature: Added helper function to extend arrays of plugin features 2013-06-11 11:18:18 +02:00
plugin_loader.c plugin-loader: Removed unused path argument of load() method 2013-06-28 10:44:15 +02:00
plugin_loader.h plugin-loader: Removed unused path argument of load() method 2013-06-28 10:44:15 +02:00