summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2016-07-26Migrate ss data to both of system/admin user dbKyungwook Tak1-5/+16
2016-07-18Migrate secure-storage dataKyungwook Tak9-0/+50
2016-07-14Replace old exception with new ones.Bartlomiej Grzelewski2-10/+12
2016-07-13Fix internal test: xml IV length contraint changedKyungwook Tak1-2/+3
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 Tak25-2387/+2673
2016-03-21Change char unique_ptr to char vectorsubmit/tizen/20160322.014817accepted/tizen/wearable/20160323.011033accepted/tizen/tv/20160323.011015accepted/tizen/mobile/20160323.011000accepted/tizen/ivi/20160323.011052accepted/tizen/common/20160322.150131Kyungwook Tak1-6/+5
2016-03-16Add internal TC: for Base64, DataTypeKyungwook Tak3-0/+276
2016-03-15Add for_each files handling style when reading dirKyungwook Tak13-16/+78
2016-03-11Fix SVACE defectsKyungwook Tak6-28/+57
2016-03-04Fix unsafe buffer usageKyungwook Tak3-11/+30
2016-03-04Remove all of hard coded pathsKyungwook Tak2-3/+3
2016-02-24Fix hard-coded paths and test res installationKyungwook Tak18-4/+22
2016-01-14Get dir locations from environmentKrzysztof Jackiewicz5-9/+9
2016-01-05Change user from root to key-managerBartlomiej Grzelewski1-2/+16
2016-01-04Add license header on tests srcsKyungwook Tak10-5/+205
2015-12-10Fix file copying in scheme testKrzysztof Jackiewicz1-7/+22
2015-11-24Encrypted Initial Values: decrypting items from XML files.Maciej J. Karpiuk1-29/+23
2015-11-24Encrypted Initial Values: re-factoring the schema to support new requirements.Maciej J. Karpiuk5-2/+500
2015-10-27Add encryption scheme testsKrzysztof Jackiewicz5-14/+644
2015-10-26Add scheme encryption test db generatorKrzysztof Jackiewicz11-0/+629
2015-10-14Remove warnings and performance problems reported by cppcheck.Bartlomiej Grzelewski1-1/+1
2015-06-26CommunicationManager returns the number of called listenersKrzysztof Jackiewicz1-11/+10
2015-06-26Use new exception types in KeyProvider class.Bartlomiej Grzelewski2-7/+10
2015-06-10Update parameter list APIKrzysztof Jackiewicz1-9/+11
2015-06-08Algorithm types and param names updatedKrzysztof Jackiewicz1-1/+0
2015-05-28Make CryptoAlgorithm copyable.Krzysztof Jackiewicz1-2/+2
2015-05-22Add initial values support - values to feed the shared database on first star...Maciej J. Karpiuk5-18/+59
2015-05-19Add generic XML parser + tests.Maciej J. Karpiuk7-0/+654
2015-05-19Simplify CryptoAlgorithm interfaceKrzysztof Jackiewicz1-50/+68
2015-05-19Add backend id to database schemeKrzysztof Jackiewicz4-0/+37
2015-05-19Fix row comparison function in testsKrzysztof Jackiewicz1-2/+1
2015-05-08Add serialization of CryptoAlgorithmKrzysztof Jackiewicz2-0/+120
2015-03-19Add inter-service communication frameworkKrzysztof Jackiewicz2-0/+187
2015-02-17Fix for gcc4.8 (-ldl)Krzysztof Jackiewicz1-0/+3
2015-02-17Libraries reorganized to limit the number of exported symbolsKrzysztof Jackiewicz1-1/+7
2015-02-17DB related classes moved into CKM::DB namespace.Maciej J. Karpiuk4-49/+50
2015-02-17Fix logs in internal testsKrzysztof Jackiewicz7-54/+72
2015-02-17Add CKM database versioning with DB migration mechanism.Maciej J. Karpiuk5-3/+131
2015-02-17CAPI cleanup: control "owner" removal, set_permission replaces allow_access.Maciej J. Karpiuk1-1/+1
2015-02-17New DB layout: CKM_TABLE split into NAME_TABLE and OBJECT_TABLE.Maciej J. Karpiuk1-6/+4
2015-02-17DBCrypto access control re-factor: access control moved into additional layer.Maciej J. Karpiuk3-172/+25
2015-02-17Split alias at server side into pair name and label.Maciej J. Karpiuk3-166/+180
2015-02-17Revert "Alias is not unique user-wide: (alias, label) pair is unique now."Bartlomiej Grzelewski1-2/+2
2015-02-17Alias is not unique user-wide: (alias, label) pair is unique now.Maciej J. Karpiuk1-2/+2
2014-10-16Fix build break on tizen.org platform.Bartlomiej Grzelewski1-0/+2
2014-10-16Add DB performance analysis tests and performance improvements.Maciej J. Karpiuk5-187/+485
2014-10-16Update internal tests with new exception in KeyProviderKrzysztof Jackiewicz1-2/+2
2014-10-16Workaround for memory garbage in SafeBuffer testKrzysztof Jackiewicz1-34/+57
2014-10-16Add access control code to the CKM.Maciej J. Karpiuk1-16/+159
2014-10-16Internal tests for DescriptorSet class.Krzysztof Jackiewicz3-1/+361