aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/af_alg/af_alg_crypter.c
Commit message (Expand)AuthorAgeFilesLines
* Check and forward syscall errors in AF_ALGMartin Willi2012-07-161-14/+5
* Add a return value to crypter_t.set_key()Martin Willi2012-07-161-1/+2
* Add a return value to crypter_t.decrypt()Martin Willi2012-07-161-1/+2
* Add a return value to crypter_t.encryptMartin Willi2012-07-161-1/+2
* Add features support to af_alg pluginMartin Willi2011-10-141-12/+7
* Added a get_name() function to plugin_t, create_plugin_enumerator enumerates ...Martin Willi2011-04-151-2/+2
* Use an IV size of zero for DES in ECB modeMartin Willi2011-04-081-1/+1
* Added support for DES_ECB to af-alg, required for eap-mschapv2Martin Willi2011-04-051-0/+1
* printed plugin names have a hyphenAndreas Steffen2010-12-241-1/+1
* Probe for supported AF_ALG algorithms, register dynamicallyMartin Willi2010-12-201-35/+64
* Register some less common AF_ALG ciphers (cast5, serpent, twofish, blowfish)Martin Willi2010-12-201-0/+10
* Use the AF_ALG wrapper in hasher, crypter and signerMartin Willi2010-12-201-112/+15
* Implemented crypter on top of AF_ALGMartin Willi2010-12-201-0/+295