Asynchronous API framework
[platform/core/security/key-manager.git] / src / manager / service /
2014-10-16 Maciej J. KarpiukAdd DB performance analysis tests and performance impro... 65/28865/1
2014-10-16 Maciej J. KarpiukBugfix: fix problem with missing data (large data sets... 59/28859/1
2014-10-16 yuseok.jeonModify the code location of FIPS mode setting 56/28856/1
2014-10-16 Maciej J. KarpiukAlias list returns only aliases available to the callin... 51/28851/1
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 Dongsun Leeadd HASH_NONE and NO_PADDING algo for createSignature... 43/28843/1
2014-10-16 Maciej J. KarpiukAdded DSA keys support. 42/28842/1
2014-10-16 kyungwook takFix Prevent defect about array_null 41/28841/1
2014-10-16 Dongsun LeeRemoving data of deleted application during lock state 34/28834/1
2014-10-16 Zofia AbramowskaClean up database during unlock operation. 33/28833/1
2014-10-15 Bartlomiej GrzelewskiRemove restrict mechanism. 28/28828/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 kyungwook takRemove dependency to ckm-key-provider.h.
2014-09-12 Bartlomiej GrzelewskiChange AES CBC mode into AES GCM.
2014-09-12 Bartlomiej GrzelewskiAdd new DEK to encrypt database.
2014-09-12 Bartlomiej GrzelewskiAdd additional error logs in ocsp module.
2014-09-12 Bartlomiej GrzelewskiRemove echo service.
2014-09-12 Dong Sun LeeWorkaround solution for locktype=None
2014-09-12 Bartlomiej GrzelewskiAdd api CKM::Control::removeApplicationData
2014-09-12 Bartlomiej GrzelewskiCode refactoring:
2014-09-12 Bartlomiej GrzelewskiFix implementation of exportable flag.
2014-09-12 Zofia AbramowskaTypedef password type
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 GrzelewskiRemove unused header file key-aes.h
2014-09-12 yuseok.jeonAdd API_ERROR_DB_ALIAS_UNKNOWN error handle code in...
2014-09-12 Bartlomiej GrzelewskiChange smack labels for sockets.
2014-09-12 Bartlomiej GrzelewskiReplace tabulators with spaces in ocsp.* files.
2014-09-12 Bartlomiej GrzelewskiAdd debug logs to ocsp.
2014-09-12 Bartlomiej GrzelewskiImplementation of primitives in CertificateImpl class.
2014-09-12 yuseok.jeonAdd exceptions related to control APIs
2014-09-12 Bartlomiej GrzelewskiOCSP implementation.
2014-09-12 Bartlomiej GrzelewskiAdd crypto module.
2014-09-12 Sebastian GrabowskiAdded initial version of aesCrypt and Digest modules.
2014-09-12 Bartlomiej GrzelewskiFix errors find by valgrid.
2014-09-12 Bartlomiej GrzelewskiCompilation fix for tizen.org
2014-09-12 Bartlomiej GrzelewskiImplementation of getCertificateChain.
2014-09-12 Bartlomiej GrzelewskiRename RSAPadddingAlgorithms values.
2014-09-12 Bartlomiej GrzelewskiSimpliefied public headers names.
2014-09-12 Bartlomiej GrzelewskiFunction verifySignature may take certificate alias...
2014-09-12 yuseok.jeonSplit client API into two parts(Control API and Store...
2014-09-12 Bartlomiej GrzelewskiFix createSignature/verify signature module.
2014-09-12 yuseok.jeonfix CryptoService ititialize method
2014-09-12 Radoslaw Bartosiak Service implementation.
2014-09-12 Bartlomiej GrzelewskiChange some error messages to debug.
2014-09-12 Bartlomiej GrzelewskiImplementation of getCertificateChain.
2014-09-12 yuseok.jeonAdd exceptions to OCSP module
2014-09-12 yuseok.jeonAdd exceptions to CryptoModule
2014-09-12 Bartlomiej GrzelewskiReplace deprecated auto_ptr with unique_ptr in SQLCOnne...
2014-09-12 Bartlomiej GrzelewskiChange error code names.
2014-09-12 Bartlomiej GrzelewskiFix implementation of CKMLogic::createRSAKeyPair
2014-09-12 Zofia AbramowskaTransactions
2014-09-12 Zofia AbramowskaThrow instead of return value
2014-09-12 yuseok.jeonFix initialization method of CryptoService
2014-09-12 rootFix initialization method of OCSP
2014-09-12 Bartlomiej GrzelewskiRename KEY_MANAGER_API_ERROR_DB_BAD_REQUEST.
2014-09-12 Bartlomiej GrzelewskiChange internal implementation from RSA* to EVP_PKEY.
2014-09-12 Bartlomiej GrzelewskiIntegration with CryptoService class.
2014-09-12 Zofia AbramowskaAdd label and unique alias check
2014-09-12 Bartlomiej GrzelewskiImplementation of CKMLogic::getDataList function.
2014-09-12 Bartlomiej GrzelewskiFix to db.
2014-09-12 Zofia AbramowskaAdd type check in select commands
2014-09-12 Bartlomiej GrzelewskiIntegration DBCryptoModule, KeyProvider and CKMLogic.
2014-09-12 kyungwook takMake structure containers to handle memory in key-provider
2014-09-12 Zofia AbramowskaChange return value for DBCrypto
2014-09-12 Zofia AbramowskaAdd table for storing keys per label
2014-09-12 kyungwook takModify key-provider API name 'unwrapDEK' to 'getPureDEK'
2014-09-12 Sebastian GrabowskiAdded exceptions to DBCryptoModule and DBCMAlgType...
2014-09-12 Bartlomiej GrzelewskiFix: key returned by getDomainKEK had wrong size.
2014-09-12 Sebastian GrabowskiTypo fix: initailize to initialize in ocsp.
2014-09-12 Bartlomiej GrzelewskiIntegration ckm-logic with database module.
2014-09-12 Bartlomiej GrzelewskiAdd init to FileSystem class.
2014-09-12 kyungwook takmodify key-provider on TODO sections and add exception
2014-09-12 Zofia AbramowskaAdd encrypted database support layer
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 FileSystem class.
2014-09-12 Bartlomiej GrzelewskiRemove cycle dependencies between common and client...
2014-09-12 yuseok.jeonAdd verify certificate chain function
2014-09-12 yuseok.jeonInitial Crypto Service Implementation
2014-09-12 Dongsun Leeinitial ocsp implementation
2014-09-12 Bartlomiej GrzelewskiAdd support for credentials.
2014-09-12 Sebastian GrabowskiInitial commit of DBCryptoModule
2014-09-12 Dongsun Leeremove not-used line
2014-09-12 Dong Sun LeeInitial version of OCSP 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 GrzelewskiMove pc file to build directory.
2014-09-12 Bartlomiej GrzelewskiAdd support for UserData in client library.
2014-09-12 Bartlomiej GrzelewskiService implementation.
2014-09-12 kyungwook takremove \r tags added from windows editor
2014-09-12 kyungwook takkey provider version alpha push
2014-05-30 Bartlomiej GrzelewskiAdd service for control operations.
2014-05-27 Zofia AbramowskaChange namespace
next