summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-05-15Move Token from CKM::Crypto to CKM namespace.Bartlomiej Grzelewski21-270/+354
2015-05-15Add system database - managed by service (uid<5000) users, accessible by priv...Maciej J. Karpiuk11-205/+435
2015-05-13Add implementation for sign and verify operation.Bartlomiej Grzelewski4-11/+779
2015-05-12New class hierarchy (multiple backends support).Bartlomiej Grzelewski18-31/+588
2015-05-08Add serialization of CryptoAlgorithmKrzysztof Jackiewicz2-0/+75
2015-05-08Add classes for algorithm parametersKrzysztof Jackiewicz3-0/+133
2015-04-15Reverting Tizen 2.x specific workarounds for password change/authtype==none.Maciej J. Karpiuk5-125/+11
2015-04-15bugfix: minor memory corruption. Internal tests work.Maciej J. Karpiuk1-1/+1
2015-04-13Key Manager tizen.org session and user managementMaciej J. Karpiuk4-2/+205
2015-03-25Simplify implementation of ServiceThreadBartlomiej Grzelewski8-150/+147
2015-03-19Add inter-service communication frameworkKrzysztof Jackiewicz1-0/+97
2015-03-04Optimize openssl initializationKrzysztof Jackiewicz1-5/+34
2015-03-04Modify APIs and doxygen to meet ACR(TIZEN 2.4) requirementyuseok.jeon4-68/+72
2015-03-04Fix description in ckmc-manager.hBartlomiej Grzelewski1-3/+19
2015-02-24Globals in LogSystem adjusted to use in lib constructorKrzysztof Jackiewicz2-18/+22
2015-02-24Fix serialization implementation to support 32 and 64 platform.Bartlomiej Grzelewski1-114/+103
2015-02-17Change parameters of ckmc_get_pkcs12 function.Bartlomiej Grzelewski2-24/+31
2015-02-17Use _toCkmCertificateVector in pkcs12 client CAPIskyungwook tak1-26/+2
2015-02-17Add support for password in Manager::getPCKS12 function.Bartlomiej Grzelewski10-17/+59
2015-02-17unlock with password when resetPassword called in case of first start of devicekyungwook tak1-1/+5
2015-02-17Fix for gcc4.8 (-ldl)Krzysztof Jackiewicz1-1/+1
2015-02-17Common logging setup for client and serviceKrzysztof Jackiewicz6-29/+203
2015-02-17Libraries reorganized to limit the number of exported symbolsKrzysztof Jackiewicz33-663/+105
2015-02-17Add support for AUTHENTICATION_FAILED code in getData function.Bartlomiej Grzelewski1-0/+12
2015-02-17Symbol visibility changed from default to hidden.kyungwook tak38-72/+130
2015-02-17Add support for new error code in ckmc APIBartlomiej Grzelewski2-0/+3
2015-02-17Deprecated access control API fixed - proper mapping to permissions.Maciej J. Karpiuk4-2/+31
2015-02-17DB related classes moved into CKM::DB namespace.Maciej J. Karpiuk19-369/+378
2015-02-17Add file, line & function information to journald logKrzysztof Jackiewicz2-11/+22
2015-02-17Remove unused key-manager-util.*Krzysztof Jackiewicz5-238/+0
2015-02-17Fix LogSystemSingleton issueKrzysztof Jackiewicz3-8/+2
2015-02-17Add CKM database versioning with DB migration mechanism.Maciej J. Karpiuk2-80/+217
2015-02-17Replace error codes with exceptions in FileSystem module.Bartlomiej Grzelewski5-45/+115
2015-02-17Certificate chain in OCSP is assumed to be validKrzysztof Jackiewicz5-20/+71
2015-02-17Simplify conversion from RawBuffer to C API objectsKrzysztof Jackiewicz1-17/+12
2015-02-17Vconf key used only when sec_product_feature_mdfpp_state_enable 1kyungwook tak3-10/+24
2015-02-17Add line wrapping and fix formatting in C APIKrzysztof Jackiewicz3-138/+304
2015-02-17Remove deprecated C++ API for certificate chainsKrzysztof Jackiewicz5-81/+0
2015-02-17New certificate chain APIKrzysztof Jackiewicz16-246/+739
2015-02-17Fix error connected with url parsing in ocsp module.Bartlomiej Grzelewski1-0/+1
2015-02-17Fix label-related logic during permission settingKrzysztof Jackiewicz1-7/+14
2015-02-17Add OCSP check CAPIkyungwook tak6-53/+142
2015-02-17Create bioLogger in OCSP module.Bartlomiej Grzelewski1-16/+28
2015-02-17DB re-factor: added VIEW joining all tables.Maciej J. Karpiuk5-79/+101
2015-02-17CAPI cleanup: control "owner" removal, set_permission replaces allow_access.Maciej J. Karpiuk24-178/+251
2015-02-17fix for x509 cert chain verification (stric flag added when CC Mode enabled)yuseok.jeon5-218/+10
2015-02-17Add transaction during password change.Bartlomiej Grzelewski5-22/+135
2015-02-17Fix macro definition which is not following grammarkyungwook tak1-1/+1
2015-02-17Add PKCS12 support.Maciej J. Karpiuk25-157/+1386
2015-02-17Prevent desynchronization in "battery remove test".Bartlomiej Grzelewski2-5/+13