strongswan/src/libstrongswan/crypto
Andreas Steffen 988d477145 Implemented bitspender based on the MGF1 mask generator function 2014-11-29 14:51:15 +01:00
..
crypters Add implementation of the RC2 block cipher (RFC 2268) 2013-05-08 15:02:34 +02:00
hashers Remove HASH_PREFERRED, usages are replaced with HASH_SHA1, which is required for IKEv2 anyway 2013-10-11 15:13:25 +02:00
iv iv_gen: Mask sequential IVs with a random salt 2013-10-11 15:55:40 +02:00
mgf1 Implemented bitspender based on the MGF1 mask generator function 2014-11-29 14:51:15 +01:00
prfs apidoc: Move mac_prf to prf Doxygen group 2013-10-11 15:55:40 +02:00
proposal proposal: Add possibility to register custom proposal keyword parser 2014-01-20 16:40:34 +01:00
rngs Avoid problems with Doxygen by adding warn_unused_result attribute at the end of method signatures 2012-08-11 16:48:09 +02:00
signers Added missing string for full-length HMAC-SHA512 signer 2013-06-10 11:48:18 +02:00
aead.c iv_gen: aead_t implementations provide an IV generator 2013-10-11 15:55:40 +02:00
aead.h aead: Support custom AEAD salt sizes 2014-03-31 15:56:12 +02:00
crypto_factory.c crypto-factory: Only sort RNGs by algorithm identifier 2014-06-20 16:21:55 +02:00
crypto_factory.h aead: Support custom AEAD salt sizes 2014-03-31 15:56:12 +02:00
crypto_tester.c windows: Check for clock_gettime() function itself as well 2014-06-04 15:53:05 +02:00
crypto_tester.h aead: Support custom AEAD salt sizes 2014-03-31 15:56:12 +02:00
diffie_hellman.c diffie-hellman: Explicitly initialize DH exponent sizes during initialization 2014-08-25 09:43:29 +02:00
diffie_hellman.h diffie-hellman: Explicitly initialize DH exponent sizes during initialization 2014-08-25 09:43:29 +02:00
mac.h Avoid problems with Doxygen by adding warn_unused_result attribute at the end of method signatures 2012-08-11 16:48:09 +02:00
nonce_gen.h Fixed some typos, courtesy of codespell 2012-12-20 09:35:26 +01:00
pkcs5.c pkcs5: Add missing break statements when checking crypto primitives 2013-07-24 16:17:22 +02:00
pkcs5.h Extract PKCS#5 handling from pkcs8 plugin to separate helper class 2013-05-08 14:53:08 +02:00
prf_plus.c Add a return value to prf_t.get_bytes() 2012-07-16 14:53:33 +02:00
prf_plus.h Avoid problems with Doxygen by adding warn_unused_result attribute at the end of method signatures 2012-08-11 16:48:09 +02:00
transform.c Added algorithm lookup via kernel_interface_t to the various kernel interfaces 2012-09-13 15:48:49 +02:00
transform.h enum: Don't directly include enum.h 2014-05-16 15:42:07 +02:00