Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added a get_name() function to plugin_t, create_plugin_enumerator enumerates ... | Martin Willi | 2011-04-15 | 1 | -2/+2 |
* | Use an IV size of zero for DES in ECB mode | Martin Willi | 2011-04-08 | 1 | -1/+1 |
* | Added support for DES_ECB to af-alg, required for eap-mschapv2 | Martin Willi | 2011-04-05 | 1 | -0/+1 |
* | printed plugin names have a hyphen | Andreas Steffen | 2010-12-24 | 1 | -1/+1 |
* | Probe for supported AF_ALG algorithms, register dynamically | Martin Willi | 2010-12-20 | 1 | -35/+64 |
* | Register some less common AF_ALG ciphers (cast5, serpent, twofish, blowfish) | Martin Willi | 2010-12-20 | 1 | -0/+10 |
* | Use the AF_ALG wrapper in hasher, crypter and signer | Martin Willi | 2010-12-20 | 1 | -112/+15 |
* | Implemented crypter on top of AF_ALG | Martin Willi | 2010-12-20 | 1 | -0/+295 |