Split alias at server side into pair name and label.
[platform/core/security/key-manager.git] / tests /
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...