Modify encryption scheme
[platform/core/security/key-manager.git] / src / manager / service / db-crypto.h
2015-10-26 Krzysztof JackiewiczModify encryption scheme 41/48541/19
2015-09-15 Krzysztof JackiewiczRevert "Add functions required during db debug." 36/47536/4
2015-09-03 Krzysztof JackiewiczAdd a tool for accessing encrypted database 51/47251/5
2015-08-24 Bartlomiej GrzelewskiAdd functions required during db debug. 53/45953/3
2015-02-17 Maciej J. KarpiukDB related classes moved into CKM::DB namespace.
2015-02-17 Maciej J. KarpiukAdd CKM database versioning with DB migration mechanism.
2015-02-17 Maciej J. KarpiukDB re-factor: added VIEW joining all tables.
2015-02-17 Maciej J. KarpiukCAPI cleanup: control "owner" removal, set_permission...
2015-02-17 Maciej J. KarpiukAdd PKCS12 support.
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 Maciej J. KarpiukAlias list returns only aliases available to the callin... 51/28851/1
2014-10-16 Maciej J. KarpiukAdd access control code to the CKM. 49/28849/1
2014-09-12 Bartlomiej GrzelewskiAdd api CKM::Control::removeApplicationData
2014-09-12 Zofia AbramowskaRemove infinite loop from SqlConnection
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 Bartlomiej GrzelewskiReplace deprecated auto_ptr with unique_ptr in SQLCOnne...
2014-09-12 Zofia AbramowskaTransactions
2014-09-12 Zofia AbramowskaThrow instead of return value
2014-09-12 Zofia AbramowskaAdd label and unique alias check
2014-09-12 Zofia AbramowskaAdd type check in select commands
2014-09-12 Zofia AbramowskaAdd table for storing keys per label
2014-09-12 Bartlomiej GrzelewskiIntegration ckm-logic with database module.