summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-09Upgrade to sqlcipher 4.4.2submit/tizen/20201211.092147accepted/tizen/unified/20201214.124456Dariusz Michaluk1-130/+113
2020-12-09[NOT COMPILING] Replace sqlcipher with upstream 4.4.2Dariusz Michaluk1-8078/+13962
2020-12-04Fix UB in LogSystemKrzysztof Jackiewicz4-11/+146
2020-12-02Fix negative CBC decryption testKrzysztof Jackiewicz1-1/+14
2020-10-30Automate code coverage measurement - adjustmentDariusz Michaluk4-28/+37
2020-10-05Fix misplaced parentheses in error code comparisonMateusz Cegielka1-5/+2
2020-09-17Make custom unique_ptr deleters statelessKonrad Lipinski23-151/+129
2020-09-16Constrain async tryCatch to Observer::ReceivedErrorKonrad Lipinski5-58/+56
2020-09-16Shrink ManagerAsync::Impl codeKonrad Lipinski2-165/+104
2020-09-16Deduplicate exception handling in CKMLogic a wee bitKonrad Lipinski1-239/+130
2020-09-16Turn some CKMLogic members into free functionsKonrad Lipinski2-151/+132
2020-09-16Shrink client manager impl a bitKonrad Lipinski2-88/+43
2020-09-16Refactor ocspDoVerify a bitKonrad Lipinski2-222/+130
2020-09-16Shrink ocsp.h to a single free functionKonrad Lipinski3-89/+64
2020-09-16Deduplicate client manager impl de/serializationKonrad Lipinski2-211/+114
2020-09-16Forward retCode in alias vector gettersKonrad Lipinski1-4/+1
2020-09-14Deduplicate client manager impl deserializationKonrad Lipinski1-88/+22
2020-09-14Deduplicate sw backend keyPair creationKonrad Lipinski1-79/+45
2020-09-14Deduplicate ckmc_get_*_alias_listKonrad Lipinski1-116/+45
2020-09-14Prevent some CAPI exception leakageKonrad Lipinski2-2/+54
2020-09-02Refactor base64 implementationMateusz Cegielka19-651/+211
2020-09-02Optimize, fix memory zeroing and refactor BinaryQueueMateusz Cegielka13-162/+95
2020-09-02Optimize message serializationMateusz Cegielka15-242/+247
2020-08-28Add automatic data decryption to ckm_db_toolMateusz Cegielka9-14/+269
2020-08-27Add consistent error messages to ckm_db_toolMateusz Cegielka6-27/+149
2020-08-27Remove CryptoExt class in favor of friendshipMateusz Cegielka5-145/+26
2020-08-21Change safe-buffer test structureMateusz Cegielka1-24/+7
2020-08-17Move Token and CryptoBackend to commonMateusz Cegielka2-0/+0
2020-08-04Remove most CommunicationManager testsMateusz Cegielka1-165/+21
2020-08-04Remove unused Stringify macro variantsMateusz Cegielka2-25/+2
2020-07-20Improve KeyProvider testsKrzysztof Jackiewicz2-131/+217
2020-07-20Remove KeyProvider lib initialization from testsKrzysztof Jackiewicz2-44/+0
2020-07-20Add negative forEachFile testsKrzysztof Jackiewicz1-3/+24
2020-07-20Exception tests refactoringKrzysztof Jackiewicz1-52/+39
2020-07-20Add negative DescriptorSet testsKrzysztof Jackiewicz1-1/+77
2020-07-16Move db perf tests to a separate execKrzysztof Jackiewicz10-197/+295
2020-07-15Improve DB::Crypto negative test ratioKrzysztof Jackiewicz1-33/+39
2020-07-14Get rid of the openssl 1.0.2 specific codeKrzysztof Jackiewicz13-314/+34
2020-07-14Make BeginTransaction exclusive and use itKrzysztof Jackiewicz2-2/+2
2020-07-14Remove unused SqlConnection::DataCommand::ResetKrzysztof Jackiewicz2-21/+0
2020-07-14Improve DB::Crypto code coverageKrzysztof Jackiewicz3-0/+282
2020-07-14Return if there are no rows to saveKrzysztof Jackiewicz1-0/+3
2020-07-09Remove unused DB::Crypto methodsKrzysztof Jackiewicz2-38/+0
2020-07-09Add unit tests related to Pkcs 12Krzysztof Jackiewicz8-9/+216
2020-07-09SW backend unit testsKrzysztof Jackiewicz4-404/+1162
2020-06-30Unwrap 4 lines in SW::Internals to make them coveredKrzysztof Jackiewicz1-8/+3
2020-06-29Install all source files with coverage packageKrzysztof Jackiewicz2-2/+4
2020-06-15Coverage only modeKrzysztof Jackiewicz2-0/+28
2020-06-15Remove key-manager requirement from unit testsKrzysztof Jackiewicz1-1/+0
2020-06-12Automate code coverage measurementKrzysztof Jackiewicz4-3/+98