summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)AuthorFilesLines
2019-05-20Forbid HashAlgorithm::NONE for DSA & ECDSA signaturesKrzysztof Jackiewicz1-2/+2
2019-03-07Fix since_tizen tag in ckmc-type.hErnest Borowski1-5/+5
2019-02-26Add API for CKM return code descriptionsTomasz Swierczek1-7/+8
2019-02-22CKMC API: Add option to list aliases with information about password protectionErnest Borowski2-2/+133
2019-02-22Add option to list aliases with password protection statusesErnest Borowski2-2/+9
2019-02-19Add a common function for zeroing sensitive dataKrzysztof Jackiewicz2-2/+35
2018-08-28Unify alias namingKrzysztof Jackiewicz5-14/+25
2018-03-07Updated documentation headers - typos fixsubmit/tizen/20180308.062734Tomasz Swierczek1-2/+2
2018-03-07Updated documentation to match supported features when key-manager-ta is pres...Tomasz Swierczek4-3/+30
2018-02-07Add openssl error handling in key-managerPawel Kowalski1-3/+3
2017-11-29Add backend field in policysubmit/tizen/20180312.095815submit/tizen/20171204.124944accepted/tizen/unified/20171205.155557Bartlomiej Grzelewski1-2/+12
2017-07-04Detect invalid rsa padding parameterKrzysztof Jackiewicz1-2/+6
2017-01-10Apply the reviewed API documentationDongsun Lee4-1293/+806
2016-09-23Fix doxygen warningsKyungwook Tak2-91/+92
2016-09-12Remove tag to key-manager_doc.hKyungwook Tak1-3/+0
2016-08-21Add deprecated attributes and logsKyungwook Tak3-10/+20
2016-08-19Remove @see link to deprecated APIsubmit/tizen/20160822.023804accepted/tizen/wearable/20160823.040958accepted/tizen/tv/20160823.040935accepted/tizen/mobile/20160823.040902accepted/tizen/ivi/20160823.041019accepted/tizen/common/20160822.132538Kyungwook Tak1-2/+0
2016-08-15[CAPI added] ckmc_alias_new()Kyungwook Tak1-8/+45
2016-05-03change wearable SINCE for deprecated APIs for tizen 2.4submit/tizen/20160503.024024submit/tizen/20160503.023925accepted/tizen/wearable/20160503.093910accepted/tizen/tv/20160503.093854accepted/tizen/mobile/20160503.093834accepted/tizen/ivi/20160503.093928accepted/tizen/common/20160504.125645Dongsun Lee2-8/+8
2016-04-18Coding style applied according to style checkersubmit/tizen/20160418.104308accepted/tizen/wearable/20160418.235737accepted/tizen/tv/20160418.235750accepted/tizen/mobile/20160418.235742accepted/tizen/ivi/20160418.235747accepted/tizen/common/20160418.142113Kyungwook Tak13-706/+746
2016-03-22APIs since 3.0 for wearable profilesubmit/tizen/20160324.041920accepted/tizen/common/20160324.172934Kyungwook Tak2-22/+22
2016-03-15Remove useless CKMC error -> CKM error converterKyungwook Tak1-2/+0
2016-03-04Sync error code description with common packageKyungwook Tak1-2/+2
2016-03-04Add description of changed priv on ocsp check APIKyungwook Tak1-0/+4
2016-01-05Fix file permissions.Bartlomiej Grzelewski7-0/+0
2015-12-22Apply coding rulesangwan.kwon8-51/+56
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