summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)AuthorFilesLines
2015-11-25Detailed documentation for encryption/decryption APIKrzysztof Jackiewicz2-18/+54
2015-10-15[ACR-429]Remove/Deprecated get cert chain with aliasKyungwook Tak1-52/+2
2015-10-14Remove symbol : ckmc_label_shared_ownerKyungwook Tak1-15/+0
2015-10-14Fix API description of set param functionsKyungwook Tak1-2/+2
2015-10-13Adjust API change request review resultKyungwook Tak2-185/+172
2015-10-01Privilege are changed for ACRDongsun Lee2-70/+41
2015-09-23API refactoring.Bartlomiej Grzelewski1-42/+50
2015-08-25Replace smack label with pkgId.Bartlomiej Grzelewski1-0/+31
2015-08-25Check platform feature(network) before check ocspKyungwook Tak3-0/+5
2015-08-25Fix ckmc headers grammarKyungwook Tak4-171/+210
2015-08-25Remove temporary defined TIZEN_ERROR_KEY_MANAGERKyungwook Tak1-9/+0
2015-08-25Remove useless API : ckmc_remove_pkcs12Kyungwook Tak1-32/+0
2015-07-28Implement asynchronous encryption/decryption APIKrzysztof Jackiewicz1-1/+18
2015-07-01Add algorithm param validationKrzysztof Jackiewicz2-4/+10
2015-06-29Fix C compilationsubmit/tizen/20150629.123348accepted/tizen/wearable/20150630.002512accepted/tizen/tv/20150630.002501accepted/tizen/mobile/20150630.002445Krzysztof Jackiewicz1-1/+1
2015-06-10Update parameter list APIKrzysztof Jackiewicz2-19/+91
2015-06-10AES: add generation, save, get support.Maciej J. Karpiuk2-2/+5
2015-06-09AES key creation APIKrzysztof Jackiewicz3-0/+46
2015-06-08Key generation uses CryptoAlgorithm object provided by the client.Maciej J. Karpiuk1-3/+1
2015-06-08Implement encryption/decryption APIKrzysztof Jackiewicz1-0/+11
2015-06-08Algorithm types and param names updatedKrzysztof Jackiewicz1-4/+6
2015-06-08Encryption/decryption APIKrzysztof Jackiewicz2-0/+301
2015-05-28Make CryptoAlgorithm copyable.Krzysztof Jackiewicz1-1/+1
2015-05-19Use new classes to sign and verify messages.Bartlomiej Grzelewski1-0/+26
2015-05-19Simplify CryptoAlgorithm interfaceKrzysztof Jackiewicz1-33/+46
2015-05-15Add system database - managed by service (uid<5000) users, accessible by priv...Maciej J. Karpiuk1-0/+9
2015-05-08Add classes for algorithm parametersKrzysztof Jackiewicz1-0/+72
2015-04-13Key Manager tizen.org session and user managementMaciej J. Karpiuk1-2/+2
2015-03-04Modify APIs and doxygen to meet ACR(TIZEN 2.4) requirementyuseok.jeon2-52/+56
2015-03-04Fix description in ckmc-manager.hBartlomiej Grzelewski1-3/+19
2015-02-17Change parameters of ckmc_get_pkcs12 function.Bartlomiej Grzelewski1-6/+8
2015-02-17Add support for password in Manager::getPCKS12 function.Bartlomiej Grzelewski2-1/+11
2015-02-17Symbol visibility changed from default to hidden.kyungwook tak8-7/+9
2015-02-17Add support for new error code in ckmc APIBartlomiej Grzelewski1-0/+1
2015-02-17Replace error codes with exceptions in FileSystem module.Bartlomiej Grzelewski1-1/+4
2015-02-17Certificate chain in OCSP is assumed to be validKrzysztof Jackiewicz1-1/+3
2015-02-17Add line wrapping and fix formatting in C APIKrzysztof Jackiewicz3-138/+304
2015-02-17Remove deprecated C++ API for certificate chainsKrzysztof Jackiewicz2-18/+0
2015-02-17New certificate chain APIKrzysztof Jackiewicz3-1/+98
2015-02-17Add OCSP check CAPIkyungwook tak2-0/+41
2015-02-17CAPI cleanup: control "owner" removal, set_permission replaces allow_access.Maciej J. Karpiuk7-23/+132
2015-02-17Add PKCS12 support.Maciej J. Karpiuk4-11/+203
2015-02-17C++ API change: common method for removing Alias.Maciej J. Karpiuk2-10/+4
2015-02-17Simplified code in ckm-logic.Bartlomiej Grzelewski1-3/+2
2015-02-17DBCrypto access control re-factor: access control moved into additional layer.Maciej J. Karpiuk4-23/+14
2015-02-17Minor re-factoring: boost::vector replaced with std::vector.Maciej J. Karpiuk6-29/+53
2015-02-17Remove duplicated error explanationsVBS1-2/+2
2015-02-17Remove doxygen warningyuseok1-1/+1
2015-02-17Split alias at server side into pair name and label.Maciej J. Karpiuk4-6/+15
2015-02-17CC mode logic updatedKrzysztof Jackiewicz2-6/+1