Update parameter list API
[platform/core/security/key-manager.git] / src / include /
2015-06-10 Krzysztof JackiewiczUpdate parameter list API 48/40748/4
2015-06-10 Maciej J. KarpiukAES: add generation, save, get support. 80/40380/9
2015-06-09 Krzysztof JackiewiczAES key creation API 95/39295/5
2015-06-08 Maciej J. KarpiukKey generation uses CryptoAlgorithm object provided... 48/40148/3
2015-06-08 Krzysztof JackiewiczImplement encryption/decryption API 52/40052/8
2015-06-08 Krzysztof JackiewiczAlgorithm types and param names updated 03/40003/5
2015-06-08 Krzysztof JackiewiczEncryption/decryption API 96/39296/10
2015-05-28 Krzysztof JackiewiczMake CryptoAlgorithm copyable. 51/40051/2
2015-05-19 Bartlomiej GrzelewskiUse new classes to sign and verify messages. 63/39363/8
2015-05-19 Krzysztof JackiewiczSimplify CryptoAlgorithm interface 01/39501/4
2015-05-15 Maciej J. KarpiukAdd system database - managed by service (uid<5000... 97/39297/4
2015-05-08 Krzysztof JackiewiczAdd classes for algorithm parameters 57/39057/3
2015-04-13 Maciej J. KarpiukKey Manager tizen.org session and user management 63/37263/11
2015-03-04 yuseok.jeonModify APIs and doxygen to meet ACR(TIZEN 2.4) requirement 57/36257/1
2015-03-04 Bartlomiej GrzelewskiFix description in ckmc-manager.h 56/36256/1
2015-02-17 Bartlomiej GrzelewskiChange parameters of ckmc_get_pkcs12 function.
2015-02-17 Bartlomiej GrzelewskiAdd support for password in Manager::getPCKS12 function.
2015-02-17 kyungwook takSymbol visibility changed from default to hidden.
2015-02-17 Bartlomiej GrzelewskiAdd support for new error code in ckmc API
2015-02-17 Bartlomiej GrzelewskiReplace error codes with exceptions in FileSystem module.
2015-02-17 Krzysztof JackiewiczCertificate chain in OCSP is assumed to be valid
2015-02-17 Krzysztof JackiewiczAdd line wrapping and fix formatting in C API
2015-02-17 Krzysztof JackiewiczRemove deprecated C++ API for certificate chains
2015-02-17 Krzysztof JackiewiczNew certificate chain API
2015-02-17 kyungwook takAdd OCSP check CAPI
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. KarpiukC++ API change: common method for removing Alias.
2015-02-17 Bartlomiej GrzelewskiSimplified code in ckm-logic.
2015-02-17 Maciej J. KarpiukDBCrypto access control re-factor: access control moved...
2015-02-17 Maciej J. KarpiukMinor re-factoring: boost::vector replaced with std...
2015-02-17 VBSRemove duplicated error explanations
2015-02-17 yuseokRemove doxygen warning
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...
2014-10-16 Krzysztof JackiewiczAsync API stubs 39/29039/1
2014-10-16 Krzysztof JackiewiczAsynchronous API framework 37/29037/1
2014-10-16 yuseok.jeonAdd missing return value explanations in doxygen 64/28864/1
2014-10-16 yuseok.jeonModify the explanation of access control APIs in the... 57/28857/1
2014-10-16 yuseok.jeonAdd missing explanation of return value in doxygen 53/28853/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 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 yuseok.jeonAdd missing words in doxygen 40/28840/1
2014-10-16 yuseok.jeonFix doxygen about unnecessary references of internal... 37/28837/1
2014-10-16 Dongsun Leechange privilege level into non-privilege for ckmc... 36/28836/1
2014-10-16 yuseok.jeonFix doxygen documents about removing restrict mechanism 31/28831/1
2014-10-15 Bartlomiej GrzelewskiRemove restrict mechanism. 28/28828/1
2014-09-16 Maciej J. KarpiukAdded base error code declaration. 92/27592/3
2014-09-12 Bartlomiej GrzelewskiChange AES CBC mode into AES GCM.
2014-09-12 Bartlomiej GrzelewskiImplementation of PKCS12 class.
2014-09-12 yuseok.jeonFix doxygen documents
2014-09-12 Dong Sun Leefix doxygen documents for struct
2014-09-12 Bartlomiej GrzelewskiRemove echo service.
2014-09-12 Bartlomiej GrzelewskiAdd api CKM::Control::removeApplicationData
2014-09-12 kyungwook takFix comments for doxygen
2014-09-12 Bartlomiej GrzelewskiCode refactoring:
2014-09-12 yuseok.jeonApply TIZEN_ERROR_KEY_MANAGER value of tizen.error.h
2014-09-12 yuseok.jeonFix doc related to exportable flag
2014-09-12 Bartlomiej GrzelewskiFix implementation of exportable flag.
2014-09-12 Bartlomiej GrzelewskiReplace std::string with CKM::Password
2014-09-12 Zofia AbramowskaTypedef password type
2014-09-12 Dong Sun Leeerror names changed for tizen common error
2014-09-12 Dong Sun Leechanged to tizen compatible error type
2014-09-12 yuseok.jeonReflect ACR comments for enum and struct in core API
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 Dong Sun Leesplit doxygen module into 3 sub modules
2014-09-12 Dong Sun Leeadd doc directory for doxygen
2014-09-12 Bartlomiej GrzelewskiImplementation of primitives in CertificateImpl class.
2014-09-12 yuseok.jeonFix names of C language client APIs
2014-09-12 Bartlomiej GrzelewskiOCSP implementation.
2014-09-12 yuseok.jeonAdd explanations of C client APIs
2014-09-12 yuseok.jeonFix C language APIs of client
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 yuseok.jeonAdd C language APIs of client
2014-09-12 Bartlomiej GrzelewskiRename RSAPadddingAlgorithms values.
2014-09-12 Bartlomiej GrzelewskiSimpliefied public headers names.
2014-09-12 yuseok.jeonSplit client API into two parts(Control API and Store...
2014-09-12 Bartlomiej GrzelewskiRemove function strictCAcheck.
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 Sebastian GrabowskiAdded exceptions to DBCryptoModule and DBCMAlgType...
2014-09-12 Zofia AbramowskaChange DBCrypto return type
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.
next