aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/ctr
Commit message (Collapse)AuthorAgeFilesLines
* Use standard unsigned integer typesAndreas Steffen2016-03-241-1/+1
|
* plugins: Don't link with -rdynamic on WindowsMartin Willi2014-06-041-1/+1
|
* automake: replace INCLUDES by AM_CPPFLAGSMartin Willi2013-07-181-3/+4
| | | | | | INCLUDES are now deprecated and throw warnings when using automake 1.13. We now also differentiate AM_CPPFLAGS and AM_CFLAGS, where includes and defines are passed to AM_CPPFLAGS only.
* Add a return value to crypter_t.set_key()Martin Willi2012-07-161-2/+2
|
* Add a return value to crypter_t.encryptMartin Willi2012-07-161-9/+10
|
* Add features support to ctr pluginMartin Willi2011-10-141-19/+23
|
* 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-4/+9
| | | | over plugin_t
* Register algorithms with dependencies only if dependency availableMartin Willi2010-12-201-5/+15
|
* trace back crypto algorithms to the plugins that registered themAndreas Steffen2010-12-181-2/+4
|
* Use a seperate section for each nested struct member in INIT macroMartin Willi2010-08-182-9/+15
|
* Added a counter mode wrapper plugin operating on existing CBC cryptersMartin Willi2010-08-135-0/+344