summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-06-07Release 0.1.52accepted/tizen/unified/20230608.164342accepted/tizen/7.0/unified/20230608.164752accepted/tizen/6.5/unified/20230612.123202accepted/tizen/6.0/unified/20230612.054110Krzysztof Jackiewicz1-1/+1
2023-06-07Extend E2EE API support back to 6.0Krzysztof Jackiewicz2-17/+17
2023-04-18Release 0.1.51accepted/tizen/unified/20230419.044942accepted/tizen/7.0/unified/20230424.020458accepted/tizen/6.5/unified/20230517.090747accepted/tizen/6.5/unified/20230503.104230Krzysztof Jackiewicz1-1/+1
2023-04-17Unify variable naming in key exportKrzysztof Jackiewicz8-43/+45
2023-04-14Fix documentation issues in E2EE APIKrzysztof Jackiewicz2-46/+54
2023-04-14Fix documentation issuesKrzysztof Jackiewicz4-346/+509
2023-04-04Release 0.1.50accepted/tizen/unified/20230406.165733Krzysztof Jackiewicz1-1/+1
2023-04-04Fix svace/coverity issuesKrzysztof Jackiewicz11-66/+62
2023-04-03Release 0.1.49Tomasz Swierczek1-1/+1
2023-04-03Fix build for 64-bit architectures.Tomasz Swierczek1-1/+1
2023-03-31Release 0.1.48Krzysztof Jackiewicz1-1/+1
2023-03-31Merge branch 'e2ee' into 'tizen'Krzysztof Jackiewicz49-573/+14475
2023-03-31Key wrapping implementation in TZ backendKrzysztof Jackiewicz6-0/+122
2023-03-31Key unwrapping implementation in TZ backendKrzysztof Jackiewicz6-0/+192
2023-03-31Change code formatting in import/export wrapped keyDariusz Michaluk10-90/+84
2023-03-31Implementation of ckmc_export_wrapped_keym.ksiezak15-56/+287
2023-03-31Implementation of ckmc_import_wrapped_keym.ksiezak14-21/+257
2023-03-30Use new types in key derivationKrzysztof Jackiewicz3-9/+40
2023-03-30isSKey mistake counter + a refactoring promiseKrzysztof Jackiewicz1-0/+6
2023-03-27Simplify DB::Row/Token extractionKrzysztof Jackiewicz5-50/+97
2023-03-27Enable EC key pair generation in TZ backendKrzysztof Jackiewicz3-30/+5
2023-03-27Make unpack a static GStore methodKrzysztof Jackiewicz2-27/+34
2023-03-27Replace 'virtual' with 'override' in TZ StoreKrzysztof Jackiewicz1-12/+12
2023-03-27Key derivation in TZ backendKrzysztof Jackiewicz8-14/+272
2023-03-27Implement EC key pair generation in TZ backendKrzysztof Jackiewicz4-4/+67
2023-03-27Remove unused functionKrzysztof Jackiewicz1-20/+0
2023-03-27TZ backend helpersKrzysztof Jackiewicz2-227/+127
2023-03-24Use proper constant in TZ data importKrzysztof Jackiewicz3-5/+2
2023-03-20Add ECDH+KBKDF exampleKrzysztof Jackiewicz4-0/+140
2023-03-17KBKDF HMAC implementation in sw backendKrzysztof Jackiewicz5-3/+344
2023-03-17Custom KBKDF HMAC implementationKrzysztof Jackiewicz7-0/+11697
2023-03-17Sw backend ECDH implementationKrzysztof Jackiewicz4-2/+192
2023-03-17Make pack() a SW Store's static methodKrzysztof Jackiewicz2-29/+31
2023-03-17Key derivation implementation: client & serverKrzysztof Jackiewicz14-9/+213
2023-03-17Remove API doc leftoverKrzysztof Jackiewicz1-1/+0
2023-03-16Cleanup TZ backend APIKrzysztof Jackiewicz1-10/+7
2023-03-16Keep the backend id in GObjKrzysztof Jackiewicz8-35/+52
2023-03-16Allow saving unexportable dataKrzysztof Jackiewicz2-7/+1
2023-02-23Fix the forgotten scheme-testKrzysztof Jackiewicz1-0/+5
2023-02-23Fix decryption with unexpected passwordKrzysztof Jackiewicz1-3/+5
2023-02-23Derivation API extensionKrzysztof Jackiewicz1-10/+62
2023-02-13Encryption performance testKrzysztof Jackiewicz4-1/+133
2023-02-09E2EE API draftKrzysztof Jackiewicz2-35/+258
2023-02-09Remove unnecessary helpers from CkmLogicKrzysztof Jackiewicz2-274/+179
2023-02-09Unify CKMLogic methods and fix PKCS12 supportKrzysztof Jackiewicz7-444/+351
2023-02-09Fix indentationKrzysztof Jackiewicz1-16/+12
2023-02-08Unify app key loadingKrzysztof Jackiewicz1-28/+17
2023-02-08Simplify explicit to effective owner translationKrzysztof Jackiewicz4-135/+110
2023-02-08Pass proper owner to hashing functionKrzysztof Jackiewicz1-2/+2
2023-02-08Move system db owner check to AccessControlKrzysztof Jackiewicz2-29/+6