Modify encryption scheme
[platform/core/security/key-manager.git] / src / manager / service / crypto-logic.cpp
2015-10-26 Krzysztof JackiewiczModify encryption scheme 41/48541/19
2015-09-14 Krzysztof JackiewiczRevert "Disable optional password protection temporary" 24/48124/2
2015-09-14 Krzysztof JackiewiczMove encrypted/decrypted rows instead of copying 90/48090/1
2015-09-11 Kyungwook TakDisable optional password protection temporary 06/48006/1 tizen_3.0.m1_mobile tizen_3.0.m1_tv accepted/tizen/mobile/20150911.091458 accepted/tizen/tv/20150911.091520 accepted/tizen/wearable/20150911.091531 submit/tizen/20150911.030630 submit/tizen_common/20151015.190624 submit/tizen_common/20151019.135620 submit/tizen_common/20151023.083358 submit/tizen_common/20151026.085049 tizen_3.0.m1_mobile_release tizen_3.0.m1_tv_release
2015-07-01 Krzysztof JackiewiczAdd support for AES CTR and AES CFB 82/42582/4
2015-06-18 Maciej J. KarpiukMove encryption from crypto-logic class to "internal... 62/41462/2
2015-06-12 Bartlomiej GrzelewskiIntroduce new (much simpler) Exception type. 62/40962/5
2015-05-18 kyungwook takRemove DEK on memory when app removed 25/39425/2
2015-05-12 Bartlomiej GrzelewskiNew class hierarchy (multiple backends support). 91/39291/1
2015-02-17 Maciej J. KarpiukDB related classes moved into CKM::DB namespace.
2015-02-17 Maciej J. KarpiukDBCrypto access control re-factor: access control moved...
2015-02-17 Maciej J. KarpiukSplit alias at server side into pair name and label.
2014-09-12 Bartlomiej GrzelewskiChange AES CBC mode into AES GCM.
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 GrzelewskiAdd crypto module.