Add backend id to database scheme
[platform/core/security/key-manager.git] / tests /
2015-05-19 Krzysztof JackiewiczAdd backend id to database scheme 87/39487/5
2015-05-19 Krzysztof JackiewiczFix row comparison function in tests 92/39592/2
2015-05-08 Krzysztof JackiewiczAdd serialization of CryptoAlgorithm 10/39110/2
2015-03-19 Krzysztof JackiewiczAdd inter-service communication framework 65/37065/5
2015-02-17 Krzysztof JackiewiczFix for gcc4.8 (-ldl)
2015-02-17 Krzysztof JackiewiczLibraries reorganized to limit the number of exported...
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. KarpiukCAPI cleanup: control "owner" removal, set_permission...
2015-02-17 Maciej J. KarpiukNew DB layout: CKM_TABLE split into NAME_TABLE and...
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 Bartlomiej GrzelewskiFix build break on tizen.org platform. 67/28867/1
2014-10-16 Maciej J. KarpiukAdd DB performance analysis tests and performance impro... 65/28865/1
2014-10-16 Krzysztof JackiewiczUpdate internal tests with new exception in KeyProvider 63/28863/1
2014-10-16 Krzysztof JackiewiczWorkaround for memory garbage in SafeBuffer test 62/28862/1
2014-10-16 Maciej J. KarpiukAdd access control code to the CKM. 49/28849/1
2014-10-16 Krzysztof JackiewiczInternal tests for DescriptorSet class. 47/28847/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 kyungwook takRemove dependency to ckm-key-provider.h.
2014-09-12 Bartlomiej GrzelewskiChange AES CBC mode into AES GCM.
2014-09-12 kyungwook takFix Prevent defects in ckmc APIs
2014-09-12 Krzysztof JackiewiczAdd SafeBuffer test
2014-09-12 Bartlomiej GrzelewskiReplace std::string with CKM::Password
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 log colouring formatter for boost utf
2014-09-12 Zofia AbramowskaRewrite key provider tests
2014-09-12 Zofia AbramowskaAdd internal tests for sql and db
2014-09-12 Zofia AbramowskaPrepare test code for future additional binaries
2014-09-12 kyungwook takAdd key-manager internal test tool by using boost test...