Asynchronous API framework
[platform/core/security/key-manager.git] / src / manager / client /
2014-10-16 Krzysztof JackiewiczAdd exception wrapper for async API functions 61/28861/1
2014-10-16 Krzysztof JackiewiczMove SockRAII declaration to header file 60/28860/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 Krzysztof JackiewiczAdd access control API stub 48/28848/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-26 Krzysztof JackiewiczFix buildbreak on wayland x86_64 14/28114/2 accepted/tizen_3.0.2014.q3_common accepted/tizen_3.0.m14.3_ivi tizen_3.0.2014.q3_common tizen_3.0.m14.3_ivi accepted/tizen/common/20140926.144326 accepted/tizen/ivi/20141006.083203 submit/tizen/20140926.142609 submit/tizen_mobile/20141120.000000 tizen_3.0.2014.q3_common_release tizen_3.0.m14.3_ivi_release
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 Krzysztof JackiewiczMake socket connection function available
2014-09-12 Bartlomiej GrzelewskiFix implementation create methods.
2014-09-12 Bartlomiej GrzelewskiRemove echo service.
2014-09-12 Bartlomiej GrzelewskiAdd api CKM::Control::removeApplicationData
2014-09-12 kyungwook takFix duplicated sendToServer code in reset_user_password...
2014-09-12 Bartlomiej GrzelewskiCode refactoring:
2014-09-12 yuseok.jeonFix doc related to exportable flag
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 GrzelewskiReplace private implemetation with interface.
2014-09-12 yuseok.jeonAdd exceptions related to control APIs
2014-09-12 Bartlomiej GrzelewskiOCSP implementation.
2014-09-12 Bartlomiej GrzelewskiFix errors find by valgrid.
2014-09-12 Dong Sun Leemake use of C++ error in C API
2014-09-12 Bartlomiej GrzelewskiRemove all namespaces from ckm-error.h header.
2014-09-12 Bartlomiej GrzelewskiImplementation of getCertificateChain.
2014-09-12 Bartlomiej GrzelewskiSimpliefied public headers names.
2014-09-12 Bartlomiej GrzelewskiChange log tag to CKM.
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 Bartlomiej GrzelewskiAdd openssl initialization in client library.
2014-09-12 Radoslaw Bartosiak Service implementation.
2014-09-12 Bartlomiej GrzelewskiImplementation of getCertificateChain.
2014-09-12 Bartlomiej GrzelewskiChange error code names.
2014-09-12 Bartlomiej GrzelewskiFix errors in client.
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 GrzelewskiIntegration DBCryptoModule, KeyProvider and CKMLogic.
2014-09-12 Bartlomiej GrzelewskiAdd missing error descriptions in clinet-error.cpp
2014-09-12 Bartlomiej GrzelewskiIntegration ckm-logic with database module.
2014-09-12 Bartlomiej GrzelewskiAdd method const char* ErrorToString(int error)
2014-09-12 Bartlomiej GrzelewskiBuild break fix.
2014-09-12 Bartlomiej GrzelewskiChange user type identification from name to uid.
2014-09-12 Radoslaw Bartosiak Service implementation.
2014-09-12 Bartlomiej GrzelewskiRemove cycle dependencies between common and client...
2014-09-12 Bartlomiej GrzelewskiRevert "key and cert impls are moved back to cient...
2014-09-12 Dongsun Leekey and cert impls are moved back to cient directory
2014-09-12 Dongsun Leeclient-key, client-key-impl, client-certificate, and...
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 GrzelewskiAdd support for UserData in client library.
2014-09-12 Bartlomiej GrzelewskiAdd support for certificates.
2014-09-12 Bartlomiej GrzelewskiService implementation.
2014-05-30 Bartlomiej GrzelewskiAdd Manager Implementation.
2014-05-30 Bartlomiej GrzelewskiImplementation of Key class.
2014-05-30 Bartlomiej GrzelewskiAdd service for control operations.
2014-05-27 Zofia AbramowskaChange namespace
2014-05-27 kyungwook takfix build error about include file name
2014-05-26 Bartlomiej GrzelewskiAdd header files.
2014-05-22 Zofia AbramowskaAdd Echo service
2014-05-22 Zofia AbramowskaInitial commit