Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | af-alg: Silently skip probing algorithms if AF_ALG is not supported | Martin Willi | 2016-05-19 | 1 | -0/+19 |
| | | | | | | If the af-alg plugin is enabled, but kernel support is missing, we get an error line during startup for each probed algorithm. This is way too verbose, so just skip probing if AF_ALG is unsupported. | ||||
* | Add features support to af_alg plugin | Martin Willi | 2011-10-14 | 1 | -15/+23 |
| | |||||
* | Added a (not yet implemented) plugin_t method to reload plugin configuration | Martin Willi | 2011-04-15 | 1 | -0/+1 |
| | |||||
* | Added a get_name() function to plugin_t, create_plugin_enumerator enumerates ↵ | Martin Willi | 2011-04-15 | 1 | -4/+11 |
| | | | | over plugin_t | ||||
* | Probe for supported AF_ALG algorithms, register dynamically | Martin Willi | 2010-12-20 | 1 | -77/+4 |
| | |||||
* | Register some less common AF_ALG ciphers (cast5, serpent, twofish, blowfish) | Martin Willi | 2010-12-20 | 1 | -0/+8 |
| | |||||
* | Implemented PRFs using AF_ALG | Martin Willi | 2010-12-20 | 1 | -0/+18 |
| | |||||
* | Implemented crypter on top of AF_ALG | Martin Willi | 2010-12-20 | 1 | -0/+16 |
| | |||||
* | Implemented signer interface using AF_ALG | Martin Willi | 2010-12-20 | 1 | -0/+30 |
| | |||||
* | Implemented hasher based on AF_ALG | Martin Willi | 2010-12-20 | 1 | -0/+20 |
| | |||||
* | Added plugin stub for AF_ALG | Martin Willi | 2010-12-20 | 1 | -0/+55 |