Call import & destroy on store
[platform/core/security/key-manager.git] / src / manager / service / ckm-logic.h
2015-08-12 Krzysztof JackiewiczCall import & destroy on store 92/43592/7
2015-06-27 Dongsun LeeMerge "allow all clients to access storage socket and...
2015-06-27 Dongsun LeeMerge "add a solution in case for no password set"...
2015-06-26 Krzysztof JackiewiczImplement key retrieval in encryption service 01/41801/9
2015-06-12 Bartlomiej GrzelewskiIntroduce new (much simpler) Exception type. 62/40962/5
2015-06-10 Maciej J. KarpiukAES: add generation, save, get support. 80/40380/9
2015-06-08 Maciej J. KarpiukKey generation uses CryptoAlgorithm object provided... 48/40148/3
2015-05-22 Maciej J. KarpiukAdd initial values support - values to feed the shared... 99/39299/11
2015-05-19 Bartlomiej GrzelewskiUse new classes to sign and verify messages. 63/39363/8
2015-05-15 Maciej J. KarpiukAdd system database - managed by service (uid<5000... 97/39297/4
2015-04-15 Maciej J. KarpiukReverting Tizen 2.x specific workarounds for password... 57/37857/7
2015-02-17 Bartlomiej GrzelewskiAdd support for password in Manager::getPCKS12 function.
2015-02-17 Maciej J. KarpiukDB related classes moved into CKM::DB namespace.
2015-02-17 Krzysztof JackiewiczNew certificate chain API
2015-02-17 Maciej J. KarpiukCAPI cleanup: control "owner" removal, set_permission...
2015-02-17 Bartlomiej GrzelewskiAdd transaction during password change.
2015-02-17 Maciej J. KarpiukAdd PKCS12 support.
2015-02-17 Maciej J. KarpiukC++ API change: common method for removing Alias.
2015-02-17 Maciej J. KarpiukNew DB layout: CKM_TABLE split into NAME_TABLE and...
2015-02-17 Bartlomiej GrzelewskiSimplified code in ckm-logic.
2015-02-17 Maciej J. KarpiukService denies attempt to add data using different...
2015-02-17 kyungwook takUse AliasSupport in SaveData
2015-02-17 Maciej J. KarpiukDBCrypto access control re-factor: access control moved...
2015-02-17 Maciej J. KarpiukDivide alias into name & label in getCertificateChain...
2015-02-17 Krzysztof JackiewiczAdd file lock to key-manager server
2015-02-17 Maciej J. KarpiukSplit alias at server side into pair name and label.
2015-02-17 Krzysztof JackiewiczCC mode logic updated
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...
2015-02-17 Maciej J. KarpiukAdd service-side key and certificate verification when...
2014-10-16 Maciej J. KarpiukAdd access API to the control service. 50/28850/1
2014-10-16 Maciej J. KarpiukAdd access control code to the CKM. 49/28849/1
2014-10-16 yuseok.jeonAdd additional functions related to CC mode 44/28844/1
2014-10-16 Maciej J. KarpiukAdded DSA keys support. 42/28842/1
2014-09-17 Maciej J. KarpiukClass naming scheme re-factoring: move towards better... 78/27678/1 accepted/tizen/common/20140925.172038 submit/tizen/20140925.122603
2014-09-12 Bartlomiej GrzelewskiAdd api CKM::Control::removeApplicationData
2014-09-12 Zofia AbramowskaTypedef password type
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 GrzelewskiAdd crypto module.
2014-09-12 Bartlomiej GrzelewskiFix createSignature/verify signature module.
2014-09-12 Radoslaw Bartosiak Service implementation.
2014-09-12 Bartlomiej GrzelewskiImplementation of getCertificateChain.
2014-09-12 Bartlomiej GrzelewskiChange internal implementation from RSA* to EVP_PKEY.
2014-09-12 Bartlomiej GrzelewskiIntegration with CryptoService class.
2014-09-12 Bartlomiej GrzelewskiIntegration DBCryptoModule, KeyProvider and CKMLogic.
2014-09-12 Bartlomiej GrzelewskiIntegration ckm-logic with database module.
2014-09-12 Bartlomiej GrzelewskiImplementation of Control::unlockUserKey
2014-09-12 Bartlomiej GrzelewskiChange user type identification from name to uid.
2014-09-12 Radoslaw Bartosiak Service implementation.
2014-09-12 Bartlomiej GrzelewskiAdd support for requestXXXAliasVector methods.
2014-09-12 Bartlomiej GrzelewskiAll password are stored in std::string now.
2014-09-12 Bartlomiej GrzelewskiReplace RawData with RawBuffer.
2014-09-12 Bartlomiej GrzelewskiService implementation.
2014-05-30 Bartlomiej GrzelewskiAdd service for control operations.