aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/crypt_burn.c
Commit message (Collapse)AuthorAgeFilesLines
* plugin-loader: Removed unused path argument of load() methodTobias Brunner2013-06-281-1/+1
| | | | | Multiple additional search paths can be added with the add_path() method.
* crypt_burn: Proper cleanupTobias Brunner2013-03-251-0/+2
|
* crypt_burn: Fix loop condition for regular cryptersTobias Brunner2013-03-251-1/+1
|
* Added possibility to register custom proposal keywordsTobias Brunner2012-09-131-2/+1
| | | | Keyword lookup and registration are handled via the new lib->proposal object.
* Removed len argument from proposal_get_token()Tobias Brunner2012-09-131-1/+1
| | | | Also use enumerators instead of lexparser.h to parse proposal strings.
* Add a return value to crypter_t.decrypt()Martin Willi2012-07-161-3/+6
|
* Add a return value to crypter_t.encryptMartin Willi2012-07-161-3/+6
|
* Add a return value to aead_t.encrypt()Martin Willi2012-07-161-2/+6
|
* Added GPL header to scriptsTobias Brunner2012-06-291-0/+14
|
* Fixed return values of several functions (e.g. return FALSE for pointer types).Tobias Brunner2012-05-311-1/+1
|
* Added a crypto transform stress test for profilingMartin Willi2010-08-191-0/+102