Properly cleanup on interrupt in api-test.
[platform/upstream/cryptsetup.git] / tests / api-test.c
2013-01-16 Milan BrozProperly cleanup on interrupt in api-test.
2013-01-15 Milan BrozSupport test run in kernel FIPS mode.
2013-01-08 Milan BrozWorkaround api-test compilation on some very old systems.
2012-12-29 Milan BrozChange License from GPLv2 only to GPLv2+ ("or any later").
2012-12-21 Milan BrozAdd copyright line for files I have written or modified.
2012-12-21 Milan BrozAdd crypt_keyslot_change_by_passphrase() api test.
2012-12-01 Milan BrozAdd keyfiles tcrypt test.
2012-11-30 Milan BrozAnd skip tcrypt api test if there is no af_alf kernel...
2012-11-30 Milan BrozAdd TCRYPT api test, fix some minor problems found.
2012-08-14 Milan BrozModprobe kernel modules early in api-test.
2012-07-10 Milan BrozAdd module load to test.
2012-07-09 Milan BrozAdd some verity api test.
2012-06-12 Milan BrozMerge branch 'reenc' of https://code.google.com/p/crypt...
2012-06-11 Milan BrozMerge branch 'veritysetup'
2012-06-11 Milan BrozRequire only up to last keyslot area for header device...
2012-04-02 Milan BrozVersion 1.4.2.
2012-03-29 Milan BrozAdd --keyfile-offset and --new-keyfile-offset to crypts...
2011-11-02 Milan BrozFix FSF address in license text according to
2011-10-27 Milan BrozFix crypt_get_volume_key_size() for plain device.
2011-10-26 Milan BrozSilent some extra gcc warnings in tests.
2011-10-09 Milan BrozRevert get_last_error change for test-api (crypt_init...
2011-10-09 Milan BrozAdd crypt_last_error() API call (using crypt context).
2011-09-21 Milan BrozFix some memory leaks (thanks to okozina).
2011-08-26 Milan BrozDo not allow format of already formatted context.
2011-08-26 Milan BrozEnhance check of device size before writing LUKS header.
2011-08-22 Milan BrozAdd some API test and rewrite some parts.
2011-08-02 Milan BrozAdd API tests for plain device.
2011-07-19 Milan Broz* Revert default initialisation of volume key in crypt_...
2011-07-07 Milan BrozRemove old API functions (all functions using crypt_opt...
2011-05-18 Milan BrozFix previous fix - keep API logic clean, fix cryptsetup...
2011-03-13 Milan BrozRemove not needed header.
2011-03-12 Milan BrozUse loop functions even in api test.
2011-03-10 Milan BrozAllocate free loop devices instead of using hardcoded.
2010-12-31 Milan BrozFix tests to work with all crypto backends.
2010-11-25 Milan BrozFix crypt_activate_by_keyfile() to work with PLAIN...
2010-11-15 Milan BrozFix clang warning is tests.
2010-11-14 Milan Broz* Allow to activate by internally cached volume key
2010-11-13 Milan Broz* Fix password callback call.
2010-10-29 Milan Broz* Add crypt_set_uuid() to API.
2010-10-18 Milan BrozAdd crypt_get_device_name() to API (get underlying...
2010-08-13 Milan BrozCheck if requested hash is supported before writing...
2010-08-13 Milan BrozDo not query non-existent device twice:
2010-06-03 Milan BrozFix activate_by_* API calls to handle NULL device name...
2010-05-30 Milan BrozFix (deprecated) reload device command to accept new...
2010-05-01 Milan BrozFix gcrypt detection & compatimage in api-test.
2010-05-01 Milan BrozRename apitest -> api-test.