Fix build break with boost 1.71.0
[platform/core/security/key-manager.git] / tests / test_db_crypto.cpp
2018-08-28 Krzysztof JackiewiczUnify alias naming 21/184821/6
2016-04-18 Kyungwook TakCoding style applied according to style checker 95/62595/7 accepted/tizen/common/20160418.142113 accepted/tizen/ivi/20160418.235747 accepted/tizen/mobile/20160418.235742 accepted/tizen/tv/20160418.235750 accepted/tizen/wearable/20160418.235737 submit/tizen/20160418.104308
2016-03-11 Kyungwook TakFix SVACE defects 36/61936/1
2016-01-14 Krzysztof JackiewiczGet dir locations from environment 19/56619/10
2016-01-04 Kyungwook TakAdd license header on tests srcs 87/56087/2
2015-05-19 Krzysztof JackiewiczAdd backend id to database scheme 87/39487/5
2015-02-17 Maciej J. KarpiukDB related classes moved into CKM::DB namespace.
2015-02-17 Krzysztof JackiewiczFix logs in internal tests
2015-02-17 Maciej J. KarpiukAdd CKM database versioning with DB migration mechanism.
2015-02-17 Maciej J. KarpiukDBCrypto access control re-factor: access control moved...
2015-02-17 Maciej J. KarpiukSplit alias at server side into pair name and label.
2015-02-17 Bartlomiej GrzelewskiRevert "Alias is not unique user-wide: (alias, label...
2015-02-17 Maciej J. KarpiukAlias is not unique user-wide: (alias, label) pair...
2014-10-16 Maciej J. KarpiukAdd DB performance analysis tests and performance impro... 65/28865/1
2014-10-16 Maciej J. KarpiukAdd access control code to the CKM. 49/28849/1
2014-10-16 Maciej J. KarpiukFixed ckm internal db_crypto test - tag is now mandatory. 38/28838/1
2014-10-15 Bartlomiej GrzelewskiRemove restrict mechanism. 28/28828/1
2014-09-12 Bartlomiej GrzelewskiChange AES CBC mode into AES GCM.
2014-09-12 kyungwook takFix Prevent defects in ckmc APIs
2014-09-12 Zofia AbramowskaRewrite checking if row exists when deleting from db
2014-09-12 Bartlomiej GrzelewskiUse SafeBuffer in C++ api. Rename SafeBuffer to RawBuffer.
2014-09-12 Bartlomiej GrzelewskiChange RawBuffer into SafeBuffer.
2014-09-12 Zofia AbramowskaAdd internal tests for sql and db