aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/crypt_burn.c
Commit message (Collapse)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
| | | | | | | | | The salt, or often called implicit nonce, varies between AEAD algorithms and their use in protocols. For IKE and ESP, GCM uses 4 bytes, while CCM uses 3 bytes. With TLS, however, AEAD mode uses 4 bytes for both GCM and CCM. Our GCM backends currently support 4 bytes and CCM 3 bytes only. This is fine until we go for CCM mode support in TLS, which requires 4 byte nonces.
* lib: Add global config namespaceTobias Brunner2014-02-121-1/+1
|
* 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