aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/crypt_burn.c
Commit message (Expand)AuthorAgeFilesLines
* crypt-burn: free() associated data after testMartin Willi2015-05-041-0/+1
* crypt-burn: Support burning signersMartin Willi2015-04-151-0/+53
* crypt-burn: Add a encryption buffer command line argumentMartin Willi2015-04-151-9/+14
* crypt-burn: Set a defined key, as some backends require thatMartin Willi2015-04-151-4/+10
* crypt-burn: Refactor to separate burn methodsMartin Willi2015-04-151-74/+116
* crypt-burn: Accept a PLUGINS env var to configure plugins to loadMartin Willi2015-04-151-3/+2
* aead: Support custom AEAD salt sizesMartin Willi2014-03-311-1/+1
* lib: Add global config namespaceTobias Brunner2014-02-121-1/+1
* plugin-loader: Removed unused path argument of load() methodTobias Brunner2013-06-281-1/+1
* 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
* Removed len argument from proposal_get_token()Tobias Brunner2012-09-131-1/+1
* 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