Fix AES GCM IV setting in KeyProvider
[platform/core/security/key-manager.git] / src / manager / service /
2023-09-29 Krzysztof JackiewiczFix AES GCM IV setting in KeyProvider 51/299451/4
2023-09-20 Krzysztof JackiewiczPrevent using public key for decryption 39/299139/2
2023-07-25 Krzysztof JackiewiczAllow only symmetric key wraping/unwrapping 61/296261/2
2023-07-11 wchang kimFixed the build error using gcc 13 08/295208/4
2023-06-21 Krzysztof JackiewiczSimplify serialization calls 19/294619/2
2023-06-21 Krzysztof JackiewiczEnable -Wshadow and fix warnings 23/294523/4
2023-06-14 Krzysztof JackiewiczMerge branch e2ee into tizen 18/294218/1
2023-06-14 Krzysztof JackiewiczBackend info API implementation 91/293891/6
2023-06-14 Krzysztof JackiewiczAlias info refactoring 74/293874/5
2023-06-05 Krzysztof JackiewiczCipher API implementation (server part) 45/292645/9
2023-06-05 Krzysztof JackiewiczDrop all encryption requests upon disconnection 51/292951/7
2023-05-18 Krzysztof JackiewiczRename DataType::isSKey 43/293043/1
2023-05-18 Krzysztof JackiewiczFix backend selection logic 87/292887/2
2023-04-17 Krzysztof JackiewiczUnify variable naming in key export 89/291489/2
2023-04-04 Krzysztof JackiewiczFix svace/coverity issues 15/290815/3
2023-03-31 Krzysztof JackiewiczMerge branch 'e2ee' into 'tizen' 51/290751/1
2023-03-31 Dariusz MichalukChange code formatting in import/export wrapped key 49/290749/1
2023-03-31 m.ksiezakImplementation of ckmc_export_wrapped_key 84/289984/30
2023-03-31 m.ksiezakImplementation of ckmc_import_wrapped_key 29/288529/24
2023-03-27 Krzysztof JackiewiczSimplify DB::Row/Token extraction 46/290346/6
2023-03-27 Krzysztof JackiewiczEnable EC key pair generation in TZ backend 87/290487/2
2023-03-17 Krzysztof JackiewiczKey derivation implementation: client & server 52/288052/11
2023-02-09 Krzysztof JackiewiczRemove unnecessary helpers from CkmLogic 74/287974/3
2023-02-09 Krzysztof JackiewiczUnify CKMLogic methods and fix PKCS12 support 73/287973/3
2023-02-09 Krzysztof JackiewiczFix indentation 49/288049/1
2023-02-08 Krzysztof JackiewiczUnify app key loading 05/287805/2
2023-02-08 Krzysztof JackiewiczSimplify explicit to effective owner translation 04/287804/2
2023-02-08 Krzysztof JackiewiczPass proper owner to hashing function 03/287803/2
2023-02-08 Krzysztof JackiewiczMove system db owner check to AccessControl 02/287802/2
2023-02-08 Krzysztof JackiewiczFix indentation 01/287801/2
2022-10-11 Krzysztof JackiewiczAdd more KeyProvider tests 05/282805/1 accepted/tizen/unified/20221102.020616
2022-10-06 Krzysztof JackiewiczRefactor KeyProvider 11/282611/1
2022-10-06 isaac2.leeadd debug log and fix a bug 58/282558/3
2022-10-05 이이삭/System Securit... add the se-backend for db encryption 49/282549/1
2022-09-26 Krzysztof JackiewiczFix encryption request handling 50/282050/1
2021-06-25 Michał SzaknisUse fixed object ID in TZ backend 44/260344/5
2021-01-04 Krzysztof JackiewiczMake IEncryptionService destructor protected 53/250753/1
2020-12-14 Tomasz SwierczekChange DB access credentials variable name 57/249457/2
2020-09-17 Konrad LipinskiMake custom unique_ptr deleters stateless 82/243182/6
2020-09-16 Konrad LipinskiDeduplicate exception handling in CKMLogic a wee bit 54/243054/5
2020-09-16 Konrad LipinskiTurn some CKMLogic members into free functions 53/243053/5
2020-09-16 Konrad LipinskiRefactor ocspDoVerify a bit 81/242681/8
2020-09-16 Konrad LipinskiShrink ocsp.h to a single free function 80/242680/5
2020-09-02 Mateusz CegielkaRefactor base64 implementation 19/240019/8
2020-09-02 Mateusz CegielkaOptimize, fix memory zeroing and refactor BinaryQueue 70/240670/6
2020-09-02 Mateusz CegielkaOptimize message serialization 69/240669/5
2020-08-28 Mateusz CegielkaAdd automatic data decryption to ckm_db_tool 31/238831/14
2020-08-27 Mateusz CegielkaRemove CryptoExt class in favor of friendship 49/239049/10
2020-08-17 Mateusz CegielkaMove Token and CryptoBackend to common 31/240031/3
2020-07-20 Krzysztof JackiewiczImprove KeyProvider tests 42/238842/2
2020-07-14 Krzysztof JackiewiczMake BeginTransaction exclusive and use it 10/238510/1
2020-07-14 Krzysztof JackiewiczReturn if there are no rows to save 08/238508/1
2020-07-09 Krzysztof JackiewiczRemove unused DB::Crypto methods 13/237913/5
2020-07-09 Krzysztof JackiewiczAdd unit tests related to Pkcs 12 02/237602/6
2020-05-18 Krzysztof JackiewiczRefactor DataType related code 22/232722/6
2020-05-18 Krzysztof JackiewiczDon't return command in client-server communication 46/233046/3
2020-03-30 Konrad LipinskiSwitch to sqlcipher library 99/227099/27
2020-03-30 Krzysztof JackiewiczImprove CryptoLogic tests code coverage 75/228975/4
2020-03-27 Konrad LipinskiRelax FileSystem::removeUserData and check its return...
2020-03-25 Krzysztof JackiewiczReplace dpl asserts with libc ones 80/228680/3
2020-03-17 Konrad LipinskiStore DB::Crypto::m_connection as unique_ptr 70/227970/1
2020-01-15 Tomasz SwierczekFix build for gcc 9 04/222204/3
2019-09-26 Konrad LipinskiMake some single arg constructors explicit 16/214616/4
2019-09-26 Konrad LipinskiRefactor Decider, route all encrypted storage to tz... 77/214377/4
2019-09-24 Konrad Lipinski[ocsp] Fix static string length calculation 20/214620/1
2019-08-02 Krzysztof JackiewiczAssume http if no protocol is given in proxy url 92/211392/2
2019-06-18 Konrad LipinskiTurn backends into Decider members 28/208128/1
2019-06-17 Dariusz MichalukAdapt key-manager to work with OpenSSL 1.1 preserving... 97/172597/9
2019-05-20 Lukasz Kostyradecider: Allow multiple policies for more complex logic 44/199144/9
2019-05-17 Krzysztof JackiewiczGet rid of misleading SCHEMA_INFO error 44/200244/9
2019-03-27 Krzysztof JackiewiczCheck fs errors before saving the file 61/199461/7
2019-02-22 Ernest BorowskiAdd option to list aliases with password protection... 91/170391/24
2019-02-22 Dongsun Leereplace strcpy with strncpy for fixing SVACE(WGID=41107... 48/200348/1 accepted/tizen/unified/20190222.134051 submit/tizen/20190222.041951
2019-02-19 Krzysztof JackiewiczRefactor PKEK2 related functions 39/200139/1
2019-02-19 Krzysztof JackiewiczAdd a common function for zeroing sensitive data 14/199814/3
2019-02-13 Krzysztof JackiewiczFree the context in case of openssl failure 96/198796/3
2019-02-13 Krzysztof JackiewiczAdd helpers for domain KEK encryption/decryption 95/198795/5
2019-02-13 Krzysztof JackiewiczAdd helper randomization function in key-provider.cpp 94/198794/5
2019-02-13 Krzysztof JackiewiczMake encrypt/decrypt local functions of key-provider.cpp 93/198793/5
2019-02-13 Krzysztof JackiewiczUse common function for PKEK1&2 generation 92/198792/5
2019-02-13 Krzysztof JackiewiczValidate encrypted DKEK 44/192144/6
2018-12-03 Krzysztof JackiewiczFix SVACE and C++ issues 27/193827/2
2018-10-04 Bartlomiej GrzelewskiSupport for encrypted initial-values 70/190270/3
2018-10-03 Bartlomiej GrzelewskiUnification of import methods in gstore 05/189905/7
2018-10-03 Bartlomiej GrzelewskiAdd parser support of new schema version 60/189560/11
2018-08-28 Krzysztof JackiewiczAdd log for invalid system service owner id 19/184919/5
2018-08-28 Krzysztof JackiewiczUnify alias naming 21/184821/6
2018-08-16 Pawel KowalskiAdd Apache 2.0 license headers 84/186884/1
2018-08-06 Bartlomiej GrzelewskiTest version of ckm_db_merge 21/142121/10
2018-03-30 Dongsun LeeFix coverity defects 84/173584/2 submit/tizen/20180403.094824 submit/tizen/20180413.092019 submit/tizen/20180416.041718 submit/tizen/20180418.034402
2018-02-07 Pawel KowalskiAdd openssl error handling in key-manager 03/152203/27
2017-11-29 Bartlomiej GrzelewskiAdd backend field in policy 17/162217/1 accepted/tizen/unified/20171205.155557 submit/tizen/20171204.124944 submit/tizen/20180312.095815
2017-11-22 Krzysztof JackiewiczMerge branches 'tizen' and 'tizen_4.0' 67/161267/1 tizen_4.0_tv accepted/tizen/4.0/unified/20171207.070809 submit/tizen_4.0/20171206.144625 tizen_4.0.IoT.p2_release
2017-11-22 Krzysztof JackiewiczFix SVACE defects 80/159680/3
2017-11-16 Bartlomiej GrzelewskiAdd host parameter in HTTP header 57/159557/4
2017-11-10 Bartlomiej GrzelewskiRemove debug logs from framework files 90/159690/3
2017-11-06 Bartlomiej GrzelewskiOCSP implementation update 30/159030/1 accepted/tizen/4.0/unified/20171107.054741 submit/tizen_3.0/20171106.133218 submit/tizen_4.0/20171106.133313
2017-11-02 Bartlomiej GrzelewskiOCSP implementation update 34/158734/2 accepted/tizen/unified/20171107.055250 submit/tizen/20171106.133424
2017-10-18 Bartlomiej GrzelewskiSupport for http proxy during ocsp check 35/156335/1 accepted/tizen/4.0/unified/20171019.081711 submit/tizen_4.0/20171018.060143 tizen_4.0.m2_release
2017-10-18 Bartlomiej GrzelewskiSupport for http proxy during ocsp check 55/156255/3
next