summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2019-02-22Add test for listing aliases with password protectionErnest Borowski3-3/+80
2019-02-13Make username shorter in KeyProvider testsKrzysztof Jackiewicz1-1/+4
2019-02-13Remove outdated tz_backend testKrzysztof Jackiewicz2-40/+0
2019-02-13Validate encrypted DKEKKrzysztof Jackiewicz1-1/+18
2018-12-03Fix SVACE and C++ issuesKrzysztof Jackiewicz1-1/+2
2018-11-28Update log formatter in testsKrzysztof Jackiewicz6-200/+138
2018-10-19Fix internal migration testsKrzysztof Jackiewicz2-5/+5
2018-10-19Fix internal scheme testsKrzysztof Jackiewicz6-230/+229
2018-10-19Remove "secret" key for software backendBartlomiej Grzelewski1-1/+0
2018-10-04Support for encrypted initial-valuesBartlomiej Grzelewski3-5/+7
2018-10-03Unification of import methods in gstoreBartlomiej Grzelewski3-10/+5
2018-10-03Add parser support of new schema versionBartlomiej Grzelewski2-4/+4
2018-08-28Unify alias namingKrzysztof Jackiewicz7-157/+159
2018-07-06Make key-manager build with boost 1.65submit/tizen/20180718.062500submit/tizen/20180709.095722accepted/tizen/unified/20180719.063028Krzysztof Jackiewicz2-0/+19
2018-04-19Disable default build with tz-backendsubmit/tizen/20180502.043224submit/tizen/20180430.063346submit/tizen/20180419.050559accepted/tizen/unified/20180502.111600Tomasz Swierczek1-7/+24
2018-03-07Remove redundant libcrypto dependencyDariusz Michaluk1-1/+0
2017-11-29Add backend field in policysubmit/tizen/20180312.095815submit/tizen/20171204.124944accepted/tizen/unified/20171205.155557Bartlomiej Grzelewski1-2/+2
2017-11-28tz-backend: Implement symmetric encryption through TALukasz Kostyra1-0/+4
2017-05-16Adjust tests to boost 1.62Zofia Abramowska4-17/+83
2017-02-02Add internal test casesKyungwook Tak18-9/+1332
2016-12-16Add missing headerKyungwook Tak1-0/+1
2016-09-20Fix compilation scripts.Bartlomiej Grzelewski2-0/+4
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