summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-12-12[Tizen 6.0] Support build with GCC 9.2sandbox/mkashkarov/tizen_6.0_buildMikhail Kashkarov5-1/+6
2019-08-27Release 0.1.32tizen_5.5.m2_releasesubmit/tizen_5.5_wearable_hotfix/20201026.184304submit/tizen_5.5_mobile_hotfix/20201026.185104submit/tizen_5.5/20191031.000004submit/tizen/20190827.083251accepted/tizen/unified/20190830.052632accepted/tizen/5.5/unified/wearable/hotfix/20201027.113058accepted/tizen/5.5/unified/mobile/hotfix/20201027.090416accepted/tizen/5.5/unified/20191031.022623tizen_5.5_wearable_hotfixtizen_5.5_tvtizen_5.5_mobile_hotfixaccepted/tizen_5.5_unified_wearable_hotfixaccepted/tizen_5.5_unified_mobile_hotfixaccepted/tizen_5.5_unifiedTomasz Swierczek1-1/+1
2019-08-27Change serialization in TZ backend to match km-ta changesTomasz Swierczek2-598/+130
2019-08-23Refactoring central-key-manager.service and central-key-manager-OOO.socketINSUN PYO8-29/+1
2019-08-02Assume http if no protocol is given in proxy urlKrzysztof Jackiewicz1-1/+19
2019-07-04Release 0.1.31submit/tizen/20190705.101352accepted/tizen/unified/20190708.052439Dariusz Michaluk1-1/+1
2019-06-28Migrate tz_backend to openssl 1.1Konrad Lipinski1-2/+10
2019-06-26Make GStore members pure virtualKonrad Lipinski2-114/+7
2019-06-25Remove unnecessary settings on central-key-manager.targetINSUN PYO1-1/+0
2019-06-18Turn backends into Decider membersKonrad Lipinski4-25/+28
2019-06-17Build key-manager with openssl-1.1Dariusz Michaluk6-7/+7
2019-06-17Adapt key-manager to work with OpenSSL 1.1 preserving 1.0 compatibilityDariusz Michaluk10-58/+116
2019-06-05Add minor fixes for listing aliases from dbTomasz Swierczek1-8/+10
2019-05-20Release 0.1.30submit/tizen/20190529.045654submit/tizen/20190522.051353submit/tizen/20190520.091210accepted/tizen/unified/20190602.221856Tomasz Swierczek1-1/+1
2019-05-20Forbid HashAlgorithm::NONE for DSA & ECDSA signaturesKrzysztof Jackiewicz3-3/+15
2019-05-20Setup verification algorithm if not providedKrzysztof Jackiewicz1-1/+1
2019-05-20Be prepared for no data from TAKrzysztof Jackiewicz1-8/+18
2019-05-20tz-backend: Implement asymmetric operationsLukasz Kostyra8-94/+753
2019-05-20tz-backend: Add serialization wrapperKrzysztof Jackiewicz6-179/+355
2019-05-20decider: Allow multiple policies for more complex logicLukasz Kostyra7-112/+82
2019-05-17Release 0.1.29submit/tizen/20190517.091823Tomasz Swierczek1-1/+1
2019-05-17Get rid of misleading SCHEMA_INFO errorKrzysztof Jackiewicz2-39/+31
2019-05-15Merge "Increase backlog for listening sockets" into tizenKrzysztof Jackiewicz1-1/+1
2019-05-15Adjust to boost 1.65Tomasz Swierczek2-0/+41
2019-05-14Increase backlog for listening socketsDariusz Michaluk1-1/+1
2019-05-13Fix file name in file headerTomasz Swierczek1-2/+2
2019-05-08Fix svace defectsKonrad Lipinski1-16/+18
2019-03-27Check fs errors before saving the fileKrzysztof Jackiewicz1-3/+10
2019-03-13Release 0.1.28submit/tizen/20190314.052726submit/tizen/20190313.095740accepted/tizen/unified/20190314.220513Tomasz Swierczek1-1/+1
2019-03-13Change contact information to Mr Dongsun LeeTomasz Swierczek12-23/+25
2019-03-11Replace time(NULL) with monotonic clock usageTomasz Swierczek1-5/+15
2019-03-07Fix since_tizen tag in ckmc-type.hErnest Borowski1-5/+5
2019-03-01Fix memory leak/corruptionDariusz Michaluk1-12/+13
2019-02-26Add API for CKM return code descriptionsTomasz Swierczek5-8/+77
2019-02-22Add test for listing aliases with password protectionErnest Borowski3-3/+80
2019-02-22CKMC API: Add option to list aliases with information about password protectionErnest Borowski5-9/+310
2019-02-22Add option to list aliases with password protection statusesErnest Borowski11-20/+277
2019-02-22replace strcpy with strncpy for fixing SVACE(WGID=411075,411076)submit/tizen/20190222.041951accepted/tizen/unified/20190222.134051Dongsun Lee1-2/+2
2019-02-19Release 0.1.27submit/tizen/20190219.163203accepted/tizen/unified/20190220.071637Tomasz Swierczek1-1/+1
2019-02-19Encode blobs with Base64 in ckm toolsKrzysztof Jackiewicz1-1/+20
2019-02-19Refactor PKEK2 related functionsKrzysztof Jackiewicz2-11/+12
2019-02-19Add a common function for zeroing sensitive dataKrzysztof Jackiewicz8-10/+83
2019-02-13Free the context in case of openssl failureKrzysztof Jackiewicz1-20/+19
2019-02-13Add helpers for domain KEK encryption/decryptionKrzysztof Jackiewicz2-118/+73
2019-02-13Add helper randomization function in key-provider.cppKrzysztof Jackiewicz1-5/+12
2019-02-13Make encrypt/decrypt local functions of key-provider.cppKrzysztof Jackiewicz2-96/+80
2019-02-13Use common function for PKEK1&2 generationKrzysztof Jackiewicz2-156/+70
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 Jackiewicz3-27/+49