Makefile: Add security compiling option (RELRO, SC, and FORTIFY)
[platform/upstream/cryptsetup.git] / tests / api-test.c
2023-07-20 Stanislaw WadasMerge branch 'upstream' into tizen 54/296154/1
2023-07-20 Stanislaw WadasImported Upstream version 2.6.1 upstream upstream/2.6.1
2023-02-17 Karol LewandowskiMerge "Merge branch 'upstream' into tizen" into tizen accepted/tizen/unified/20230222.161516
2023-02-16 Karol LewandowskiMerge branch 'upstream' into tizen 53/288453/1
2023-02-16 Karol LewandowskiImported Upstream version 2.3.7 upstream/2.3.7
2020-07-24 Karol LewandowskiMerge branch 'upstream' into tizen 35/239435/1
2020-07-24 Karol LewandowskiImported Upstream version 2.3.3 30/239430/1 upstream/2.3.3
2016-05-11 Kichan KwonMerge branch 'upstream' into tizen 92/68992/2 accepted/tizen/common/20160511.142311 accepted/tizen/common/20160615.193838 accepted/tizen/common/20160703.130057 accepted/tizen/ivi/20160630.003148 accepted/tizen/mobile/20160616.003449 accepted/tizen/mobile/20160630.003051 accepted/tizen/tv/20160630.003132 accepted/tizen/wearable/20160616.003444 accepted/tizen/wearable/20160630.003102 submit/accepted/tizen_common/20160629.063515 submit/tizen/20160511.074559 submit/tizen/20160615.114239 submit/tizen/20160629.063625 submit/tizen/20160725.050606
2016-05-11 Kichan KwonImported Upstream version 1.6.7 91/68991/1 upstream/1.6.7
2016-05-10 KwonRevert "Imported upstream version 1.6.7" 41/68941/1
2016-05-10 Kichan KwonImported upstream version 1.6.7 63/68863/1
2013-08-04 Milan BrozVersion 1.6.2.
2013-03-24 Milan BrozUpdate copyright year on changed files.
2013-03-17 Milan BrozDeactivate whole device TCRYPT tree if context is NULL
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.