add the se-backend for db encryption
[platform/core/security/key-manager.git] / src / manager / service / key-provider.h
2022-10-06 이이삭/System Securit... add the se-backend for db encryption 06/282606/1
2019-09-26 Konrad LipinskiMake some single arg constructors explicit 16/214616/4
2019-02-19 Krzysztof JackiewiczRefactor PKEK2 related functions 39/200139/1
2019-02-13 Krzysztof JackiewiczAdd helpers for domain KEK encryption/decryption 95/198795/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-08-28 Krzysztof JackiewiczUnify alias naming 21/184821/6
2018-08-16 Pawel KowalskiAdd Apache 2.0 license headers 84/186884/1
2016-04-18 Kyungwook TakCoding style applied according to style checker 95/62595/7 accepted/tizen/common/20160418.142113 accepted/tizen/ivi/20160418.235747 accepted/tizen/mobile/20160418.235742 accepted/tizen/tv/20160418.235750 accepted/tizen/wearable/20160418.235737 submit/tizen/20160418.104308
2015-12-22 sangwan.kwonApply coding rule 15/54015/13
2015-12-10 Bartlomiej GrzelewskiRevert "Add PASSWORD_PROTECTION_DISABLE feature" 61/53961/1
2015-11-24 Dongsun LeeMerge "Add PASSWORD_PROTECTION_DISABLE feature" into...
2015-11-20 Dongsun LeeAdd PASSWORD_PROTECTION_DISABLE feature 15/52215/1
2015-06-27 Dongsun LeeMerge "allow all clients to access storage socket and...
2015-06-27 Dongsun LeeMerge "add a solution in case for no password set"...
2015-06-26 Bartlomiej GrzelewskiUse new exception types in KeyProvider class. 49/41349/3
2015-06-18 Maciej J. KarpiukMove encryption from crypto-logic class to "internal... 62/41462/2
2014-09-12 kyungwook takRemove dependency to ckm-key-provider.h.
2014-09-12 Zofia AbramowskaTypedef password type
2014-09-12 Bartlomiej GrzelewskiUse SafeBuffer in C++ api. Rename SafeBuffer to RawBuffer.
2014-09-12 Bartlomiej GrzelewskiChange RawBuffer into SafeBuffer.
2014-09-12 Bartlomiej GrzelewskiRemove unused header file key-aes.h
2014-09-12 yuseok.jeonAdd exceptions related to control APIs
2014-09-12 Bartlomiej GrzelewskiIntegration DBCryptoModule, KeyProvider and CKMLogic.
2014-09-12 kyungwook takMake structure containers to handle memory in key-provider
2014-09-12 kyungwook takModify key-provider API name 'unwrapDEK' to 'getPureDEK'
2014-09-12 Bartlomiej GrzelewskiFix: key returned by getDomainKEK had wrong size.
2014-09-12 Bartlomiej GrzelewskiIntegration ckm-logic with database module.
2014-09-12 kyungwook takmodify key-provider on TODO sections and add exception
2014-09-12 Bartlomiej GrzelewskiImplementation of Control::unlockUserKey
2014-09-12 Bartlomiej GrzelewskiReplace RawData with RawBuffer.
2014-09-12 kyungwook takremove \r tags added from windows editor
2014-09-12 kyungwook takkey provider version alpha push
2014-05-30 Bartlomiej GrzelewskiAdd service for control operations.