summaryrefslogtreecommitdiff
path: root/src/manager/service
AgeCommit message (Expand)AuthorFilesLines
2016-01-05Fix file permissions.Bartlomiej Grzelewski14-0/+0
2015-12-22Apply coding rulesangwan.kwon32-1048/+992
2015-12-16Change exception type in db-crypto.cppBartlomiej Grzelewski3-129/+53
2015-12-10Revert "Add PASSWORD_PROTECTION_DISABLE feature"Bartlomiej Grzelewski2-16/+5
2015-12-01Remove digest implementation.Bartlomiej Grzelewski4-193/+0
2015-11-30Fix implementation of sw-backend.Bartlomiej Grzelewski1-19/+34
2015-11-24Load app key when importing initial valuesKrzysztof Jackiewicz1-6/+9
2015-11-24Encrypted Initial Values: decrypting items from XML files.Maciej J. Karpiuk2-10/+49
2015-11-24Add DataContainer class to contain data, its type and encryption details.Maciej J. Karpiuk3-63/+47
2015-11-24CKMLogic will not depend from InitialValues.Bartlomiej Grzelewski2-43/+4
2015-11-20Add PASSWORD_PROTECTION_DISABLE featureDongsun Lee2-5/+16
2015-11-10Remove MDFPP related codeKyungwook Tak1-42/+12
2015-10-28Protocol refactoring.Bartlomiej Grzelewski3-26/+14
2015-10-26Use exportable=true when reading certificate from dbKrzysztof Jackiewicz1-2/+15
2015-10-26Return error if password is not empty and row is not password protectedKrzysztof Jackiewicz1-4/+10
2015-10-26Modify encryption schemeKrzysztof Jackiewicz6-90/+288
2015-10-21Add support for binary data to GStoreKrzysztof Jackiewicz4-8/+8
2015-10-14Remove warnings and performance problems reported by cppcheck.Bartlomiej Grzelewski2-3/+2
2015-09-21Revert "Old privileges restored"Kyungwook Tak3-73/+33
2015-09-15Revert "Add functions required during db debug."Krzysztof Jackiewicz2-73/+0
2015-09-14Revert "Disable optional password protection temporary"Krzysztof Jackiewicz1-6/+0
2015-09-14Ignore failing row decryption during data removalKrzysztof Jackiewicz1-1/+5
2015-09-14Move encrypted/decrypted rows instead of copyingKrzysztof Jackiewicz1-2/+4
2015-09-11Disable optional password protection temporarytizen_3.0.m1_tv_releasetizen_3.0.m1_mobile_releasesubmit/tizen_common/20151026.085049submit/tizen_common/20151023.083358submit/tizen_common/20151019.135620submit/tizen_common/20151015.190624submit/tizen/20150911.030630accepted/tizen/wearable/20150911.091531accepted/tizen/tv/20150911.091520accepted/tizen/mobile/20150911.091458tizen_3.0.m1_tvtizen_3.0.m1_mobileKyungwook Tak1-0/+6
2015-09-08Old privileges restoredKyungwook Tak3-33/+73
2015-09-08Integration with cynara.Bartlomiej Grzelewski8-30/+91
2015-09-03Add a tool for accessing encrypted databaseKrzysztof Jackiewicz2-3/+8
2015-08-25Replace smack label with pkgId.Bartlomiej Grzelewski1-5/+5
2015-08-25Check platform feature(network) before check ocspKyungwook Tak2-10/+67
2015-08-24Add functions required during db debug.Bartlomiej Grzelewski2-0/+73
2015-08-12Call import & destroy on storeKrzysztof Jackiewicz3-36/+61
2015-07-30Update implementation of Stringify.Bartlomiej Grzelewski1-1/+1
2015-07-07Fix segfault in getCertificateChainKrzysztof Jackiewicz1-4/+12
2015-07-03Fix parameter validation in ocspKrzysztof Jackiewicz2-8/+13
2015-07-03Reduce number of error logs in ckm.Bartlomiej Grzelewski2-14/+14
2015-07-03Klocwork fixes.Zbigniew Jasinski1-2/+2
2015-07-01Add support for AES CTR and AES CFBKrzysztof Jackiewicz1-2/+2
2015-07-01Encryption service refactoringKrzysztof Jackiewicz2-6/+6
2015-07-01Add algorithm param validationKrzysztof Jackiewicz1-0/+1
2015-06-27Merge "add a solution in case for no password set" into tizenDongsun Lee1-0/+8
2015-06-27add a solution in case for no password setDongsun Lee1-0/+8
2015-06-26Encryption service calls proper encryption/decryption methodsKrzysztof Jackiewicz2-6/+14
2015-06-26Implement key retrieval in encryption serviceKrzysztof Jackiewicz9-16/+118
2015-06-26Add encryption serviceKrzysztof Jackiewicz6-0/+368
2015-06-26Use new exception types in KeyProvider class.Bartlomiej Grzelewski3-82/+30
2015-06-18Move encryption from crypto-logic class to "internal module".Maciej J. Karpiuk3-94/+24
2015-06-12Introduce new (much simpler) Exception type.Bartlomiej Grzelewski7-199/+68
2015-06-11Fix serious bug that causes crash on CKM exit.Bartlomiej Grzelewski4-0/+24
2015-06-10Update parameter list APIKrzysztof Jackiewicz1-5/+5
2015-06-10AES: add generation, save, get support.Maciej J. Karpiuk3-2/+105