aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/ccm
Commit message (Collapse)AuthorAgeFilesLines
* Add a return value to crypter_t.set_key()Martin Willi2012-07-161-2/+1
|
* Add a return value to crypter_t.encryptMartin Willi2012-07-161-30/+35
|
* Add a return value to aead_t.set_key()Martin Willi2012-07-161-1/+2
|
* Add a return value to aead_t.encrypt()Martin Willi2012-07-161-1/+2
|
* Add features support to ccm pluginMartin Willi2011-10-141-30/+49
|
* Fixed common misspellings.Tobias Brunner2011-07-201-1/+1
| | | | Mostly found by 'codespell'.
* Added a (not yet implemented) plugin_t method to reload plugin configurationMartin Willi2011-04-151-0/+1
|
* Added a get_name() function to plugin_t, create_plugin_enumerator enumerates ↵Martin Willi2011-04-151-9/+18
| | | | over plugin_t
* Register algorithms with dependencies only if dependency availableMartin Willi2010-12-201-12/+23
|
* trace back crypto algorithms to the plugins that registered themAndreas Steffen2010-12-181-6/+8
|
* Implemented a ccm plugin providing CCM mode based on CBC cryptersMartin Willi2010-08-195-0/+575