Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a return value to crypter_t.set_key() | Martin Willi | 2012-07-16 | 1 | -2/+2 |
* | Add a return value to crypter_t.encrypt | Martin Willi | 2012-07-16 | 1 | -9/+10 |
* | Add features support to ctr plugin | Martin Willi | 2011-10-14 | 1 | -19/+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/+9 |
* | Register algorithms with dependencies only if dependency available | Martin Willi | 2010-12-20 | 1 | -5/+15 |
* | trace back crypto algorithms to the plugins that registered them | Andreas Steffen | 2010-12-18 | 1 | -2/+4 |
* | Use a seperate section for each nested struct member in INIT macro | Martin Willi | 2010-08-18 | 2 | -9/+15 |
* | Added a counter mode wrapper plugin operating on existing CBC crypters | Martin Willi | 2010-08-13 | 5 | -0/+344 |