summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
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
2014-10-16Fixed ckm internal db_crypto test - tag is now mandatory.Maciej J. Karpiuk1-0/+4
2014-10-15Remove restrict mechanism.Bartlomiej Grzelewski1-9/+3
2014-09-12Remove dependency to ckm-key-provider.h.kyungwook tak1-1/+0
2014-09-12Change AES CBC mode into AES GCM.Bartlomiej Grzelewski1-1/+1
2014-09-12Fix Prevent defects in ckmc APIskyungwook tak1-0/+2
2014-09-12Add SafeBuffer testKrzysztof Jackiewicz2-0/+65
2014-09-12Replace std::string with CKM::PasswordBartlomiej Grzelewski1-4/+4
2014-09-12Rewrite checking if row exists when deleting from dbZofia Abramowska1-1/+3
2014-09-12Use SafeBuffer in C++ api. Rename SafeBuffer to RawBuffer.Bartlomiej Grzelewski5-36/+37
2014-09-12Change RawBuffer into SafeBuffer.Bartlomiej Grzelewski5-37/+36
2014-09-12Add log colouring formatter for boost utfZofia Abramowska4-1/+293